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 theCLIDriverso 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 classSASCLIDriverExtendsCLIDrivertp run as a SAS executable on the server.classSASServerSideCLiDriverCreated 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 CLIDriverSASCLIDriver.DC. getDriver()Methods in edu.uiuc.ncsa.sas.cli with parameters of type CLIDriver Modifier and Type Method Description voidSASCLIDriver.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 CLIDriverCommonCommands. driverMethods in edu.uiuc.ncsa.security.util.cli that return CLIDriver Modifier and Type Method Description static CLIDriverCLIDriver. getCLIDriver()CLIDriverAbstractCommandsImpl. getDriver()CLIDriverCommands. getDriver()Back reference to the driver that manages this instance.CLIDriverCommonCommands. getDriver()CLIDriverConfigurableCommandsImpl. getDriver()CLIDriverTestCommands. getDriver()Methods in edu.uiuc.ncsa.security.util.cli with parameters of type CLIDriver Modifier and Type Method Description voidAbstractCommandsImpl. configureCommands(CLIDriver cli, AbstractCommandsImpl commands)Take (newly created)CommonCommands2and initialize its driver.voidConfigurableCommandsImpl. configureCommands(CLIDriver cli, CommonCommands commands)Take (newly created)CommonCommands2and initialize its driver.static voidCLIDriver. setCLIDriver(CLIDriver driver)voidAbstractCommandsImpl. setDriver(CLIDriver driver)voidCommands. setDriver(CLIDriver driver)voidCommonCommands. setDriver(CLIDriver driver)voidConfigurableCommandsImpl. setDriver(CLIDriver driver)Back reference to the driver for this classvoidConfigurableCommandsImpl2. setDriver(CLIDriver driver)Back reference to the driver for this classvoidTestCommands. 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)
-