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.org.apache.logging.log4j.core.util.internal -
-
Uses of Source in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as Source Modifier and Type Field Description private SourceConfigurationSource. sourceMethods in org.apache.logging.log4j.core.config with parameters of type Source Modifier and Type Method Description voidConfigurationSource. setSource(Source source)Deprecated.Not used internally, no replacement.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)Constructs a newConfigurationSourcewith the specified source. -
Uses of Source in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as Source Modifier and Type Field Description private SourceAbstractWatcher. sourceFields in org.apache.logging.log4j.core.util with type parameters of type Source Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<Source,WatchManager.ConfigurationMonitor>WatchManager. watchersMethods 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) -
Uses of Source in org.apache.logging.log4j.core.util.internal
Subclasses of Source in org.apache.logging.log4j.core.util.internal Modifier and Type Class Description classLastModifiedSourceA Source that includes the last modified time.
-