Package org.xerial.util.cui

The command line argument parser.

See:
          Description

Interface Summary
OptionHandler<OptionID extends Comparable> A handler called when an option is set.
 

Class Summary
Option<OptionID extends Comparable> Option represents a command line option
OptionGroup<OptionID extends Comparable> OptionGroup creates a bundle of options By setting some OptionGroup as exclusive, you can prevent multiple exclusive OptionGroups will be activated at the same time.
OptionParser<OptionID extends Comparable> OptionParser parses command line arguments
 

Exception Summary
OptionParserException An exception class thrown when illegal states are found when parsing command line arguments
 

Package org.xerial.util.cui Description

The command line argument parser.



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.