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 TypeClassDescriptionclassPropertySource implementation that uses environment variables as a source.classPropertySource backed by aPropertiesinstance.classPropertySource backed by a properties file.classPropertySource backed by the current system properties.Fields in org.apache.logging.log4j.util with type parameters of type PropertySourceModifier and TypeFieldDescriptionprivate final Set<PropertySource> PropertiesUtil.Environment.sourcesMethods in org.apache.logging.log4j.util with parameters of type PropertySourceModifier and TypeMethodDescriptionvoidPropertiesUtil.addPropertySource(PropertySource propertySource) Allows a PropertySource to be added after PropertiesUtil has been created.voidPropertiesUtil.Environment.addPropertySource(PropertySource propertySource) Allow a PropertySource to be added.intPropertySource.Comparator.compare(PropertySource o1, PropertySource o2) Constructors in org.apache.logging.log4j.util with parameters of type PropertySourceModifierConstructorDescriptionprivateEnvironment(PropertySource propertySource) (package private)PropertiesUtil(PropertySource source) Constructs a PropertiesUtil for a give property source as source of additional properties.