public abstract static class Main.SingleValueOptionHandler extends Main.AbstractOptionHandler
handleOption
method which
takes a String
and an SVGConverter
as parameters.Constructor and Description |
---|
SingleValueOptionHandler() |
Modifier and Type | Method and Description |
---|---|
int |
getOptionValuesLength()
Returns the number of values which the option handler requires.
|
abstract void |
handleOption(String optionValue,
SVGConverter c) |
void |
safeHandleOption(String[] optionValues,
SVGConverter c) |
handleOption
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOptionDescription
public void safeHandleOption(String[] optionValues, SVGConverter c)
safeHandleOption
in class Main.AbstractOptionHandler
public int getOptionValuesLength()
Main.OptionHandler
public abstract void handleOption(String optionValue, SVGConverter c)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.