Class TransletCommandLine

java.lang.Object
com.aspectran.shell.command.AbstractCommandLine
com.aspectran.shell.command.TransletCommandLine

public class TransletCommandLine extends AbstractCommandLine
Parses the command line entered to execute the translet.
  • Constructor Details

  • Method Details

    • getRequestMethod

      public MethodType getRequestMethod()
      Returns the request method of the target translet extracted from the command line.
      Returns:
      the request method
    • parse

      protected void parse()
      Overrides:
      parse in class AbstractCommandLine