public abstract static class Main.NoValueOptionHandler extends Main.AbstractOptionHandler
| Constructor and Description |
|---|
Main.NoValueOptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOptionValuesLength()
Returns the number of values which the option handler requires.
|
abstract void |
handleOption(SVGConverter c) |
void |
safeHandleOption(java.lang.String[] optionValues,
SVGConverter c) |
handleOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptionDescriptionpublic void safeHandleOption(java.lang.String[] optionValues,
SVGConverter c)
safeHandleOption in class Main.AbstractOptionHandlerpublic int getOptionValuesLength()
Main.OptionHandlerpublic abstract void handleOption(SVGConverter c)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.