Class AbstractCommandLine

java.lang.Object
com.aspectran.shell.command.AbstractCommandLine
Direct Known Subclasses:
TransletCommandLine

public abstract class AbstractCommandLine extends Object
  • Constructor Details

  • Method Details

    • isVerbose

      public boolean isVerbose()
    • setVerbose

      public void setVerbose(boolean verbose)
    • getLineParser

      public CommandLineParser getLineParser()
      Returns the command line parser.
      Returns:
      the command line parser
    • getRequestName

      public String getRequestName()
      Returns the name of the request extracted from the command line.
      Returns:
      the request name
    • getParameterMap

      public ParameterMap getParameterMap()
      Returns the parameters to pass to the execution target extracted from the command line.
      Returns:
      the parameter map
    • parse

      protected void parse()