Uses of Interface
org.apache.logging.log4j.core.util.Watcher
-
Packages that use Watcher Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of Watcher in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config that implement Watcher Modifier and Type Class Description class
ConfigurationFileWatcher
Watcher for configuration files.class
HttpWatcher
Methods in org.apache.logging.log4j.core.config that return Watcher Modifier and Type Method Description Watcher
ConfigurationFileWatcher. newWatcher(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis)
Watcher
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 Watcher Modifier and Type Class Description class
AbstractWatcher
Watcher for configuration files.class
WrappedFileWatcher
Methods in org.apache.logging.log4j.core.util with type parameters of type Watcher Modifier and Type Method Description static <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 Watcher Modifier and Type Method Description Watcher
Watcher. newWatcher(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis)
Creates a new Watcher by copying the original and using the new Reconfigurable and listeners.Watcher
WatcherFactory. newWatcher(Source source, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)
Watcher
WrappedFileWatcher. newWatcher(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis)
Methods in org.apache.logging.log4j.core.util that return types with arguments of type Watcher Modifier and Type Method Description Map<Source,Watcher>
WatchManager. getConfigurationWatchers()
Return the ConfigurationWaatchers.Methods in org.apache.logging.log4j.core.util with parameters of type Watcher Modifier and Type Method Description void
WatchManager. watch(Source source, Watcher watcher)
Watches the given file.
-