Uses of Class
org.apache.logging.log4j.core.util.Source
-
Packages that use Source Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of Source in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with parameters of type Source Modifier and Type Method Description void
ConfigurationSource. setSource(Source source)
void
ConfigurationFileWatcher. watching(Source source)
void
HttpWatcher. watching(Source source)
Constructors in org.apache.logging.log4j.core.config with parameters of type Source Constructor Description ConfigurationSource(Source source, byte[] data, long lastModified)
-
Uses of Source in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return Source Modifier and Type Method Description Source
AbstractWatcher. getSource()
Source
Watcher. getSource()
Returns the Source being monitored.Methods in org.apache.logging.log4j.core.util that return types with arguments of type Source 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 Source Modifier and Type Method Description Watcher
WatcherFactory. newWatcher(Source source, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)
void
WatchManager. reset(Source source)
Resets the configuration monitor for the given file being watched to its current last modified time.void
WatchManager. unwatch(Source source)
Unwatches the given file.void
WatchManager. watch(Source source, Watcher watcher)
Watches the given file.void
AbstractWatcher. watching(Source source)
void
Watcher. watching(Source source)
Called when the Watcher is registered.void
WrappedFileWatcher. watching(Source source)
-