Package edu.uiuc.ncsa.security.util.cli
Class ParserCommands
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.cli.CommonCommands
-
- edu.uiuc.ncsa.security.util.cli.ParserCommands
-
public class ParserCommands extends CommonCommands
Deprecated.This was the command line component for functors, which should not be used.Created by Jeff Gaynor
on 9/25/18 at 10:51 AM
-
-
Field Summary
Fields Modifier and Type Field Description protected JFunctorFactory
functorFactory
Deprecated.-
Fields inherited from class edu.uiuc.ncsa.security.util.cli.CommonCommands
BATCH_FILE_LINE_CONTINUES, BATCH_FILE_MODE_FLAG, BATCH_MODE_FLAG, batchFile, CL_INPUT_FILE_FLAG, CL_OUTPUT_FILE_FLAG, DEFAULT_NULL_VALUE_PLACEHOLDER, defaultIndent, INDENT, logger, placeHolder
-
-
Constructor Summary
Constructors Constructor Description ParserCommands(MyLoggingFacade logger, JFunctorFactory functorFactory)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
bootstrap()
Deprecated.void
clear_file(InputLine inputLine)
Deprecated.void
edit(InputLine inputLine)
Deprecated.protected JFunctorFactory
getFunctorFactory()
Deprecated.String
getPrompt()
Deprecated.The prompt displayed to the user.void
run(InputLine inputLine)
Deprecated.void
set_file(InputLine inputLine)
Deprecated.void
show_file(InputLine inputLine)
Deprecated.protected void
showClearFileHelp()
Deprecated.protected void
showEditHelp()
Deprecated.protected void
showRunHelp()
Deprecated.protected void
showSetFileHelp()
Deprecated.protected void
showShowFileHelp()
Deprecated.-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.CommonCommands
clear_env, clearEnvHelp, debug, echo, echoHelp, error, get_env, getBufferedReader, getDriver, getHelpUtil, getInput, getIOInterface, getPlaceHolder, getPropertyHelp, getValue, gracefulExit, indentWidth, info, isBatch, isBatchFile, isBatchMode, isDebugOn, isEmpty, isOk, isPrintOuput, isVerbose, logit, print_env, print_help, printEnvHelp, printGetEnvHelp, printReadEnvHelp, printSaveEnvHelp, printSetEnvHelp, read_env, readFile, readJSON, readline, readline, save_env, say, say, say2, sayi, sayii, sayv, set_env, set_output_on, set_verbose_on, setBatchFile, setBatchMode, setBufferedReader, setDebugOn, setDriver, setHelpUtil, setIOInterface, setOutputOnHelp, setPlaceHolder, setPrintOuput, setVerbose, setVerboseHelp, showHelp, version, versionHelp, warn
-
-
-
-
Field Detail
-
functorFactory
protected JFunctorFactory functorFactory
Deprecated.
-
-
Constructor Detail
-
ParserCommands
public ParserCommands(MyLoggingFacade logger, JFunctorFactory functorFactory) throws Throwable
Deprecated.- Throws:
Throwable
-
-
Method Detail
-
getPrompt
public String getPrompt()
Deprecated.Description copied from interface:Commands
The prompt displayed to the user. This allows it to change based on context.- Returns:
- java.lang.String
-
bootstrap
public void bootstrap() throws Throwable
Deprecated.- Specified by:
bootstrap
in interfaceCommands
- Overrides:
bootstrap
in classCommonCommands
- Throws:
Throwable
-
showSetFileHelp
protected void showSetFileHelp()
Deprecated.
-
set_file
public void set_file(InputLine inputLine)
Deprecated.
-
showRunHelp
protected void showRunHelp()
Deprecated.
-
getFunctorFactory
protected JFunctorFactory getFunctorFactory()
Deprecated.
-
run
public void run(InputLine inputLine) throws IOException
Deprecated.- Throws:
IOException
-
show_file
public void show_file(InputLine inputLine)
Deprecated.
-
showShowFileHelp
protected void showShowFileHelp()
Deprecated.
-
showEditHelp
protected void showEditHelp()
Deprecated.
-
edit
public void edit(InputLine inputLine) throws IOException
Deprecated.- Throws:
IOException
-
showClearFileHelp
protected void showClearFileHelp()
Deprecated.
-
clear_file
public void clear_file(InputLine inputLine)
Deprecated.
-
-