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.Methods in org.apache.logging.log4j.util that return PropertySourceModifier and TypeMethodDescriptionstatic PropertySourceEnvironmentPropertySource.provider()Method used by Java 9+ to instantiate providersstatic PropertySourceSystemPropertiesPropertySource.provider()Method used by Java 9+ to instantiate providersMethods in org.apache.logging.log4j.util with parameters of type PropertySourceModifier and TypeMethodDescriptionvoidPropertiesUtil.addPropertySource(PropertySource propertySource) Allows aPropertySourceto be added afterPropertiesUtilhas been created.intPropertySource.Comparator.compare(PropertySource o1, PropertySource o2) voidPropertiesUtil.removePropertySource(PropertySource propertySource) Removes aPropertySource.