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.cli
Subclasses of CommonCommands2 in edu.uiuc.ncsa.security.storage.cli Modifier and Type Class Description class
StoreCommands2
This 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.cli
Subclasses of CommonCommands2 in edu.uiuc.ncsa.security.util.cli Modifier and Type Class Description class
TestCCI.CCIComponent
class
TestCommands
A set of commands for debugging theCLIDriver
only.Methods in edu.uiuc.ncsa.security.util.cli with parameters of type CommonCommands2 Modifier and Type Method Description protected boolean
ConfigurableCommandsImpl2. switchOrRun(InputLine inputLine, CommonCommands2 commands)
Either switch to another component or (if there are arguments) simply run the single command and return.
-