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
public class PropertyFilePropertySource extends PropertiesPropertySource
PropertySource backed by a properties file. Follows the same conventions asPropertiesPropertySource
.- 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
Constructors Constructor Description PropertyFilePropertySource(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
-
-