static PropertiesBasedSettings |
PropertiesBasedSettings.createFromDefault() |
Creates the Settings from the default location.
|
static PropertiesBasedSettings |
PropertiesBasedSettings.createFromFile(Path path,
Charset charset) |
Reads the Properties from a given location.
|
static PropertiesBasedSettings |
PropertiesBasedSettings.createFromProperties(Properties properties) |
Reads the properties from a Properties object.
|
static PropertiesBasedSettings |
PropertiesBasedSettings.createFromSystemProperties() |
Reads the Properties from the System Properties.
|