Uses of Class
org.apache.logging.log4j.core.util.Source
-
Packages that use Source Package Description org.apache.logging.log4j.core.config org.apache.logging.log4j.core.util org.apache.logging.log4j.core.util.internal -
-
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 ignored)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
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 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, 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.
-