|
antlraux package v0.2.1 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Classes involved in parsing of the command line.
The main class of this package is CommandLineParser
.
|
antlraux package v0.2.1 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |