Uses of Class
edu.uiuc.ncsa.security.util.cli.CLIDriver
-
Packages that use CLIDriver Package Description edu.uiuc.ncsa.sas.cli A basic implementation of theCLIDriver
so that it can be run as an SAS serveredu.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 CLIDriver in edu.uiuc.ncsa.sas.cli
Subclasses of CLIDriver in edu.uiuc.ncsa.sas.cli Modifier and Type Class Description class
SASCLIDriver
ExtendsCLIDriver
tp run as a SAS executable on the server.class
SASServerSideCLiDriver
Created by Jeff Gaynor
on 3/6/24 at 3:02 PMMethods in edu.uiuc.ncsa.sas.cli that return CLIDriver Modifier and Type Method Description CLIDriver
SASCLIDriver.DC. getDriver()
Methods in edu.uiuc.ncsa.sas.cli with parameters of type CLIDriver Modifier and Type Method Description void
SASCLIDriver.DC. setDriver(CLIDriver driver)
-
Uses of CLIDriver in edu.uiuc.ncsa.security.storage.cli
Constructors in edu.uiuc.ncsa.security.storage.cli with parameters of type CLIDriver Constructor Description StoreCommands2(CLIDriver driver)
StoreCommands2(CLIDriver driver, Store store)
StoreCommands2(CLIDriver driver, AbstractEnvironment environment)
StoreCommands2(CLIDriver driver, String defaultIndent, Store store)
Constructor that sets the indent level for this command processor. -
Uses of CLIDriver in edu.uiuc.ncsa.security.util.cli
Fields in edu.uiuc.ncsa.security.util.cli declared as CLIDriver Modifier and Type Field Description protected CLIDriver
CommonCommands. driver
Methods in edu.uiuc.ncsa.security.util.cli that return CLIDriver Modifier and Type Method Description static CLIDriver
CLIDriver. getCLIDriver()
CLIDriver
AbstractCommandsImpl. getDriver()
CLIDriver
Commands. getDriver()
Back reference to the driver that manages this instance.CLIDriver
CommonCommands. getDriver()
CLIDriver
ConfigurableCommandsImpl. getDriver()
CLIDriver
TestCommands. getDriver()
Methods in edu.uiuc.ncsa.security.util.cli with parameters of type CLIDriver Modifier and Type Method Description static void
CLIDriver. setCLIDriver(CLIDriver driver)
void
AbstractCommandsImpl. setDriver(CLIDriver driver)
void
Commands. setDriver(CLIDriver driver)
void
CommonCommands. setDriver(CLIDriver driver)
void
ConfigurableCommandsImpl. setDriver(CLIDriver driver)
Back reference to the driver for this classvoid
ConfigurableCommandsImpl2. setDriver(CLIDriver driver)
Back reference to the driver for this classvoid
TestCommands. setDriver(CLIDriver cliDriver)
Constructors in edu.uiuc.ncsa.security.util.cli with parameters of type CLIDriver Constructor Description AbstractCommandsImpl(CLIDriver driver)
CCIComponent(CLIDriver driver)
CommonCommands2(CLIDriver driver)
ConfigurableCommandsImpl2(CLIDriver driver)
TestCCI(CLIDriver driver)
TestCommands(CLIDriver driver)
-