| Package | Description |
|---|---|
| net.dpml.cli.builder |
Helpers supporting the construction of a commandline model.
|
| net.dpml.cli.option |
Options implementation include command, group, switch and property abstractions.
|
| Class and Description |
|---|
| Command
Represents a cvs "update" style command line option.
|
| DefaultOption
A Parent implementation representing normal options.
|
| Switch
A Parent implementation representing normal switch options.
|
| Class and Description |
|---|
| ArgumentImpl
An implementation of an Argument.
|
| OptionImpl
A base implementation of Option providing limited ground work for further
Option implementations.
|
| ParentImpl
A base implementation of Parent providing limited ground work for further
Parent implementations.
|
| PropertyOption
Handles the java style "-Dprop=value" opions
|