Uses of Class
org.apache.logging.log4j.core.util.Source
Packages that use Source
Package
Description
Configuration of Log4j 2.
Log4j 2 helper classes.
-
Uses of Source in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as SourceMethods in org.apache.logging.log4j.core.config with parameters of type SourceModifier and TypeMethodDescriptionvoid
Deprecated.Not used internally, no replacement.void
void
Constructors in org.apache.logging.log4j.core.config with parameters of type SourceModifierConstructorDescriptionConfigurationSource
(Source source, byte[] data, long lastModified) Constructs a newConfigurationSource
with the specified source. -
Uses of Source in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as SourceFields in org.apache.logging.log4j.core.util with type parameters of type SourceModifier and TypeFieldDescriptionprivate final ConcurrentMap<Source,
WatchManager.ConfigurationMonitor> WatchManager.watchers
Methods in org.apache.logging.log4j.core.util that return SourceModifier and TypeMethodDescriptionAbstractWatcher.getSource()
Watcher.getSource()
Returns the Source being monitored.Methods in org.apache.logging.log4j.core.util that return types with arguments of type SourceModifier and TypeMethodDescriptionWatchManager.getConfigurationWatchers()
Return the ConfigurationWaatchers.Methods in org.apache.logging.log4j.core.util with parameters of type SourceModifier and TypeMethodDescriptionWatcherFactory.newWatcher
(Source source, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis) void
Resets the configuration monitor for the given file being watched to its current last modified time.void
Unwatches the given file.void
Watches the given file.void
void
Called when the Watcher is registered.void
-
Uses of Source in org.apache.logging.log4j.core.util.internal
Subclasses of Source in org.apache.logging.log4j.core.util.internalModifier and TypeClassDescriptionclass
A Source that includes the last modified time.