All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.jhipster.loaded.FileSystemWatcher Maven / Gradle / Ivy

The newest version!
package io.github.jhipster.loaded;

import org.springframework.context.ConfigurableApplicationContext;

import java.nio.file.Path;
import java.util.List;

public interface FileSystemWatcher {

    ClassLoader getClassLoader();

    ConfigurableApplicationContext getConfigurableApplicationContext();

    List getWatchFolders();

    /**
     * Register the given directory, and all its sub-directories, with the
     * WatchService.
     */
    void watchDirectory(final Path start);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy