public interface ConfigurationLoader
| Modifier and Type | Method and Description |
|---|---|
Properties |
load(String configurationName) |
Properties |
load(String configurationName,
Properties defaults)
Load the Properties with default Properties given.
|
void |
store(String configurationName,
Properties properties) |
@Nonnull Properties load(String configurationName)
configurationName - the name of the config file, without the .properties@Nonnull Properties load(String configurationName, @Nonnull Properties defaults)
configurationName - the name of the config file, without the .propertiesdefaults - the defaults used when no properties are given in the properties filesvoid store(String configurationName, @Nonnull Properties properties)
configurationName - the name of the config file, without the .propertiesproperties - the Properties to be savedCopyright © 2018. All rights reserved.