Package | Description |
---|---|
org.stekikun.dolmen.codegen |
Modifier and Type | Field and Description |
---|---|
Config.Relevance |
Config.Keys.relevance
Relevance of the option associated to that key
|
Modifier and Type | Method and Description |
---|---|
static Config.Relevance |
Config.Relevance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.Relevance[] |
Config.Relevance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Config.Relevance.includes(Config.Relevance r) |
static Config |
Config.ofOptions(Config.Relevance relevance,
List<Option> options,
@Nullable Reporter reporter)
This method never fails to build a valid configuration, but
can report unexpected things such as illegal keys or values
through the reporter.
|