| 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.
|
| net.dpml.cli.validation |
Provides classes and interfaces for validating argument values.
|
| Class and Description |
|---|
| Validator
The validation interface for validating argument values(s).
|
| Class and Description |
|---|
| Validator
The validation interface for validating argument values(s).
|
| Class and Description |
|---|
| DateValidator
The
DateValidator validates the argument values
are date or time value(s). |
| FileValidator
The
FileValidator validates the string argument
values are files. |
| InvalidArgumentException
An exception indicating validation failure.
|
| NumberValidator
The
NumberValidator validates the string argument
values are numbers. |
| Validator
The validation interface for validating argument values(s).
|