public interface ProfileDefinition extends ModelElement
The following features are supported:
P2Package.getProfileDefinition()
Modifier and Type | Method and Description |
---|---|
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 |
isIncludeSourceBundles()
Returns the value of the 'Include Source Bundles' attribute.
|
void |
setIncludeSourceBundles(boolean value)
Sets the value of the '
Include Source Bundles ' attribute. |
void |
setRepositories(EList<Repository> repositories) |
void |
setRequirements(EList<Requirement> requirements) |
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
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...
P2Package.getProfileDefinition_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...
P2Package.getProfileDefinition_Repositories()
boolean isIncludeSourceBundles()
If the meaning of the 'Include Source Bundles' attribute isn't clear, there really should be more of a description here...
setIncludeSourceBundles(boolean)
,
P2Package.getProfileDefinition_IncludeSourceBundles()
void setIncludeSourceBundles(boolean value)
Include Source Bundles
' attribute.
value
- the new value of the 'Include Source Bundles' attribute.isIncludeSourceBundles()
void setRequirements(EList<Requirement> requirements)
void setRepositories(EList<Repository> repositories)
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