Uses of Class
edu.uiuc.ncsa.security.util.cli.CommonCommands2
- 
Packages that use CommonCommands2 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 CommonCommands2 in edu.uiuc.ncsa.security.storage.cliSubclasses of CommonCommands2 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 CommonCommands2 in edu.uiuc.ncsa.security.util.cliSubclasses of CommonCommands2 in edu.uiuc.ncsa.security.util.cli Modifier and Type Class Description classTestCCI.CCIComponentclassTestCommandsA set of commands for debugging theCLIDriveronly.Methods in edu.uiuc.ncsa.security.util.cli with parameters of type CommonCommands2 Modifier and Type Method Description protected booleanConfigurableCommandsImpl2. switchOrRun(InputLine inputLine, CommonCommands2 commands)Either switch to another component or (if there are arguments) simply run the single command and return.
 
-