public class MultiEnvironmentTargetPlatform extends DefaultTargetPlatform
| Modifier and Type | Field and Description |
|---|---|
Map<TargetEnvironment,DependencyArtifacts> |
platforms |
nonReactorUnits, projectartifacts, locationsANY_QUALIFIER| Constructor and Description |
|---|
MultiEnvironmentTargetPlatform() |
MultiEnvironmentTargetPlatform(ReactorProject project) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlatform(TargetEnvironment environment,
DefaultTargetPlatform platform) |
DependencyArtifacts |
getPlatform(TargetEnvironment environment) |
void |
toDebugString(StringBuilder sb,
String linePrefix)
For debug purposes only, do not use.
|
addNonReactorUnits, getInstallableUnits, getNonReactorUnits, normalize, normalizeaddArtifact, addArtifact, addArtifactFile, addReactorArtifact, dump, getArtifact, getArtifact, getArtifact, getArtifacts, getArtifacts, getMavenProject, isEmpty, normalizePluginType, removeAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArtifact, getArtifact, getArtifact, getArtifacts, getArtifacts, getMavenProjectpublic Map<TargetEnvironment,DependencyArtifacts> platforms
public MultiEnvironmentTargetPlatform()
public MultiEnvironmentTargetPlatform(ReactorProject project)
public void addPlatform(TargetEnvironment environment, DefaultTargetPlatform platform)
public DependencyArtifacts getPlatform(TargetEnvironment environment)
public void toDebugString(StringBuilder sb, String linePrefix)
DependencyArtifactstoDebugString in interface DependencyArtifactstoDebugString in class BasicDependencyArtifactsCopyright © 2008-2013 Eclipse Foundation. All Rights Reserved.