Uses of Interface
edu.uiuc.ncsa.security.util.cli.Commands
-
Packages that use Commands Package Description edu.uiuc.ncsa.sas.admin 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 Commands in edu.uiuc.ncsa.sas.admin
Classes in edu.uiuc.ncsa.sas.admin that implement Commands Modifier and Type Class Description classSASCommandsCreated by Jeff Gaynor
on 8/15/22 at 2:48 PM -
Uses of Commands in edu.uiuc.ncsa.sas.cli
Classes in edu.uiuc.ncsa.sas.cli that implement Commands Modifier and Type Class Description static classSASCLIDriver.DCConstructors in edu.uiuc.ncsa.sas.cli with parameters of type Commands Constructor Description SASCLIDriver(Commands... cci)SASServerSideCLiDriver(Commands... cci) -
Uses of Commands in edu.uiuc.ncsa.security.storage.cli
Classes in edu.uiuc.ncsa.security.storage.cli that implement Commands Modifier and Type Class Description classStoreCommandsThis also has the machinery for parsing configurations since the user should be able to load one from the command line.classStoreCommands2This also has the machinery for parsing configurations since the user should be able to load one from the command line. -
Uses of Commands in edu.uiuc.ncsa.security.util.cli
Classes in edu.uiuc.ncsa.security.util.cli that implement Commands Modifier and Type Class Description classAbstractCommandsImplClass that collects the startup logic forCommandsimplementationsclassCommonCommandsUtilities that are used by any reasonable implementation of the Commands interface.classCommonCommands2Utilities that are used by any reasonable implementation of the Commands interface.classConfigurableCommandsImplBasic implementation of Commands.classConfigurableCommandsImpl2Basic implementation of Commands that supports loading configurations.classTestCCIclassTestCCI.CCIComponentclassTestCommandsA set of commands for debugging theCLIDriveronly.Methods in edu.uiuc.ncsa.security.util.cli that return Commands Modifier and Type Method Description Commands[]CLIDriver. getCLICommands()Methods in edu.uiuc.ncsa.security.util.cli with parameters of type Commands Modifier and Type Method Description voidCLIDriver. addCommands(Commands... cci)static String[]CLIReflectionUtil. getCommandsNameList(Commands[] commands)This snoops through the CCI and gets those methods that are not in Java.lang.Object, are public and are not static.static voidCLIReflectionUtil. invokeMethod(Commands obj, String name, InputLine cliAV)Invokes the named method on the object.protected voidCLIDriver. setCLICommands(Commands[] commands)Constructors in edu.uiuc.ncsa.security.util.cli with parameters of type Commands Constructor Description CLIDriver(Commands... cci)
-