Package com.mrami.libre.GetOpt

Fully functional--Provides command-line option processing w/ automated usage message generation.

See:
          Description

Class Summary
GetOpt Simple class for doing command line argument processing.
 

Exception Summary
CommandLineOptionException This exception is thrown when there's an error in the command line options (user did not meet the expectation of the software).
OptionProcessingException This exception is thrown when there's a failure in command line processing (internal software inconsistency, as opposed to CommandLineOptionException).
 

Package com.mrami.libre.GetOpt Description

Fully functional--Provides command-line option processing w/ automated usage message generation.