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, wait
getOptionDescription, getOptionValuesLength
public void handleOption(java.lang.String[] optionValues, SVGConverter c)
Main.OptionHandler
handleOption
in interface Main.OptionHandler
public abstract void safeHandleOption(java.lang.String[] optionValues, SVGConverter c)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.