Uses of Class
org.jagatoo.commandline.Argument

Packages that use Argument
org.jagatoo.commandline   
org.jagatoo.commandline.arguments   
 

Uses of Argument in org.jagatoo.commandline
 

Methods in org.jagatoo.commandline that return Argument
 Argument ArgumentsRegistry.getArgument(char shortName)
          Gets the argument corresponding to the given short-name.
 Argument ArgumentsRegistry.getArgument(java.lang.String longName)
          Gets the argument corresponding to the given long-name.
 

Methods in org.jagatoo.commandline with parameters of type Argument
 void ArgumentsRegistry.addArgument(Argument arg)
          Adds a new argument.
protected abstract  void ArgumentsHandler.handleArgument(Argument arg, java.lang.Object value)
          This method is called when the parser has identified an argument with or without a value.
 void ArgumentsRegistry.removeArgument(Argument arg)
          Removes an argument.
 

Uses of Argument in org.jagatoo.commandline.arguments
 

Subclasses of Argument in org.jagatoo.commandline.arguments
 class HelpArgument
          This is the standard help arguments that tells the user to display the