| Interface | Description |
|---|---|
| CmdLineOption |
Command Line option interface spec.
|
| HandleableCmdLineOption |
A
CmdLineOption which has a CmdLineOptionHandler should
implement this interface. |
| ValidatableCmdLineOption |
A
CmdLineOption which has CmdLineOptionValidators should
implement this interface. |
| Class | Description |
|---|---|
| ActionCmdLineOption |
CmdLineOption for specifying CmdLineAction. |
| AdvancedCmdLineOption |
Advanced version of a
CmdLineOption which supports validation and
option handling. |
| CmdLineOptionInstance |
A specified
CmdLineOption with its specified argument values. |
| GroupCmdLineOption |
CmdLineOption which is a group option (i.e. |
| GroupSubOption |
A Group allowable sub-
CmdLineOption. |
| HelpCmdLineOption |
The Help
CmdLineOption. |
| PrintSupportedActionsCmdLineOption |
The Print Supported Actions
CmdLineOption. |
| SimpleCmdLineOption |
CmdLineOption which implements the basic methods for any
CmdLineOption. |
Copyright © 1999–2017 Apache OODT. All rights reserved.