Class SortedPropertiesFactory
java.lang.Object
org.apache.commons.collections4.properties.AbstractPropertiesFactory<SortedProperties>
org.apache.commons.collections4.properties.SortedPropertiesFactory
Creates and loads
SortedProperties
.- Since:
- 4.4
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.collections4.properties.AbstractPropertiesFactory
AbstractPropertiesFactory.PropertyFormat
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SortedProperties
Subclasses override to provide customized properties instances.
-
Field Details
-
INSTANCE
The singleton instance.
-
-
Method Details
-
createProperties
Subclasses override to provide customized properties instances.- Specified by:
createProperties
in classAbstractPropertiesFactory<SortedProperties>
- Returns:
- a new Properties instance.
-