public abstract class IsTargetOption extends AbstractApplicationOption<String>
| Modifier and Type | Field and Description |
|---|---|
protected String |
isCli
The Inkscape command line option for this target option.
|
protected SvgTargets |
target
The target the option applies to.
|
| Constructor and Description |
|---|
IsTargetOption(SvgTargets target,
String isCli,
String longOption,
String argument,
String description,
String longDescription)
Returns the new option as not required and without a short option.
|
| Modifier and Type | Method and Description |
|---|---|
String |
convertValue(Object value) |
String |
getIsCmd()
Returns the Inkscape CLI option.
|
SvgTargets |
getTarget()
Returns the target the option applies to.
|
getCliOption, getCliValue, getDefaultValue, getDescription, getDescriptionLong, getOptionKey, getPropertValue, inCli, setCliOption, setCliValue, setDefaultValue, setDescriptionLong, setPropertyValueprotected SvgTargets target
The target the option applies to.
protected String isCli
The Inkscape command line option for this target option.
public IsTargetOption(SvgTargets target, String isCli, String longOption, String argument, String description, String longDescription)
Returns the new option as not required and without a short option.
target - the target to which this option applies, must not be nullisCli - the Inkscape command line option to be used including any leading dashs, must not be blanklongOption - the long option, must not be blankargument - the argument, no argument added if blankdescription - the short description, must not be blanklongDescription - the long description, must not be blankNullPointerException - - if any required parameter is nullIllegalArgumentException - - if any required parameter is nullpublic SvgTargets getTarget()
Returns the target the option applies to.
public String getIsCmd()
Returns the Inkscape CLI option.
Copyright © 2012–2017. All rights reserved.