| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--allensoft.util.OptionsParser
        |
        +--allensoft.javacvs.client.ui.command.RemoveOptionsParser
| Inner classes inherited from class allensoft.util.OptionsParser | 
OptionsParser.ListOfOptions, OptionsParser.Option, OptionsParser.OptionDefinition, OptionsParser.OptionGroup | 
| Constructor Summary | |
RemoveOptionsParser()
 | 
|
| Method Summary | |
protected  java.lang.Object | 
createOptions()
Creates the Options object for this parser.  | 
protected  void | 
processOption(java.lang.Object options,
              OptionsParser.Option option,
              OptionsParser.ListOfOptions previousOptions)
Override this method to process an individual option.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public RemoveOptionsParser()
| Method Detail | 
protected java.lang.Object createOptions()
OptionsParsercreateOptions in class OptionsParser
protected void processOption(java.lang.Object options,
                             OptionsParser.Option option,
                             OptionsParser.ListOfOptions previousOptions)
                      throws java.text.ParseException
OptionsParserprocessOption in class OptionsParserallensoft.util.OptionsParseroptions - the options object to update the state of given this option. This object is created by the createOptions method.option - an option parsed from the command linepreviousOptions - a list of previously parsed options before this option was reached (ie options specified on the command
line before this option).
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||