public interface EclipseIniTask extends SetupTask
The following features are supported:
SetupPackage.getEclipseIniTask()
PRIORITY_CONFIGURATION, PRIORITY_DEFAULT, PRIORITY_EARLY, PRIORITY_INSTALLATION, PRIORITY_LATE, PRIORITY_REDIRECTION
Modifier and Type | Method and Description |
---|---|
String |
getOption()
Returns the value of the 'Option' attribute.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isVm()
Returns the value of the 'Vm' attribute.
|
void |
setOption(String value)
Sets the value of the '
Option ' attribute. |
void |
setValue(String value)
Sets the value of the '
Value ' attribute. |
void |
setVm(boolean value)
Sets the value of the '
Vm ' attribute. |
consolidate, dispose, getDescription, getExcludedTriggers, getID, getOverrideToken, getPredecessors, getPriority, getRestrictions, getScope, getScopeType, getSuccessors, getTriggers, getValidTriggers, isDisabled, isNeeded, overrideFor, perform, requires, setDescription, setDisabled, setExcludedTriggers, setID
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getOption()
If the meaning of the 'Option' attribute isn't clear, there really should be more of a description here...
setOption(String)
,
SetupPackage.getEclipseIniTask_Option()
void setOption(String value)
Option
' attribute.
value
- the new value of the 'Option' attribute.getOption()
String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
SetupPackage.getEclipseIniTask_Value()
void setValue(String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
boolean isVm()
If the meaning of the 'Vm' attribute isn't clear, there really should be more of a description here...
setVm(boolean)
,
SetupPackage.getEclipseIniTask_Vm()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html