| Name | Description | Type | Package | Framework |
| ActionCmdLineOption | CmdLineOption for specifying CmdLineAction. | Class | org.apache.oodt.cas.cli.option | Apache OODT |
| ActionDependencyRule | A RequirementRule which links the CmdLineOption to the CmdLineAction via the CmdLineAction's name and also specifies | Class | org.apache.oodt.cas.cli.option.require | Apache OODT |
| AdvancedCmdLineOption | Advanced version of a CmdLineOption which supports validation andAuthor:bfoster (Brian Foster) | Class | org.apache.oodt.cas.cli.option | Apache OODT |
| AllowedArgsCmdLineOptionValidator | A CmdLineOptionValidator which check args against a supplied list of valid allowed arguments. | Class | org.apache.oodt.cas.cli.option.validator | Apache OODT |
| ApplyToAction | Mapping of CmdLineAction name to its method which should be called by ApplyToActionHandler when injecting argument value. | Class | org.apache.oodt.cas.cli.option.handler | Apache OODT |
| ApplyToActionHandler | CmdLineOptionHandler which applies CmdLineOption values to given CmdLineAction. | Class | org.apache.oodt.cas.cli.option.handler | Apache OODT |
| ArgRegExpCmdLineOptionValidator | Performs validation on option instances via allowed args which are regular expressions for allowed argument values. | Class | org.apache.oodt.cas.cli.option.validator | Apache OODT |
| ClassExistsCmdLineOptionValidator | Validates arguments which are checked to see if they are valid classpaths. | Class | org.apache.oodt.cas.cli.option.validator | Apache OODT |
| CmdLineOption | Command Line option interface spec. | Interface | org.apache.oodt.cas.cli.option | Apache OODT |
| CmdLineOptionHandler | Handles a CmdLineOption's values in relation to givenAuthor:bfoster (Brian Foster) | Interface | org.apache.oodt.cas.cli.option.handler | Apache OODT |
| CmdLineOptionInstance | A specified CmdLineOption with its specified argument values. | Class | org.apache.oodt.cas.cli.option | Apache OODT |
| CmdLineOptionStore | Storage for loading supported CmdLineOptions. | Interface | org.apache.oodt.cas.cli.option.store | Apache OODT |
| CmdLineOptionStoreFactory | Factory for creating CmdLineOptionStores. | Interface | org.apache.oodt.cas.cli.option.store | Apache OODT |
| CmdLineOptionValidator | Validator for specified values of CmdLineOptions. | Interface | org.apache.oodt.cas.cli.option.validator | Apache OODT |
| CmdLineOptionValidator .Result | Class | org.apache.oodt.cas.cli.option.validator | Apache OODT | |
| CmdLineOptionValidator .Result .Grade | Class | org.apache.oodt.cas.cli.option.validator | Apache OODT | |
| FileExistCmdLineOptionValidator | A CmdLineOptionValidator which checks args if they are existingAuthor:bfoster (Brian Foster) | Class | org.apache.oodt.cas.cli.option.validator | Apache OODT |
| GroupCmdLineOption | CmdLineOption which is a group option (i. | Class | org.apache.oodt.cas.cli.option | Apache OODT |
| GroupSubOption | A Group allowable sub-CmdLineOption. | Class | org.apache.oodt.cas.cli.option | Apache OODT |
| HandleableCmdLineOption | A CmdLineOption which has a CmdLineOptionHandler should implement this interface. | Interface | org.apache.oodt.cas.cli.option | Apache OODT |
| HelpCmdLineOption | The Help CmdLineOption. | Class | org.apache.oodt.cas.cli.option | Apache OODT |
| NoRestrictionsCmdLineOptionValidator | A CmdLineOptionValidator which always returns true. | Class | org.apache.oodt.cas.cli.option.validator | Apache OODT |
| PrintSupportedActionsCmdLineOption | The Print Supported Actions CmdLineOption. | Class | org.apache.oodt.cas.cli.option | Apache OODT |
| RequirementRule | A CmdLineOption requirement rule which specifies if it is required, optional, or not required at all. | Interface | org.apache.oodt.cas.cli.option.require | Apache OODT |
| RequirementRule .Relation | Class | org.apache.oodt.cas.cli.option.require | Apache OODT | |
| SetJavaPropertiesHandler | CmdLineOptionHandler which sets Java Properties equals to the values specified by the CmdLineOption this handler is attached | Class | org.apache.oodt.cas.cli.option.handler | Apache OODT |
| SimpleCmdLineOption | CmdLineOption which implements the basic methods for any CmdLineOption. | Class | org.apache.oodt.cas.cli.option | Apache OODT |
| SpringCmdLineOptionStore | Spring Framework based CmdLineOptionStore. | Class | org.apache.oodt.cas.cli.option.store.spring | Apache OODT |
| SpringCmdLineOptionStoreFactory | Factory for creating SpringCmdLineOptionStore. | Class | org.apache.oodt.cas.cli.option.store.spring | Apache OODT |
| ValidatableCmdLineOption | A CmdLineOption which has CmdLineOptionValidators should implement this interface. | Interface | org.apache.oodt.cas.cli.option | Apache OODT |