Modifier and Type | Required Element and Description |
---|---|
String |
displayName
The human readable description of the implementation.
|
StartupExtender.StartMode[] |
startMode
Modes to which the provider will respond.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
argumentsQuoted
Value
false means the extender leaves escaping or quoting arguments
to the user who constructs the commandline or processes the arguments. |
int |
position
Position of the provider in the list of providers.
|
public abstract String displayName
public abstract StartupExtender.StartMode[] startMode
public abstract int position
public abstract boolean argumentsQuoted
false
means the extender leaves escaping or quoting arguments
to the user who constructs the commandline or processes the arguments. To
preserve backwards compatibility, the default value is true
.
Implementors are strongly encouraged to declare escaping as false.