Class QDLCLICommands
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.cli.CommonCommands
-
- org.oa4mp.server.admin.myproxy.oauth2.tools.QDLCLICommands
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Logable
,edu.uiuc.ncsa.security.util.cli.Commands
,Serializable
public class QDLCLICommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands
Deprecated.-- format of scripts changed and this was not updated.Created by Jeff Gaynor
on 2/24/20 at 12:38 PMThis set of commands lets you put in qdl script and manage them in the command line client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QDLCLICommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
Deprecated.QDLCLICommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, edu.uiuc.ncsa.security.util.scripting.ScriptSet scriptSet)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
bootstrap()
Deprecated.void
create(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
Deprecated.protected void
editHelp()
Deprecated.protected String
format(org.qdl_lang.scripting.QDLScript script)
Deprecated.edu.uiuc.ncsa.security.util.cli.HelpUtil
getHelpUtil()
Deprecated.String
getPrompt()
Deprecated.edu.uiuc.ncsa.security.util.scripting.ScriptSet<org.qdl_lang.scripting.QDLScript>
getScriptSet()
Deprecated.void
list_phases(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
Deprecated.void
ls(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
Deprecated.void
setScriptSet(edu.uiuc.ncsa.security.util.scripting.ScriptSet<org.qdl_lang.scripting.QDLScript> scriptSet)
Deprecated.protected String
shortFormat(org.qdl_lang.scripting.QDLScript script)
Deprecated.protected void
showCreateHelp()
Deprecated.protected void
showLSHelp()
Deprecated.void
update(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
Deprecated.-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.CommonCommands
clear_env, clearEnvHelp, debug, echo, echoHelp, error, get_env, getBufferedReader, getDriver, 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
-
-
-
-
Method Detail
-
bootstrap
public void bootstrap() throws Throwable
Deprecated.- Specified by:
bootstrap
in interfaceedu.uiuc.ncsa.security.util.cli.Commands
- Overrides:
bootstrap
in classedu.uiuc.ncsa.security.util.cli.CommonCommands
- Throws:
Throwable
-
getHelpUtil
public edu.uiuc.ncsa.security.util.cli.HelpUtil getHelpUtil()
Deprecated.- Specified by:
getHelpUtil
in interfaceedu.uiuc.ncsa.security.util.cli.Commands
- Overrides:
getHelpUtil
in classedu.uiuc.ncsa.security.util.cli.CommonCommands
-
getPrompt
public String getPrompt()
Deprecated.
-
getScriptSet
public edu.uiuc.ncsa.security.util.scripting.ScriptSet<org.qdl_lang.scripting.QDLScript> getScriptSet()
Deprecated.
-
setScriptSet
public void setScriptSet(edu.uiuc.ncsa.security.util.scripting.ScriptSet<org.qdl_lang.scripting.QDLScript> scriptSet)
Deprecated.
-
list_phases
public void list_phases(edu.uiuc.ncsa.security.util.cli.InputLine inputLine) throws Exception
Deprecated.- Throws:
Exception
-
shortFormat
protected String shortFormat(org.qdl_lang.scripting.QDLScript script)
Deprecated.
-
format
protected String format(org.qdl_lang.scripting.QDLScript script)
Deprecated.
-
showLSHelp
protected void showLSHelp()
Deprecated.
-
ls
public void ls(edu.uiuc.ncsa.security.util.cli.InputLine inputLine) throws Exception
Deprecated.- Throws:
Exception
-
editHelp
protected void editHelp()
Deprecated.
-
update
public void update(edu.uiuc.ncsa.security.util.cli.InputLine inputLine) throws Exception
Deprecated.- Throws:
Exception
-
showCreateHelp
protected void showCreateHelp()
Deprecated.
-
-