public abstract static class Main.NoValueOptionHandler extends Main.AbstractOptionHandler
handleOption method which takes only an SVGConverter
as a parameter.| Constructor and Description |
|---|
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(String[] optionValues,
SVGConverter c) |
handleOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptionDescriptionpublic void safeHandleOption(String[] optionValues, SVGConverter c)
safeHandleOption in class Main.AbstractOptionHandlerpublic int getOptionValuesLength()
Main.OptionHandlerpublic abstract void handleOption(SVGConverter c)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.