Uses of Enum
org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
Packages that use AbstractPropertiesFactory.PropertyFormat
-
Uses of AbstractPropertiesFactory.PropertyFormat in org.apache.commons.collections4.properties
Subclasses with type arguments of type AbstractPropertiesFactory.PropertyFormat in org.apache.commons.collections4.propertiesModifier and TypeClassDescriptionstatic enum
Enumerates property formats.Methods in org.apache.commons.collections4.properties that return AbstractPropertiesFactory.PropertyFormatModifier 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.Methods in org.apache.commons.collections4.properties with parameters of type AbstractPropertiesFactory.PropertyFormatModifier and TypeMethodDescriptionAbstractPropertiesFactory.load
(InputStream inputStream, AbstractPropertiesFactory.PropertyFormat propertyFormat) Creates and loads properties from the given input stream.