|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertiesFormat | |
---|---|
de.smartics.properties.config.transfer.filesystem | Provides an implementation for writing property definitions to a file system. |
Uses of PropertiesFormat in de.smartics.properties.config.transfer.filesystem |
---|
Methods in de.smartics.properties.config.transfer.filesystem that return PropertiesFormat | |
---|---|
static PropertiesFormat |
PropertiesFormat.fromString(String type) Returns the properties format identifier by the case-insensitive identifier of the enumeration element. |
static PropertiesFormat |
PropertiesFormat.valueOf(String name) Returns the enum constant of this type with the specified name. |
static PropertiesFormat[] |
PropertiesFormat.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.smartics.properties.config.transfer.filesystem with parameters of type PropertiesFormat | |
---|---|
FileSystemPropertySink(File targetFolder, PropertiesFormat outputFormat) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |