public class MultiEnvironmentDependencyArtifacts extends DefaultDependencyArtifacts
| Modifier and Type | Field and Description |
|---|---|
Map<TargetEnvironment,DependencyArtifacts> |
platforms |
nonReactorUnits, projectartifacts, locationsANY_QUALIFIER| Constructor and Description |
|---|
MultiEnvironmentDependencyArtifacts() |
MultiEnvironmentDependencyArtifacts(ReactorProject project) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlatform(TargetEnvironment environment,
DefaultDependencyArtifacts 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 MultiEnvironmentDependencyArtifacts()
public MultiEnvironmentDependencyArtifacts(ReactorProject project)
public void addPlatform(TargetEnvironment environment, DefaultDependencyArtifacts platform)
public DependencyArtifacts getPlatform(TargetEnvironment environment)
public void toDebugString(StringBuilder sb, String linePrefix)
DependencyArtifactstoDebugString in interface DependencyArtifactstoDebugString in class ArtifactCollectionCopyright © 2008-2015 Eclipse Foundation. All Rights Reserved.