public class MultiEnvironmentTargetPlatform extends DefaultTargetPlatform
Modifier and Type | Field and Description |
---|---|
Map<TargetEnvironment,DependencyArtifacts> |
platforms |
nonReactorUnits, project
artifacts, locations
ANY_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, normalize
addArtifact, addArtifact, addArtifactFile, addReactorArtifact, dump, getArtifact, getArtifact, getArtifact, getArtifacts, getArtifacts, getMavenProject, isEmpty, normalizePluginType, removeAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArtifact, getArtifact, getArtifact, getArtifacts, getArtifacts, getMavenProject
public 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)
DependencyArtifacts
toDebugString
in interface DependencyArtifacts
toDebugString
in class BasicDependencyArtifacts
Copyright © 2008–2013 Eclipse Foundation. All rights reserved.