Uses of Interface
edu.uiuc.ncsa.security.util.cli.Commands
-
Packages that use Commands Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.admin 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 Commands in edu.uiuc.ncsa.sas
Constructors in edu.uiuc.ncsa.sas with parameters of type Commands Constructor Description SASCLIDriver(Commands... cci)
-
Uses of Commands in edu.uiuc.ncsa.sas.admin
Classes in edu.uiuc.ncsa.sas.admin that implement Commands Modifier and Type Class Description class
SASCommands
Created by Jeff Gaynor
on 8/15/22 at 2:48 PM -
Uses of Commands in edu.uiuc.ncsa.sas.cli
Constructors in edu.uiuc.ncsa.sas.cli with parameters of type Commands Constructor Description 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 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 Commands in edu.uiuc.ncsa.security.util.cli
Classes in edu.uiuc.ncsa.security.util.cli that implement Commands Modifier and Type Class Description class
CommonCommands
Utilities that are used by any reasonable implementation of the Commands interface.class
ConfigurableCommandsImpl
Basic implementation of Commands.class
ParserCommands
Deprecated.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 void
CLIDriver. 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 void
CLIReflectionUtil. invokeMethod(Commands obj, String name, InputLine cliAV)
Invokes the named method on the object.protected void
CLIDriver. setCLICommands(Commands[] commands)
Constructors in edu.uiuc.ncsa.security.util.cli with parameters of type Commands Constructor Description CLIDriver(Commands... cci)
-