Main.OptionHandler
public abstract static class Main.NoValueOptionHandler extends Main.AbstractOptionHandler
Constructor | Description |
---|---|
NoValueOptionHandler() |
Modifier and Type | Method | 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) |
handleOption
getOptionDescription
public void safeHandleOption(java.lang.String[] optionValues, SVGConverter c)
safeHandleOption
in class Main.AbstractOptionHandler
public int getOptionValuesLength()
Main.OptionHandler
public abstract void handleOption(SVGConverter c)