Class QDLCLICommands

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.Logable, edu.uiuc.ncsa.security.util.cli.Commands

    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 PM

    This set of commands lets you put in qdl script and manage them in the command line client.
    • Field Summary

      • 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
      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​(edu.uiuc.ncsa.qdl.scripting.QDLScript script)
      Deprecated.
       
      edu.uiuc.ncsa.security.util.cli.HelpUtil getHelpUtil()
      Deprecated.
       
      String getPrompt()
      Deprecated.
       
      edu.uiuc.ncsa.security.util.scripting.ScriptSet<edu.uiuc.ncsa.qdl.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<edu.uiuc.ncsa.qdl.scripting.QDLScript> scriptSet)
      Deprecated.
       
      protected String shortFormat​(edu.uiuc.ncsa.qdl.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
    • Constructor Detail

      • QDLCLICommands

        public QDLCLICommands​(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
                       throws Throwable
        Deprecated.
        Throws:
        Throwable
      • QDLCLICommands

        public QDLCLICommands​(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
                              edu.uiuc.ncsa.security.util.scripting.ScriptSet scriptSet)
                       throws Throwable
        Deprecated.
        Throws:
        Throwable
    • Method Detail

      • bootstrap

        public void bootstrap()
                       throws Throwable
        Deprecated.
        Specified by:
        bootstrap in interface edu.uiuc.ncsa.security.util.cli.Commands
        Overrides:
        bootstrap in class edu.uiuc.ncsa.security.util.cli.CommonCommands
        Throws:
        Throwable
      • getHelpUtil

        public edu.uiuc.ncsa.security.util.cli.HelpUtil getHelpUtil()
        Deprecated.
        Specified by:
        getHelpUtil in interface edu.uiuc.ncsa.security.util.cli.Commands
        Overrides:
        getHelpUtil in class edu.uiuc.ncsa.security.util.cli.CommonCommands
      • getPrompt

        public String getPrompt()
        Deprecated.
      • getScriptSet

        public edu.uiuc.ncsa.security.util.scripting.ScriptSet<edu.uiuc.ncsa.qdl.scripting.QDLScript> getScriptSet()
        Deprecated.
      • setScriptSet

        public void setScriptSet​(edu.uiuc.ncsa.security.util.scripting.ScriptSet<edu.uiuc.ncsa.qdl.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​(edu.uiuc.ncsa.qdl.scripting.QDLScript script)
        Deprecated.
      • format

        protected String format​(edu.uiuc.ncsa.qdl.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.
      • create

        public void create​(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
                    throws Exception
        Deprecated.
        Throws:
        Exception