java.lang.Object
allensoft.util.OptionsParser
allensoft.javacvs.client.ui.command.ExportOptionsParser
- public class ExportOptionsParser
- extends allensoft.util.OptionsParser
| Nested classes inherited from class allensoft.util.OptionsParser |
allensoft.util.OptionsParser.ListOfOptions, allensoft.util.OptionsParser.Option, allensoft.util.OptionsParser.OptionDefinition, allensoft.util.OptionsParser.OptionGroup |
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportOptionsParser
public ExportOptionsParser()
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.