public static interface Main.OptionHandler
Modifier and Type | Method and Description |
---|---|
String |
getOptionDescription()
Returns the description for this option
|
int |
getOptionValuesLength()
Returns the number of values which the option handler requires.
|
void |
handleOption(String[] optionValues,
SVGConverter c)
The
OptionHandler should configure the SVGConverter
according to the value of the option. |
void handleOption(String[] optionValues, SVGConverter c)
OptionHandler
should configure the SVGConverter
according to the value of the option.
Should throw an IllegalArgumentException if optionValue
is not an acceptable option.int getOptionValuesLength()
String getOptionDescription()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.