Uses of Class
edu.uiuc.ncsa.security.util.cli.InputLine
-
Packages that use InputLine Package Description 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.sas.webclient 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.edu.uiuc.ncsa.security.util.cli.editing edu.uiuc.ncsa.security.util.help -
-
Uses of InputLine in edu.uiuc.ncsa.sas.admin
Methods in edu.uiuc.ncsa.sas.admin with parameters of type InputLine Modifier and Type Method Description protected List
SASCommands. processList(InputLine inputLine, String key)
-
Uses of InputLine in edu.uiuc.ncsa.sas.cli
Methods in edu.uiuc.ncsa.sas.cli that return InputLine Modifier and Type Method Description InputLine
SASCLIDriver.DC. bootstrap(InputLine inputLine)
Methods in edu.uiuc.ncsa.sas.cli with parameters of type InputLine Modifier and Type Method Description InputLine
SASCLIDriver.DC. bootstrap(InputLine inputLine)
-
Uses of InputLine in edu.uiuc.ncsa.sas.webclient
Methods in edu.uiuc.ncsa.sas.webclient with parameters of type InputLine Modifier and Type Method Description static Client
Client. newInstance(InputLine inputLine)
Create a new instance of this client. -
Uses of InputLine in edu.uiuc.ncsa.security.storage.cli
Methods in edu.uiuc.ncsa.security.storage.cli that return InputLine Modifier and Type Method Description InputLine
StoreCommands. bootstrap(InputLine inputLine)
InputLine
StoreCommands2. bootstrap(InputLine inputLine)
Methods in edu.uiuc.ncsa.security.storage.cli with parameters of type InputLine Modifier and Type Method Description protected Identifiable
StoreCommands. actualCreate(InputLine inputLine, int magicNumber)
does the actual creation and returns the created object.protected Identifiable
StoreCommands2. actualCreate(InputLine inputLine, int magicNumber)
does the actual creation and returns the created object.void
StoreCommands. archive(InputLine inputLine)
void
StoreCommands2. archive(InputLine inputLine)
InputLine
StoreCommands. bootstrap(InputLine inputLine)
InputLine
StoreCommands2. bootstrap(InputLine inputLine)
void
StoreCommands. change_id(InputLine inputLine)
Allows changing the identifier for an object.void
StoreCommands2. change_id(InputLine inputLine)
Allows changing the identifier for an object.void
StoreCommands. clear_id(InputLine inputLine)
void
StoreCommands2. clear_id(InputLine inputLine)
void
StoreCommands. clear_store(InputLine line)
void
StoreCommands2. clear_store(InputLine line)
void
StoreCommands. copy(InputLine inputLine)
void
StoreCommands2. copy(InputLine inputLine)
void
StoreCommands. create(InputLine inputLine)
Creates a new item.void
StoreCommands2. create(InputLine inputLine)
Creates a new item.void
StoreCommands. deserialize(InputLine inputLine)
void
StoreCommands2. deserialize(InputLine inputLine)
void
StoreCommands. edit(InputLine inputLine)
void
StoreCommands2. edit(InputLine inputLine)
protected String
StoreCommands. extractRawList(InputLine inputLine, String key)
Assumes there is a key and the original line is of the form -key [x, y, ...protected String
StoreCommands2. extractRawList(InputLine inputLine, String key)
Assumes there is a key and the original line is of the form -key [x, y, ...protected FoundIdentifiables
StoreCommands. findItem(Store store, InputLine inputLine, boolean allowResultSets)
General case for finding items from a store.protected FoundIdentifiables
StoreCommands. findItem(InputLine inputLine)
protected FoundIdentifiables
StoreCommands. findItem(InputLine inputLine, boolean allowResultSets)
Resolves the first argument of a command line into either a unique identifier against the ambient store.protected FoundIdentifiables
StoreCommands2. findItem(Store store, InputLine inputLine, boolean allowResultSets)
General case for finding items from a store.protected FoundIdentifiables
StoreCommands2. findItem(InputLine inputLine)
protected FoundIdentifiables
StoreCommands2. findItem(InputLine inputLine, boolean allowResultSets)
Resolves the first argument of a command line into either a unique identifier against the ambient store.protected Identifiable
StoreCommands. findSingleton(InputLine inputLine)
protected Identifiable
StoreCommands. findSingleton(InputLine inputLine, String errorMessage)
Does all the checks for a command that accepts a single store object.protected Identifiable
StoreCommands2. findSingleton(InputLine inputLine)
protected Identifiable
StoreCommands2. findSingleton(InputLine inputLine, String errorMessage)
Does all the checks for a command that accepts a single store object.void
StoreCommands. get_id(InputLine inputLine)
void
StoreCommands2. get_id(InputLine inputLine)
protected String
StoreCommands. getAndCheckKeyArg(InputLine inputLine)
resolves key shorthand of >key_name or -key key_name returns null if no such key OR if it is not valid in the key list.protected String
StoreCommands2. getAndCheckKeyArg(InputLine inputLine)
resolves key shorthand of >key_name or -key key_name returns null if no such key OR if it is not valid in the key list.protected List<String>
StoreCommands. getArgList(InputLine inputLine)
Deprecated.protected List<String>
StoreCommands2. getArgList(InputLine inputLine)
Deprecated.protected String
StoreCommands. getKeyArg(InputLine inputLine)
protected String
StoreCommands. getKeyArg(InputLine inputLine, boolean removeIt)
Just gets the key argument or null if not present.protected String
StoreCommands2. getKeyArg(InputLine inputLine)
protected String
StoreCommands2. getKeyArg(InputLine inputLine, boolean removeIt)
Just gets the key argument or null if not present.void
StoreCommands. list_keys(InputLine inputLine)
void
StoreCommands2. list_keys(InputLine inputLine)
void
StoreCommands. ls(InputLine inputLine)
void
StoreCommands2. ls(InputLine inputLine)
protected void
StoreCommands. oldls1(InputLine inputLine)
protected void
StoreCommands2. oldls1(InputLine inputLine)
protected void
StoreCommands. oldrm(InputLine inputLine)
protected void
StoreCommands2. oldrm(InputLine inputLine)
protected void
StoreCommands. oldUpdate(InputLine inputLine)
Older version of update.protected void
StoreCommands2. oldUpdate(InputLine inputLine)
Older version of update.boolean
StoreCommands. printRS(InputLine inputLine, List<Identifiable> values, List<String> returnedAttributes, List limits)
If limits is empty or null, show everything.boolean
StoreCommands2. printRS(InputLine inputLine, List<Identifiable> values, List<String> returnedAttributes, List limits)
If limits is empty or null, show everything.protected List
StoreCommands. processList(InputLine inputLine, String key)
A placeholder.protected List
StoreCommands2. processList(InputLine inputLine, String key)
A placeholder.void
StoreCommands. rm(InputLine inputLine)
void
StoreCommands2. rm(InputLine inputLine)
void
StoreCommands. rs(InputLine inputLine)
void
StoreCommands2. rs(InputLine inputLine)
void
StoreCommands. search(InputLine inputLine)
void
StoreCommands2. search(InputLine inputLine)
void
StoreCommands. serialize(InputLine inputLine)
protected void
StoreCommands. serialize(InputLine inputLine, Identifiable x)
void
StoreCommands2. serialize(InputLine inputLine)
protected void
StoreCommands2. serialize(InputLine inputLine, Identifiable x)
void
StoreCommands. set_id(InputLine inputLine)
void
StoreCommands2. set_id(InputLine inputLine)
protected Identifiable
StoreCommands. setIDFromInputLine(Identifiable x, InputLine inputLine)
if the user specified the new identifier on the command line, peel it off and use it.protected Identifiable
StoreCommands2. setIDFromInputLine(Identifiable x, InputLine inputLine)
if the user specified the new identifier on the command line, peel it off and use it.protected void
StoreCommands. showListKeysHelp(InputLine inputLine)
protected void
StoreCommands2. showListKeysHelp(InputLine inputLine)
void
StoreCommands. size(InputLine inputLine)
void
StoreCommands2. size(InputLine inputLine)
void
StoreCommands. update(InputLine inputLine)
void
StoreCommands2. update(InputLine inputLine)
void
StoreCommands. upkeep(InputLine inputLine)
void
StoreCommands2. upkeep(InputLine inputLine)
-
Uses of InputLine in edu.uiuc.ncsa.security.util.cli
Subclasses of InputLine in edu.uiuc.ncsa.security.util.cli Modifier and Type Class Description class
EditorInputLine
Created by Jeff Gaynor
on 8/17/20 at 3:14 PMMethods in edu.uiuc.ncsa.security.util.cli that return InputLine Modifier and Type Method Description InputLine
AbstractCommandsImpl. bootstrap(InputLine inputLine)
Bootstrap this implementation.InputLine
AbstractCommandsImpl. bootstrap(String[] args)
InputLine
CLIDriver. bootstrap(InputLine argLine)
InputLine
CLIDriver. bootstrap(String[] args)
This method is charged with interpreting the command line arguments and setting up the state for this CLI driver.InputLine
Commands. bootstrap(InputLine inputLine)
InputLine
CommonCommands. bootstrap(InputLine inputLine)
InputLine
ConfigurableCommandsImpl. bootstrap(InputLine args)
Parses command line arguments.InputLine
ConfigurableCommandsImpl2. bootstrap(InputLine args)
Parses command line arguments.InputLine
CLITool2. getInputLine()
Get the original input line.InputLine
InputLine. removeArgAt(int index)
InputLine
InputLine. removeLastArg()
Methods in edu.uiuc.ncsa.security.util.cli with parameters of type InputLine Modifier and Type Method Description InputLine
AbstractCommandsImpl. bootstrap(InputLine inputLine)
Bootstrap this implementation.InputLine
CLIDriver. bootstrap(InputLine argLine)
InputLine
Commands. bootstrap(InputLine inputLine)
InputLine
CommonCommands. bootstrap(InputLine inputLine)
InputLine
ConfigurableCommandsImpl. bootstrap(InputLine args)
Parses command line arguments.InputLine
ConfigurableCommandsImpl2. bootstrap(InputLine args)
Parses command line arguments.void
AbstractCommandsImpl. clear_env(InputLine inputLine)
void
CommonCommands. clear_env(InputLine inputLine)
protected void
CLIDriver. doHelp(InputLine inputLine)
void
CommonCommands. echo(InputLine inputLine)
int
CLIDriver. execute(InputLine cliAV)
Returns a logical true if one of the command lines executes the line successfully.static void
FormatUtil. formatList(InputLine inputLine, List<String> listOf)
This allows for setting the formattingstatic void
FormatUtil. formatList(InputLine inputLine, TreeSet<String> list)
void
TestCCI.CCIComponent. get(InputLine inputLine)
void
AbstractCommandsImpl. get_env(InputLine inputline)
void
CommonCommands. get_env(InputLine inputline)
static void
CLIReflectionUtil. invokeMethod(Commands obj, String name, InputLine cliAV)
Invokes the named method on the object.protected void
CLIDriver. listCLIMethods(InputLine inputLine)
protected void
ConfigurableCommandsImpl. listConfigs(InputLine inputLine)
protected void
ConfigurableCommandsImpl2. listConfigs(InputLine inputLine)
abstract void
AbstractCommandsImpl. load(InputLine inputLine)
Load resources before showing logos etc.void
ConfigurableCommandsImpl. load(InputLine inputLine)
void
ConfigurableCommandsImpl2. load(InputLine inputLine)
void
TestCCI.CCIComponent. load(InputLine inputLine)
void
TestCCI. load(InputLine inputLine)
void
TestCommands. load(InputLine inputLine)
void
AbstractCommandsImpl. print_env(InputLine inputLine)
void
CommonCommands. print_env(InputLine inputLine)
static void
FormatUtil. printFormatListHelp(IOInterface io, InputLine inputLine)
static void
FormatUtil. printFormatListHelp(IOInterface io, String indent, InputLine inputLine)
boolean
HelpUtil. printHelp(InputLine inputLine)
Returns true if there were results printed, false otherwise.protected void
CLIDriver. printHelpTopics(InputLine inputLine)
void
CLIDriver. quit(InputLine inputLine)
void
AbstractCommandsImpl. read_env(InputLine inputline)
void
CommonCommands. read_env(InputLine inputline)
void
AbstractCommandsImpl. save_env(InputLine inputLine)
void
CommonCommands. save_env(InputLine inputLine)
void
TestCCI.CCIComponent. set(InputLine inputLine)
void
AbstractCommandsImpl. set_env(InputLine inputline)
void
CommonCommands. set_env(InputLine inputline)
void
CommonCommands. set_output_on(InputLine inputLine)
void
CommonCommands2. set_output_on(InputLine inputLine)
void
CommonCommands. set_verbose_on(InputLine inputLine)
So batch files can change whether or not they are verbosevoid
CommonCommands2. set_verbose_on(InputLine inputLine)
So batch files can change whether or not they are verbosevoid
CLITool2. setInputLine(InputLine inputLine)
void
TestCCI.CCIComponent. show_all(InputLine inputLine)
protected boolean
AbstractCommandsImpl. showHelp(InputLine inputLine)
returns "true if the command has the flag --help in it.protected boolean
CommonCommands. showHelp(InputLine inputLine)
returns "true if the command has the flag --help in it.protected boolean
ConfigurableCommandsImpl. showHelp(InputLine inputLine)
returns "true if the command has the flag --help in it.void
TestCommands. size(InputLine inputLine)
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.protected boolean
ConfigurableCommandsImpl2. switchOrRun(InputLine inputLine, CommonCommands2 commands)
Either switch to another component or (if there are arguments) simply run the single command and return.void
TestCommands. time(InputLine inputLine)
void
ConfigurableCommandsImpl. trace(InputLine inputLine)
boolean
ComponentManager. use(InputLine inputLine)
boolean
ConfigurableCommandsImpl. use(InputLine inputLine)
Override this to invoke the specific components that make up your CLI.boolean
ConfigurableCommandsImpl2. use(InputLine inputLine)
Override this to invoke the specific components that make up your CLI.boolean
TestCCI. use(InputLine inputLine)
void
CommonCommands. version(InputLine inputLine)
void
CommonCommands2. version(InputLine inputLine)
-
Uses of InputLine in edu.uiuc.ncsa.security.util.cli.editing
Subclasses of InputLine in edu.uiuc.ncsa.security.util.cli.editing Modifier and Type Class Description class
LineEditorInputLine
Created by Jeff Gaynor
on 8/31/18 at 3:02 PMMethods in edu.uiuc.ncsa.security.util.cli.editing with parameters of type InputLine Modifier and Type Method Description static void
EditorUtils. updateEditors(Editors editors, InputLine inputLine)
Facility for updating the editors. -
Uses of InputLine in edu.uiuc.ncsa.security.util.help
Methods in edu.uiuc.ncsa.security.util.help with parameters of type InputLine Modifier and Type Method Description protected int
MarkdownConverter. init(InputLine inputLine)
Constructors in edu.uiuc.ncsa.security.util.help with parameters of type InputLine Constructor Description MarkdownConverter(InputLine inputLine)
-