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 theCLIDriverso 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 ListSASCommands. 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 InputLineSASCLIDriver.DC. bootstrap(InputLine inputLine)Methods in edu.uiuc.ncsa.sas.cli with parameters of type InputLine Modifier and Type Method Description InputLineSASCLIDriver.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 ClientClient. 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 InputLineStoreCommands. bootstrap(InputLine inputLine)InputLineStoreCommands2. bootstrap(InputLine inputLine)static InputLineStoreCommands. extractIndexKeys(InputLine inputLine)Static utility to take an index argument like --4 and split it into -- 4.Methods in edu.uiuc.ncsa.security.storage.cli with parameters of type InputLine Modifier and Type Method Description protected IdentifiableStoreCommands. actualCreate(InputLine inputLine, int magicNumber)does the actual creation and returns the created object.protected IdentifiableStoreCommands2. actualCreate(InputLine inputLine, int magicNumber)does the actual creation and returns the created object.voidStoreCommands. archive(InputLine inputLine)voidStoreCommands2. archive(InputLine inputLine)InputLineStoreCommands. bootstrap(InputLine inputLine)InputLineStoreCommands2. bootstrap(InputLine inputLine)voidStoreCommands. change_id(InputLine inputLine)Allows changing the identifier for an object.voidStoreCommands2. change_id(InputLine inputLine)Allows changing the identifier for an object.voidStoreCommands. clear_id(InputLine inputLine)voidStoreCommands2. clear_id(InputLine inputLine)voidStoreCommands. clear_store(InputLine line)voidStoreCommands2. clear_store(InputLine line)voidStoreCommands. copy(InputLine inputLine)voidStoreCommands2. copy(InputLine inputLine)voidStoreCommands. create(InputLine inputLine)Creates a new item.voidStoreCommands2. create(InputLine inputLine)Creates a new item.voidStoreCommands. deserialize(InputLine inputLine)voidStoreCommands2. deserialize(InputLine inputLine)voidStoreCommands. edit(InputLine inputLine)voidStoreCommands2. edit(InputLine inputLine)static InputLineStoreCommands. extractIndexKeys(InputLine inputLine)Static utility to take an index argument like --4 and split it into -- 4.protected StringStoreCommands. extractRawList(InputLine inputLine, String key)Assumes there is a key and the original line is of the form -key [x, y, ...protected StringStoreCommands2. extractRawList(InputLine inputLine, String key)Assumes there is a key and the original line is of the form -key [x, y, ...protected FoundIdentifiablesStoreCommands. findItem(Store store, InputLine inputLine, boolean allowResultSets)General case for finding items from a store.protected FoundIdentifiablesStoreCommands. findItem(InputLine inputLine)protected FoundIdentifiablesStoreCommands. findItem(InputLine inputLine, boolean allowResultSets)Resolves the first argument of a command line into either a unique identifier against the ambient store.protected FoundIdentifiablesStoreCommands2. findItem(Store store, InputLine inputLine, boolean allowResultSets)General case for finding items from a store.protected FoundIdentifiablesStoreCommands2. findItem(InputLine inputLine)protected FoundIdentifiablesStoreCommands2. findItem(InputLine inputLine, boolean allowResultSets)Resolves the first argument of a command line into either a unique identifier against the ambient store.protected IdentifiableStoreCommands. findSingleton(InputLine inputLine)protected IdentifiableStoreCommands. findSingleton(InputLine inputLine, String errorMessage)Does all the checks for a command that accepts a single store object.protected IdentifiableStoreCommands2. findSingleton(InputLine inputLine)protected IdentifiableStoreCommands2. findSingleton(InputLine inputLine, String errorMessage)Does all the checks for a command that accepts a single store object.voidStoreCommands. get_id(InputLine inputLine)voidStoreCommands2. get_id(InputLine inputLine)protected StringStoreCommands. 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 StringStoreCommands2. 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 StringStoreCommands. getKeyArg(InputLine inputLine)protected StringStoreCommands. getKeyArg(InputLine inputLine, boolean removeIt)Just gets the key argument or null if not present.protected StringStoreCommands2. getKeyArg(InputLine inputLine)protected StringStoreCommands2. getKeyArg(InputLine inputLine, boolean removeIt)Just gets the key argument or null if not present.voidStoreCommands. list_keys(InputLine inputLine)voidStoreCommands2. list_keys(InputLine inputLine)voidStoreCommands. ls(InputLine inputLine)voidStoreCommands2. ls(InputLine inputLine)protected voidStoreCommands. oldls1(InputLine inputLine)protected voidStoreCommands2. oldls1(InputLine inputLine)protected voidStoreCommands. oldrm(InputLine inputLine)protected voidStoreCommands2. oldrm(InputLine inputLine)protected voidStoreCommands. oldUpdate(InputLine inputLine)Older version of update.protected voidStoreCommands2. oldUpdate(InputLine inputLine)Older version of update.booleanStoreCommands. printRS(InputLine inputLine, List<Identifiable> values, List<String> returnedAttributes, List limits)If limits is empty or null, show everything.booleanStoreCommands2. printRS(InputLine inputLine, List<Identifiable> values, List<String> returnedAttributes, List limits)If limits is empty or null, show everything.protected ListStoreCommands. processList(InputLine inputLine, String key)A placeholder.protected ListStoreCommands2. processList(InputLine inputLine, String key)A placeholder.voidStoreCommands. rm(InputLine inputLine)voidStoreCommands2. rm(InputLine inputLine)voidStoreCommands. rs(InputLine inputLine)voidStoreCommands2. rs(InputLine inputLine)voidStoreCommands. search(InputLine inputLine)voidStoreCommands2. search(InputLine inputLine)voidStoreCommands. serialize(InputLine inputLine)protected voidStoreCommands. serialize(InputLine inputLine, Identifiable x)voidStoreCommands2. serialize(InputLine inputLine)protected voidStoreCommands2. serialize(InputLine inputLine, Identifiable x)voidStoreCommands. set_id(InputLine inputLine)voidStoreCommands2. set_id(InputLine inputLine)protected IdentifiableStoreCommands. setIDFromInputLine(Identifiable x, InputLine inputLine)if the user specified the new identifier on the command line, peel it off and use it.protected IdentifiableStoreCommands2. setIDFromInputLine(Identifiable x, InputLine inputLine)if the user specified the new identifier on the command line, peel it off and use it.protected voidStoreCommands. showListKeysHelp(InputLine inputLine)protected voidStoreCommands2. showListKeysHelp(InputLine inputLine)voidStoreCommands. size(InputLine inputLine)voidStoreCommands2. size(InputLine inputLine)voidStoreCommands. update(InputLine inputLine)voidStoreCommands2. update(InputLine inputLine)voidStoreCommands. upkeep(InputLine inputLine)voidStoreCommands2. 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 classEditorInputLineCreated 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 InputLineAbstractCommandsImpl. bootstrap(InputLine inputLine)Bootstrap this implementation.InputLineAbstractCommandsImpl. bootstrap(String[] args)InputLineCLIDriver. bootstrap(InputLine argLine)InputLineCLIDriver. bootstrap(String[] args)This method is charged with interpreting the command line arguments and setting up the state for this CLI driver.InputLineCommands. bootstrap(InputLine inputLine)InputLineCommonCommands. bootstrap(InputLine inputLine)InputLineConfigurableCommandsImpl. bootstrap(InputLine args)Parses command line arguments.InputLineConfigurableCommandsImpl2. bootstrap(InputLine args)Parses command line arguments.InputLineCLITool2. getInputLine()Get the original input line.InputLineInputLine. removeArgAt(int index)InputLineInputLine. removeLastArg()Methods in edu.uiuc.ncsa.security.util.cli with parameters of type InputLine Modifier and Type Method Description InputLineAbstractCommandsImpl. bootstrap(InputLine inputLine)Bootstrap this implementation.InputLineCLIDriver. bootstrap(InputLine argLine)InputLineCommands. bootstrap(InputLine inputLine)InputLineCommonCommands. bootstrap(InputLine inputLine)InputLineConfigurableCommandsImpl. bootstrap(InputLine args)Parses command line arguments.InputLineConfigurableCommandsImpl2. bootstrap(InputLine args)Parses command line arguments.voidAbstractCommandsImpl. clear_env(InputLine inputLine)voidCommonCommands. clear_env(InputLine inputLine)protected voidCLIDriver. doHelp(InputLine inputLine)voidCommonCommands. echo(InputLine inputLine)intCLIDriver. execute(InputLine cliAV)Returns a logical true if one of the command lines executes the line successfully.static voidFormatUtil. formatList(InputLine inputLine, List<String> listOf)This allows for setting the formattingstatic voidFormatUtil. formatList(InputLine inputLine, TreeSet<String> list)voidTestCCI.CCIComponent. get(InputLine inputLine)voidAbstractCommandsImpl. get_env(InputLine inputline)voidCommonCommands. get_env(InputLine inputline)static voidCLIReflectionUtil. invokeMethod(Commands obj, String name, InputLine cliAV)Invokes the named method on the object.protected voidCLIDriver. listCLIMethods(InputLine inputLine)protected voidConfigurableCommandsImpl. listConfigs(InputLine inputLine)protected voidConfigurableCommandsImpl2. listConfigs(InputLine inputLine)abstract voidAbstractCommandsImpl. load(InputLine inputLine)Load resources before showing logos etc.voidConfigurableCommandsImpl. load(InputLine inputLine)voidConfigurableCommandsImpl2. load(InputLine inputLine)voidTestCCI.CCIComponent. load(InputLine inputLine)voidTestCCI. load(InputLine inputLine)voidTestCommands. load(InputLine inputLine)voidAbstractCommandsImpl. print_env(InputLine inputLine)voidCommonCommands. print_env(InputLine inputLine)static voidFormatUtil. printFormatListHelp(IOInterface io, InputLine inputLine)static voidFormatUtil. printFormatListHelp(IOInterface io, String indent, InputLine inputLine)booleanHelpUtil. printHelp(InputLine inputLine)Returns true if there were results printed, false otherwise.protected voidCLIDriver. printHelpTopics(InputLine inputLine)voidCLIDriver. quit(InputLine inputLine)voidAbstractCommandsImpl. read_env(InputLine inputline)voidCommonCommands. read_env(InputLine inputline)voidAbstractCommandsImpl. save_env(InputLine inputLine)voidCommonCommands. save_env(InputLine inputLine)voidTestCCI.CCIComponent. set(InputLine inputLine)voidAbstractCommandsImpl. set_env(InputLine inputline)voidCommonCommands. set_env(InputLine inputline)voidCommonCommands. set_output_on(InputLine inputLine)voidCommonCommands2. set_output_on(InputLine inputLine)voidCommonCommands. set_verbose_on(InputLine inputLine)So batch files can change whether or not they are verbosevoidCommonCommands2. set_verbose_on(InputLine inputLine)So batch files can change whether or not they are verbosevoidCLITool2. setInputLine(InputLine inputLine)voidTestCCI.CCIComponent. show_all(InputLine inputLine)protected booleanAbstractCommandsImpl. showHelp(InputLine inputLine)returns "true if the command has the flag --help in it.protected booleanCommonCommands. showHelp(InputLine inputLine)returns "true if the command has the flag --help in it.protected booleanConfigurableCommandsImpl. showHelp(InputLine inputLine)returns "true if the command has the flag --help in it.voidTestCommands. size(InputLine inputLine)protected booleanConfigurableCommandsImpl. switchOrRun(InputLine inputLine, CommonCommands commands)Either switch to another component or (if there are arguments) simply run the single command and return.protected booleanConfigurableCommandsImpl2. switchOrRun(InputLine inputLine, CommonCommands2 commands)Either switch to another component or (if there are arguments) simply run the single command and return.voidTestCommands. time(InputLine inputLine)voidConfigurableCommandsImpl. trace(InputLine inputLine)booleanComponentManager. use(InputLine inputLine)booleanConfigurableCommandsImpl. use(InputLine inputLine)Override this to invoke the specific components that make up your CLI.booleanConfigurableCommandsImpl2. use(InputLine inputLine)Override this to invoke the specific components that make up your CLI.booleanTestCCI. use(InputLine inputLine)voidCommonCommands. version(InputLine inputLine)voidCommonCommands2. 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 classLineEditorInputLineCreated 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 voidEditorUtils. 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 intMarkdownConverter. init(InputLine inputLine)Constructors in edu.uiuc.ncsa.security.util.help with parameters of type InputLine Constructor Description MarkdownConverter(InputLine inputLine)
-