public interface Settings
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Settings.Config |
static interface |
Settings.OverrideClass |
static interface |
Settings.Property |
| Modifier and Type | Method and Description |
|---|---|
ModifiableSettings |
getModifiableSettings() |
Settings |
getParentSettings() |
String |
getValue(String key,
String defaultValue) |
String[] |
getValues(String key,
String[] defaultValue) |
ModifiableSettings getModifiableSettings()
Settings getParentSettings()
String getValue(String key,
String defaultValue)
String[] getValues(String key,
String[] defaultValue)