Class PropertiesFactory
java.lang.Object
org.apache.commons.collections4.properties.AbstractPropertiesFactory<Properties>
org.apache.commons.collections4.properties.PropertiesFactory
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.commons.collections4.properties.AbstractPropertiesFactoryAbstractPropertiesFactory.PropertyFormat
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PropertiesThe empty map (immutable).static final PropertiesFactoryThe singleton instance.
- 
Method SummaryModifier and TypeMethodDescriptionprotected PropertiesSubclasses override to provide customized properties instances.
- 
Field Details- 
EMPTY_PROPERTIESThe empty map (immutable). This map is serializable.- Since:
- 4.5.0-M1
 
- 
INSTANCEThe singleton instance.
 
- 
- 
Method Details- 
createPropertiesSubclasses override to provide customized properties instances.- Specified by:
- createPropertiesin class- AbstractPropertiesFactory<Properties>
- Returns:
- a new Properties instance.
 
 
-