public interface Targlet extends ModelElement
The following features are supported:
TargletPackage.getTarglet()
Modifier and Type | Method and Description |
---|---|
EList<Repository> |
getActiveRepositories()
Returns the value of the 'Active Repositories' reference list.
|
RepositoryList |
getActiveRepositoryList()
Returns the value of the 'Active Repository List' reference.
|
String |
getActiveRepositoryListName()
Returns the value of the 'Active Repository List Name' attribute.
|
EList<IUGenerator> |
getInstallableUnitGenerators()
Returns the value of the 'Installable Unit Generators' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
EList<RepositoryList> |
getRepositoryLists()
Returns the value of the 'Repository Lists' containment reference list.
|
EList<Requirement> |
getRequirements()
Returns the value of the 'Requirements' containment reference list.
|
EList<SourceLocator> |
getSourceLocators()
Returns the value of the 'Source Locators' containment reference list.
|
boolean |
isIncludeAllPlatforms()
Returns the value of the 'Include All Platforms' attribute.
|
boolean |
isIncludeSources()
Returns the value of the 'Include Sources' attribute.
|
void |
setActiveRepositoryListName(String value)
Sets the value of the '
Active Repository List Name ' attribute. |
void |
setIncludeAllPlatforms(boolean value)
Sets the value of the '
Include All Platforms ' attribute. |
void |
setIncludeSources(boolean value)
Sets the value of the '
Include Sources ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
TargletPackage.getTarglet_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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...
TargletPackage.getTarglet_Requirements()
EList<SourceLocator> getSourceLocators()
SourceLocator
.
If the meaning of the 'Source Locators' containment reference list isn't clear, there really should be more of a description here...
TargletPackage.getTarglet_SourceLocators()
EList<IUGenerator> getInstallableUnitGenerators()
IUGenerator
.
If the meaning of the 'Installable Unit Generators' containment reference list isn't clear, there really should be more of a description here...
TargletPackage.getTarglet_InstallableUnitGenerators()
EList<RepositoryList> getRepositoryLists()
RepositoryList
.
If the meaning of the 'Repository Lists' containment reference list isn't clear, there really should be more of a description here...
TargletPackage.getTarglet_RepositoryLists()
String getActiveRepositoryListName()
If the meaning of the 'Active Repository List' attribute isn't clear, there really should be more of a description here...
setActiveRepositoryListName(String)
,
TargletPackage.getTarglet_ActiveRepositoryListName()
void setActiveRepositoryListName(String value)
Active Repository List Name
' attribute.
value
- the new value of the 'Active Repository List Name' attribute.getActiveRepositoryListName()
RepositoryList getActiveRepositoryList()
If the meaning of the 'Active Repository List' reference isn't clear, there really should be more of a description here...
TargletPackage.getTarglet_ActiveRepositoryList()
EList<Repository> getActiveRepositories()
Repository
.
If the meaning of the 'Active Repositories' reference list isn't clear, there really should be more of a description here...
TargletPackage.getTarglet_ActiveRepositories()
boolean isIncludeSources()
"true"
.
If the meaning of the 'Include Sources' attribute isn't clear, there really should be more of a description here...
setIncludeSources(boolean)
,
TargletPackage.getTarglet_IncludeSources()
void setIncludeSources(boolean value)
Include Sources
' attribute.
value
- the new value of the 'Include Sources' attribute.isIncludeSources()
boolean isIncludeAllPlatforms()
If the meaning of the 'Include All Platforms' attribute isn't clear, there really should be more of a description here...
setIncludeAllPlatforms(boolean)
,
TargletPackage.getTarglet_IncludeAllPlatforms()
void setIncludeAllPlatforms(boolean value)
Include All Platforms
' attribute.
value
- the new value of the 'Include All Platforms' attribute.isIncludeAllPlatforms()
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