Package pro.johndunlap.getopt
-
Interface Summary Interface Description ExitMechanism This interface allows unit tests to override the exit mechanism.TypeConverter<P> Implementations of this interface are used to parse string values into object instances which are not supported by default. -
Class Summary Class Description DefaultValueParser A default implementation of the ValueParser interface.GetOpt The main entry point for the getopt-databind library.Main This is an example of how to use the GetOpt library.OptionInfo A class which contains information about a single option.ParseContext<T> Maintains the state of the parsing process.ReflectionUtil A utility class which contains reflective methods for working with Java objects. -
Enum Summary Enum Description Parser The parser is responsible for parsing the command line arguments.