Uses of Interface
org.apache.logging.log4j.core.util.FileWatcher
-
Packages that use FileWatcher Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.script Log4j 2 Script support.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of FileWatcher in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config that implement FileWatcher Modifier and Type Class Description class
ConfigurationFileWatcher
Watcher for configuration files. -
Uses of FileWatcher in org.apache.logging.log4j.core.script
Classes in org.apache.logging.log4j.core.script that implement FileWatcher Modifier and Type Class Description class
ScriptManager
Manages the scripts use by the Configuration. -
Uses of FileWatcher in org.apache.logging.log4j.core.util
Classes in org.apache.logging.log4j.core.util that implement FileWatcher Modifier and Type Class Description class
WrappedFileWatcher
Methods in org.apache.logging.log4j.core.util that return types with arguments of type FileWatcher Modifier and Type Method Description Map<File,FileWatcher>
WatchManager. getWatchers()
Deprecated.use getConfigurationWatchers.Methods in org.apache.logging.log4j.core.util with parameters of type FileWatcher Modifier and Type Method Description void
WatchManager. watchFile(File file, FileWatcher fileWatcher)
Watches the given file.Constructors in org.apache.logging.log4j.core.util with parameters of type FileWatcher Constructor Description WrappedFileWatcher(FileWatcher watcher)
WrappedFileWatcher(FileWatcher watcher, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)
-