Package be.ugent.twijug.jclops

Java command line option processor system (J-Clops).

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.
 

Package be.ugent.twijug.jclops Description

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.