Package | Description |
---|---|
org.stekikun.dolmen.cli |
This package contains the command-line interface and entry point
for command-line usage of the Dolmen generation engine.
|
Modifier and Type | Field and Description |
---|---|
static Args.Value |
Args.Value.NO
The value associated to a disabled flag
|
static Args.Value |
Args.Value.YES
The value associated to an enabled flag
|
Modifier and Type | Method and Description |
---|---|
static Args.Value |
Args.Value.mkFlag(boolean b) |
static Args.Value |
Args.Value.mkNumeric(int v) |
static Args.Value |
Args.Value.mkString(String s) |