Uses of Interface
org.apache.logging.log4j.core.util.FileWatcher
Packages that use FileWatcher
Package
Description
Configuration of Log4j 2.
Log4j 2 Script support.
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 -
Uses of FileWatcher in org.apache.logging.log4j.core.script
Classes in org.apache.logging.log4j.core.script that implement FileWatcherModifier and TypeClassDescriptionclassManages 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 FileWatcherFields in org.apache.logging.log4j.core.util declared as FileWatcherMethods in org.apache.logging.log4j.core.util that return types with arguments of type FileWatcherModifier and TypeMethodDescriptionWatchManager.getWatchers()Deprecated.use getConfigurationWatchers.Methods in org.apache.logging.log4j.core.util with parameters of type FileWatcherModifier and TypeMethodDescriptionvoidWatchManager.watchFile(File file, FileWatcher fileWatcher) Watches the given file.Constructors in org.apache.logging.log4j.core.util with parameters of type FileWatcherModifierConstructorDescriptionWrappedFileWatcher(FileWatcher watcher) WrappedFileWatcher(FileWatcher watcher, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)