Package org.apache.logging.log4j.util
Class PropertyFilePropertySource
java.lang.Object
org.apache.logging.log4j.util.PropertiesPropertySource
org.apache.logging.log4j.util.PropertyFilePropertySource
- All Implemented Interfaces:
PropertySource
PropertySource backed by a properties file. Follows the same conventions as
PropertiesPropertySource
.- Since:
- 2.10.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.logging.log4j.util.PropertySource
PropertySource.Comparator, PropertySource.Util
-
Constructor Summary
ConstructorDescriptionPropertyFilePropertySource
(String fileName) PropertyFilePropertySource
(String fileName, boolean useTccl) -
Method Summary
Methods inherited from class org.apache.logging.log4j.util.PropertiesPropertySource
containsProperty, forEach, getNormalForm, getPriority, getProperty, getPropertyNames
-
Constructor Details
-
PropertyFilePropertySource
-
PropertyFilePropertySource
- Since:
- 2.18.0
-