Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

allensoft.javacvs.client.ui.command
Class UpdateOptionsParser  view UpdateOptionsParser download UpdateOptionsParser.java

java.lang.Object
  extended byallensoft.util.OptionsParser
      extended byallensoft.javacvs.client.ui.command.UpdateOptionsParser

public class UpdateOptionsParser
extends allensoft.util.OptionsParser


Nested Class Summary
 
Nested classes inherited from class allensoft.util.OptionsParser
allensoft.util.OptionsParser.ListOfOptions, allensoft.util.OptionsParser.Option, allensoft.util.OptionsParser.OptionDefinition, allensoft.util.OptionsParser.OptionGroup
 
Field Summary
 
Fields inherited from class allensoft.util.OptionsParser
 
Constructor Summary
UpdateOptionsParser()
           
 
Method Summary
protected  java.lang.Object createOptions()
          Creates the Options object for this parser.
protected  void processOption(java.lang.Object options, allensoft.util.OptionsParser.Option option, allensoft.util.OptionsParser.ListOfOptions previousOptions)
          Override this method to process an individual option.
 
Methods inherited from class allensoft.util.OptionsParser
addOptionDefinition, getAllowSingleCharFlagsToBeGroupedTogether, getOptionDefinition, getOptionDefinition, getOptionDefinitionCount, getOptionIdentifier, parseOptions, processUnrecognizedOption, setAllowSingleCharFlagsToBeGroupedTogether, setOptionIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateOptionsParser

public UpdateOptionsParser()
Method Detail

createOptions

protected java.lang.Object createOptions()
Description copied from class: allensoft.util.OptionsParser
Creates the Options object for this parser.


processOption

protected void processOption(java.lang.Object options,
                             allensoft.util.OptionsParser.Option option,
                             allensoft.util.OptionsParser.ListOfOptions previousOptions)
                      throws BadOptionException
Description copied from class: allensoft.util.OptionsParser
Override this method to process an individual option.