public class DefaultTargetPlatform extends BasicDependencyArtifacts implements DependencyArtifacts
| Modifier and Type | Field and Description |
|---|---|
protected Set<Object> |
nonReactorUnits
Set of installable unit in the target platform of the module that do not come from the local
reactor.
|
protected ReactorProject |
project
'this' project, i.e.
|
artifacts, locationsANY_QUALIFIER| Constructor and Description |
|---|
DefaultTargetPlatform() |
DefaultTargetPlatform(ReactorProject project) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNonReactorUnits(Set<?> installableUnits) |
Set<?> |
getInstallableUnits()
Collection of dependency metadata (p2 installable units).
|
Set<?> |
getNonReactorUnits()
Set of IInstallableUnits in the resolved project dependencies that come from outside the
local reactor, or
null if the the project dependencies were not resolved from a
p2 target platform. |
protected ArtifactDescriptor |
normalize(ArtifactDescriptor artifact) |
protected ArtifactKey |
normalize(ArtifactKey key) |
addArtifact, addArtifact, addArtifactFile, addReactorArtifact, dump, getArtifact, getArtifact, getArtifact, getArtifacts, getArtifacts, getMavenProject, isEmpty, normalizePluginType, removeAll, toDebugStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArtifact, getArtifact, getArtifact, getArtifacts, getArtifacts, getMavenProject, toDebugStringprotected final ReactorProject project
public DefaultTargetPlatform()
public DefaultTargetPlatform(ReactorProject project)
protected ArtifactDescriptor normalize(ArtifactDescriptor artifact)
normalize in class BasicDependencyArtifactsprotected ArtifactKey normalize(ArtifactKey key)
normalize in class BasicDependencyArtifactspublic Set<?> getNonReactorUnits()
DependencyArtifactsnull if the the project dependencies were not resolved from a
p2 target platform.getNonReactorUnits in interface DependencyArtifactspublic Set<?> getInstallableUnits()
DependencyArtifactsThe result does not include metadata associated with 'this' project.
getInstallableUnits in interface DependencyArtifactspublic void addNonReactorUnits(Set<?> installableUnits)
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.