Uses of Class
edu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl
- 
Packages that use AbstractCommandsImpl Package Description edu.uiuc.ncsa.security.storage.cli Things relating to the CLI (Command line interface).edu.uiuc.ncsa.security.util.cli CLI = Command Line Interface, a basic command line for any Java application.
- 
- 
Uses of AbstractCommandsImpl in edu.uiuc.ncsa.security.storage.cliSubclasses of AbstractCommandsImpl in edu.uiuc.ncsa.security.storage.cli Modifier and Type Class Description classStoreCommands2This also has the machinery for parsing configurations since the user should be able to load one from the command line.
- 
Uses of AbstractCommandsImpl in edu.uiuc.ncsa.security.util.cliSubclasses of AbstractCommandsImpl in edu.uiuc.ncsa.security.util.cli Modifier and Type Class Description classCommonCommands2Utilities that are used by any reasonable implementation of the Commands interface.classConfigurableCommandsImpl2Basic implementation of Commands that supports loading configurations.classTestCCIclassTestCCI.CCIComponentclassTestCommandsA set of commands for debugging theCLIDriveronly.Methods in edu.uiuc.ncsa.security.util.cli with parameters of type AbstractCommandsImpl Modifier and Type Method Description voidAbstractCommandsImpl. configureCommands(CLIDriver cli, AbstractCommandsImpl commands)Take (newly created)CommonCommands2and initialize its driver.
 
-