public interface P2Task extends SetupTask
The following features are supported:
SetupP2Package.getP2Task()
Modifier and Type | Field and Description |
---|---|
static String |
PROP_SKIP |
PRIORITY_CONFIGURATION, PRIORITY_DEFAULT, PRIORITY_EARLY, PRIORITY_INSTALLATION, PRIORITY_LATE, PRIORITY_REDIRECTION
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
EList<Repository> |
getRepositories()
Returns the value of the 'Repositories' containment reference list.
|
EList<Requirement> |
getRequirements()
Returns the value of the 'Requirements' containment reference list.
|
boolean |
isLicenseConfirmationDisabled()
Returns the value of the 'License Confirmation Disabled' attribute.
|
boolean |
isMergeDisabled()
Returns the value of the 'Merge Disabled' attribute.
|
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setLicenseConfirmationDisabled(boolean value)
Sets the value of the '
License Confirmation Disabled ' attribute. |
void |
setMergeDisabled(boolean value)
Sets the value of the '
Merge Disabled ' 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
static final String PROP_SKIP
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
SetupP2Package.getP2Task_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
EList<Requirement> getRequirements()
Requirement
.
If the meaning of the 'Requirements' containment reference list isn't clear, there really should be more of a description here...
SetupP2Package.getP2Task_Requirements()
EList<Repository> getRepositories()
Repository
.
If the meaning of the 'Repositories' containment reference list isn't clear, there really should be more of a description here...
SetupP2Package.getP2Task_Repositories()
boolean isLicenseConfirmationDisabled()
If the meaning of the 'Disable License Confirmation' attribute isn't clear, there really should be more of a description here...
setLicenseConfirmationDisabled(boolean)
,
SetupP2Package.getP2Task_LicenseConfirmationDisabled()
void setLicenseConfirmationDisabled(boolean value)
License Confirmation Disabled
' attribute.
value
- the new value of the 'License Confirmation Disabled' attribute.isLicenseConfirmationDisabled()
boolean isMergeDisabled()
If the meaning of the 'Merge Disabled' attribute isn't clear, there really should be more of a description here...
setMergeDisabled(boolean)
,
SetupP2Package.getP2Task_MergeDisabled()
void setMergeDisabled(boolean value)
Merge Disabled
' attribute.
value
- the new value of the 'Merge Disabled' attribute.isMergeDisabled()
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