Uses of Interface
org.apache.logging.log4j.util.PropertySource
Packages that use PropertySource
-
Uses of PropertySource in org.apache.logging.log4j.util
Classes in org.apache.logging.log4j.util that implement PropertySourceModifier and TypeClassDescriptionclass
PropertySource implementation that uses environment variables as a source.class
PropertySource backed by aProperties
instance.class
PropertySource backed by a properties file.class
PropertySource backed by the current system properties.Methods in org.apache.logging.log4j.util that return PropertySourceModifier and TypeMethodDescriptionstatic PropertySource
EnvironmentPropertySource.provider()
Method used by Java 9+ to instantiate providersstatic PropertySource
SystemPropertiesPropertySource.provider()
Method used by Java 9+ to instantiate providersMethods in org.apache.logging.log4j.util with parameters of type PropertySourceModifier and TypeMethodDescriptionvoid
PropertiesUtil.addPropertySource
(PropertySource propertySource) Allows aPropertySource
to be added afterPropertiesUtil
has been created.int
PropertySource.Comparator.compare
(PropertySource o1, PropertySource o2) void
PropertiesUtil.removePropertySource
(PropertySource propertySource) Removes aPropertySource
.