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 classEnvironmentPropertySourcePropertySource implementation that uses environment variables as a source.classPropertiesPropertySourcePropertySource backed by aPropertiesinstance.classPropertyFilePropertySourcePropertySource backed by a properties file.classSystemPropertiesPropertySourcePropertySource backed by the current system properties.Methods in org.apache.logging.log4j.util with parameters of type PropertySource Modifier and Type Method Description intPropertySource.Comparator. compare(PropertySource o1, PropertySource o2)
-