Package | Description |
---|---|
org.stekikun.dolmen.codegen |
Modifier and Type | Field and Description |
---|---|
static Map<String,Config.Keys> |
Config.Keys.fromName |
Modifier and Type | Method and Description |
---|---|
static Config.Keys |
Config.Keys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.Keys[] |
Config.Keys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Config(EnumMap<Config.Keys,Object> options)
Builds a configuration from the given options.
|