Package | Description |
---|---|
org.assistments.util |
Modifier and Type | Method and Description |
---|---|
static PropertiesList.ParsingMode |
PropertiesList.ParsingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesList.ParsingMode[] |
PropertiesList.ParsingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PropertiesList(java.io.InputStream propsFile,
java.io.InputStream defaultsFile,
PropertiesList.ParsingMode pMode) |
PropertiesList(java.io.InputStream defaultsFile,
PropertiesList.ParsingMode pMode) |
PropertiesList(PropertiesList.ParsingMode pMode)
Creates an empty
PropertiesList with no defaults values. |
PropertiesList(java.lang.String defaultsFile,
PropertiesList.ParsingMode pMode)
Creates an empty
PropertiesList with the specified defaults. |
PropertiesList(java.lang.String propsFile,
java.lang.String defaultsFile,
PropertiesList.ParsingMode pMode)
Creates a
PropertiesList with the specified defaults. |