antlraux package
v0.2.1

Package antlraux.clparse

Classes involved in parsing of the command line.

See:
          Description

Class Summary
Command A Command is the union of a CommandSpec and a list of parameters.
CommandLineParser This is the main class of the package antlraux.clparse.
CommandSpec This class encapsulates the specification of a command.
Task Each time that the parser succesfully parses a command and its params, it adds a Task to a list of tasks.
TypeDealer Conversion between Strings and java basic types is necessary along all the parsing.
 

Exception Summary
CommandLineParserException An instance of this exception will be launched any time that an error is encountered during the command line parsing or execution.
ExecutedMethodException This exception is thrown when the method associated to a task launch itself an exception.
 

Package antlraux.clparse Description

Classes involved in parsing of the command line. The main class of this package is CommandLineParser.


antlraux package
v0.2.1

Created by Enrique José García Cota