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.
|
Class and Description |
---|
Args
This class describes the various command-line arguments that can be
used with the Dolmen CLI as an
enumeration . |
Args.ArgsParsingException
A custom exception raised when encountering an error while
parsing command-line arguments.
|
Args.Type
An enumeration type listing the different types
of options that can be expected in the CLI.
|
Args.Value
Common variant type holding values associated to various
types
of command-line options. |