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 voidConfigurationSource. setSource(Source source)voidConfigurationFileWatcher. watching(Source source)voidHttpWatcher. 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 SourceAbstractWatcher. getSource()SourceWatcher. 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 java.util.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 WatcherWatcherFactory. newWatcher(Source source, Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners, long lastModifiedMillis)voidWatchManager. reset(Source source)Resets the configuration monitor for the given file being watched to its current last modified time.voidWatchManager. unwatch(Source source)Unwatches the given file.voidWatchManager. watch(Source source, Watcher watcher)Watches the given file.voidAbstractWatcher. watching(Source source)voidWatcher. watching(Source source)Called when the Watcher is registered.voidWrappedFileWatcher. watching(Source source)
-