| Modifier and Type | Field and Description |
|---|---|
Located<String> |
key
The key identifying this option
|
Located<String> |
value
The value that is associated to the key
|
| Modifier and Type | Method and Description |
|---|---|
static Option |
of(Located<String> key,
Located<String> value)
This represents a syntactic option, there is no guarantee that
the
key corresponds to any of the option that Dolmen
actually understands, or that the value makes any sense. |
String |
toString() |
public static Option of(Located<String> key, Located<String> value)
key corresponds to any of the option that Dolmen
actually understands, or that the value makes any sense.key - value - value to the given key