Class AbstractCommandLine

  • Direct Known Subclasses:
    TransletCommandLine

    public abstract class AbstractCommandLine
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • getLineParser

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

        public java.lang.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()