Uses of Interface
org.apache.logging.log4j.core.util.Watcher
Packages that use Watcher
Package
Description
Configuration of Log4j 2.
Log4j 2 helper classes.
-
Uses of Watcher in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config that implement WatcherModifier and TypeClassDescriptionclass
Watcher for configuration files.class
Methods in org.apache.logging.log4j.core.config that return WatcherModifier and TypeMethodDescriptionConfigurationFileWatcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) HttpWatcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) -
Uses of Watcher in org.apache.logging.log4j.core.util
Classes in org.apache.logging.log4j.core.util that implement WatcherModifier and TypeClassDescriptionclass
Watcher for configuration files.class
Fields in org.apache.logging.log4j.core.util declared as WatcherMethods in org.apache.logging.log4j.core.util with type parameters of type WatcherModifier and TypeMethodDescriptionstatic <T extends Watcher>
TWatcherFactory.instantiate
(String name, Class<T> clazz, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) Methods in org.apache.logging.log4j.core.util that return WatcherModifier and TypeMethodDescriptionWatchManager.ConfigurationMonitor.getWatcher()
Watcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) Creates a new Watcher by copying the original and using the new Reconfigurable and listeners.WatcherFactory.newWatcher
(Source source, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis) WrappedFileWatcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) Methods in org.apache.logging.log4j.core.util that return types with arguments of type WatcherModifier and TypeMethodDescriptionWatchManager.getConfigurationWatchers()
Return the ConfigurationWaatchers.Methods in org.apache.logging.log4j.core.util with parameters of type WatcherModifier and TypeMethodDescriptionvoid
Watches the given file.Constructors in org.apache.logging.log4j.core.util with parameters of type Watcher