|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ArgumentParser<T> | Common interface for all classes that can be used to parse arguments of type T. |
Class Summary | |
---|---|
CLManager | Command line manager. |
Exception Summary | |
---|---|
CLArgumentException | Indicates an error during processing of an option argument. |
CLDefinitionException | Exception which indicates that the command line options were incorrectly configured. |
CLParseException | Exception which indicates an error in the command line as entered by the user. |
Java command line option processor system (J-Clops). Allows processing
of command line arguments for an application by means of a command line manager of class
CLManager
. Options can be configured
using annotations from the sub-package
be.ugent.twijug.jclops.annotations
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |