public abstract static class Main.AbstractOptionHandler extends java.lang.Object implements Main.OptionHandler
| Constructor and Description |
|---|
Main.AbstractOptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleOption(java.lang.String[] optionValues,
SVGConverter c)
The OptionHandler should configure the SVGConverter
according to the value of the option.
|
abstract void |
safeHandleOption(java.lang.String[] optionValues,
SVGConverter c) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptionDescription, getOptionValuesLengthpublic void handleOption(java.lang.String[] optionValues,
SVGConverter c)
Main.OptionHandlerhandleOption in interface Main.OptionHandlerpublic abstract void safeHandleOption(java.lang.String[] optionValues,
SVGConverter c)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.