Uses of Interface
org.apache.logging.log4j.util.PropertySource
-
Packages that use PropertySource Package Description org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of PropertySource in org.apache.logging.log4j.util
Classes in org.apache.logging.log4j.util that implement PropertySource Modifier and Type Class Description class
EnvironmentPropertySource
PropertySource implementation that uses environment variables as a source.class
PropertiesPropertySource
PropertySource backed by aProperties
instance.class
PropertyFilePropertySource
PropertySource backed by a properties file.class
SystemPropertiesPropertySource
PropertySource backed by the current system properties.Fields in org.apache.logging.log4j.util with type parameters of type PropertySource Modifier and Type Field Description private java.util.Set<PropertySource>
PropertiesUtil.Environment. sources
Methods in org.apache.logging.log4j.util with parameters of type PropertySource Modifier and Type Method Description void
PropertiesUtil. addPropertySource(PropertySource propertySource)
Allows a PropertySource to be added after PropertiesUtil has been created.void
PropertiesUtil.Environment. addPropertySource(PropertySource propertySource)
Allow a PropertySource to be added.int
PropertySource.Comparator. compare(PropertySource o1, PropertySource o2)
Constructors in org.apache.logging.log4j.util with parameters of type PropertySource Constructor Description Environment(PropertySource propertySource)
PropertiesUtil(PropertySource source)
Constructs a PropertiesUtil for a give property source as source of additional properties.
-