Package org.globus.cog.gridshell.getopt.interfaces

Interface Summary
ArgParser The goal of an ArgParser is to take an input and then set all the correct values of getOpt associated with the parser
Argument An argument is a value that is not associated with an option
GetOpt GetOpt is what the developer interacts with to parse and get the values arguments and options at the commandline.
Option Option is a value that is associated a string value of a short key (one character) and/or a long key (more than one character)
Storable An extended idea of a Variable.
Validator Allows Strings to be turned into the objects that are mapped to their type.