Uses of Enum
org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
-
Uses of AbstractPropertiesFactory.PropertyFormat in org.apache.commons.collections4.properties
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractPropertiesFactory.PropertyFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAbstractPropertiesFactory.load
(InputStream inputStream, AbstractPropertiesFactory.PropertyFormat propertyFormat) Creates and loads properties from the given input stream.