Class AbstractCommandLine

  • Direct Known Subclasses:
    TransletCommandLine

    public abstract class AbstractCommandLine
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      CommandLineParser getLineParser()
      Returns the command line parser.
      ParameterMap getParameterMap()
      Returns the parameters to pass to the execution target extracted from the command line.
      java.lang.String getRequestName()
      Returns the name of the request extracted from the command line.
      protected void parse()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()