Uses of Class
org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
-
Packages that use AbstractPropertiesFactory.PropertyFormat Package Description org.apache.commons.collections4.properties Extends and customizes the behavior ofProperties. -
-
Uses of AbstractPropertiesFactory.PropertyFormat in org.apache.commons.collections4.properties
Methods in org.apache.commons.collections4.properties that return AbstractPropertiesFactory.PropertyFormat Modifier and Type Method Description static AbstractPropertiesFactory.PropertyFormatAbstractPropertiesFactory.PropertyFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractPropertiesFactory.PropertyFormat[]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.PropertyFormat Modifier and Type Method Description TAbstractPropertiesFactory. load(java.io.InputStream inputStream, AbstractPropertiesFactory.PropertyFormat propertyFormat)Creates and loads properties from the given input stream.
-