public abstract class ConfigKey extends Object
| Constructor and Description |
|---|
ConfigKey() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigKey |
create(String section,
String name) |
static ConfigKey |
create(String section,
String subsection,
String name) |
abstract String |
name() |
abstract String |
section() |
abstract String |
subsection() |
String |
toString() |