Uses of Class
edu.uiuc.ncsa.security.util.cli.CommonCommands
-
Packages that use CommonCommands Package Description edu.uiuc.ncsa.sas.admin 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 CommonCommands in edu.uiuc.ncsa.sas.admin
Subclasses of CommonCommands in edu.uiuc.ncsa.sas.admin Modifier and Type Class Description class
SASCommands
Created by Jeff Gaynor
on 8/15/22 at 2:48 PM -
Uses of CommonCommands in edu.uiuc.ncsa.security.storage.cli
Subclasses of CommonCommands in edu.uiuc.ncsa.security.storage.cli Modifier and Type Class Description class
StoreCommands
This also has the machinery for parsing configurations since the user should be able to load one from the command line. -
Uses of CommonCommands in edu.uiuc.ncsa.security.util.cli
Methods in edu.uiuc.ncsa.security.util.cli with parameters of type CommonCommands Modifier and Type Method Description protected boolean
ConfigurableCommandsImpl. switchOrRun(InputLine inputLine, CommonCommands commands)
Either switch to another component or (if there are arguments) simply run the single command and return.
-