public interface ConfigurationProvider
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getValues()
Get all the configuration values
|
void |
reloadConfig()
Reloads the config
|
void |
saveConfig()
Saves the config
|
void |
set(java.lang.String path,
java.lang.Object value)
Sets the specified path to the given value.
|
void set(java.lang.String path, java.lang.Object value)
path
- Path of the object to set.value
- New value to set the path tovoid saveConfig()
void reloadConfig()
java.util.Map<java.lang.String,java.lang.Object> getValues()