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.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.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 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.void
StoreCommands. archive(InputLine inputLine)
void
StoreCommands. change_id(InputLine inputLine)
Allows changing the identifier for an object.void
StoreCommands. clear_id(InputLine inputLine)
void
StoreCommands. clear_store(InputLine line)
void
StoreCommands. copy(InputLine inputLine)
void
StoreCommands. create(InputLine inputLine)
Creates a new item.void
StoreCommands. deserialize(InputLine inputLine)
void
StoreCommands. 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 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 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.void
StoreCommands. 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 List<String>
StoreCommands. 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.void
StoreCommands. list_keys(InputLine inputLine)
void
StoreCommands. ls(InputLine inputLine)
protected void
StoreCommands. oldls1(InputLine inputLine)
protected void
StoreCommands. oldrm(InputLine inputLine)
protected void
StoreCommands. 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.protected List
StoreCommands. processList(InputLine inputLine, String key)
A placeholder.void
StoreCommands. rm(InputLine inputLine)
void
StoreCommands. rs(InputLine inputLine)
void
StoreCommands. search(InputLine inputLine)
void
StoreCommands. serialize(InputLine inputLine)
protected void
StoreCommands. serialize(InputLine inputLine, Identifiable x)
void
StoreCommands. 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 void
StoreCommands. showListKeysHelp(InputLine inputLine)
void
StoreCommands. size(InputLine inputLine)
void
StoreCommands. update(InputLine inputLine)
void
StoreCommands. 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
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 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
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)
void
ConfigurableCommandsImpl. load(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
CommonCommands. read_env(InputLine inputline)
void
CommonCommands. save_env(InputLine inputLine)
void
CommonCommands. set_env(InputLine inputline)
void
CommonCommands. set_output_on(InputLine inputLine)
void
CommonCommands. set_verbose_on(InputLine inputLine)
So batch files can change whether or not they are verboseprotected 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
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.void
CommonCommands. 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)
-