Class Parser.ParseResult

java.lang.Object
com.google.appengine.tools.util.Parser.ParseResult
Enclosing class:
Parser

public static class Parser.ParseResult extends Object
Contains the parsed Action and arguments from a program command line.
  • Method Details

    • getParsedOptions

      public List<Option> getParsedOptions()
    • getAction

      public Action getAction()
    • applyArgs

      public void applyArgs()
      Applies the arguments to all options and to the parsed action.