public class AO_InkscapeExecutable extends AbstractApplicationOption<String>
Application option inkscape-executable.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_UNIX
The default executable on a UNIX system.
|
static String |
DEFAULT_WINDOWS
The default executable on a Windows system.
|
static String |
ENV_KEY
Key for an environment variable pointing to the Inkscape executable.
|
| Constructor and Description |
|---|
AO_InkscapeExecutable(Character shortOption)
Returns the new option.
|
| Modifier and Type | Method and Description |
|---|---|
String |
convertValue(Object value) |
getCliOption, getCliValue, getDefaultValue, getDescription, getDescriptionLong, getOptionKey, getPropertValue, inCli, setCliOption, setCliValue, setDefaultValue, setDescriptionLong, setPropertyValuepublic static String ENV_KEY
Key for an environment variable pointing to the Inkscape executable.
public static String DEFAULT_WINDOWS
The default executable on a Windows system.
public static String DEFAULT_UNIX
The default executable on a UNIX system.
public AO_InkscapeExecutable(Character shortOption)
Returns the new option.
shortOption - character for sort version of the optionNullPointerException - - if description parameter is nullIllegalArgumentException - - if description parameter is emptyCopyright © 2012–2017. All rights reserved.