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

Quick Search    Search Deep

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

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

public class ExportOptionsParser
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
ExportOptionsParser()
           
 
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

ExportOptionsParser

public ExportOptionsParser()
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 java.text.ParseException
Description copied from class: allensoft.util.OptionsParser
Override this method to process an individual option.