public interface TargletTask extends SetupTask
The following features are supported:
SetupTargletsPackage.getTargletTask()
PRIORITY_CONFIGURATION, PRIORITY_DEFAULT, PRIORITY_EARLY, PRIORITY_INSTALLATION, PRIORITY_LATE, PRIORITY_REDIRECTION
Modifier and Type | Method and Description |
---|---|
String |
getArchitecture()
Returns the value of the 'Architecture' attribute.
|
String |
getLocale()
Returns the value of the 'Locale' attribute.
|
String |
getOperatingSystem()
Returns the value of the 'Operating System' attribute.
|
EList<Targlet> |
getTarglets()
Returns the value of the 'Targlets' containment reference list.
|
EList<String> |
getTargletURIs()
Returns the value of the 'Targlet UR Is' attribute list.
|
String |
getWindowingSystem()
Returns the value of the 'Windowing System' attribute.
|
void |
setArchitecture(String value)
Sets the value of the '
Architecture ' attribute. |
void |
setLocale(String value)
Sets the value of the '
Locale ' attribute. |
void |
setOperatingSystem(String value)
Sets the value of the '
Operating System ' attribute. |
void |
setWindowingSystem(String value)
Sets the value of the '
Windowing System ' 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
EList<Targlet> getTarglets()
Targlet
.
If the meaning of the 'Targlets' containment reference list isn't clear, there really should be more of a description here...
SetupTargletsPackage.getTargletTask_Targlets()
EList<String> getTargletURIs()
String
.
If the meaning of the 'Targlet UR Is' attribute list isn't clear, there really should be more of a description here...
SetupTargletsPackage.getTargletTask_TargletURIs()
String getOperatingSystem()
If the meaning of the 'Operating System' attribute isn't clear, there really should be more of a description here...
setOperatingSystem(String)
,
SetupTargletsPackage.getTargletTask_OperatingSystem()
void setOperatingSystem(String value)
Operating System
' attribute.
value
- the new value of the 'Operating System' attribute.getOperatingSystem()
String getWindowingSystem()
If the meaning of the 'Windowing System' attribute isn't clear, there really should be more of a description here...
setWindowingSystem(String)
,
SetupTargletsPackage.getTargletTask_WindowingSystem()
void setWindowingSystem(String value)
Windowing System
' attribute.
value
- the new value of the 'Windowing System' attribute.getWindowingSystem()
String getArchitecture()
If the meaning of the 'Architecture' attribute isn't clear, there really should be more of a description here...
setArchitecture(String)
,
SetupTargletsPackage.getTargletTask_Architecture()
void setArchitecture(String value)
Architecture
' attribute.
value
- the new value of the 'Architecture' attribute.getArchitecture()
String getLocale()
If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...
setLocale(String)
,
SetupTargletsPackage.getTargletTask_Locale()
void setLocale(String value)
Locale
' attribute.
value
- the new value of the 'Locale' attribute.getLocale()
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