public class MultiEnvironmentDependencyArtifacts extends DefaultDependencyArtifacts
Modifier and Type | Field and Description |
---|---|
Map<TargetEnvironment,DependencyArtifacts> |
platforms |
nonReactorUnits, project
artifacts, locations
ANY_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, 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 MultiEnvironmentDependencyArtifacts()
public MultiEnvironmentDependencyArtifacts(ReactorProject project)
public void addPlatform(TargetEnvironment environment, DefaultDependencyArtifacts platform)
public DependencyArtifacts getPlatform(TargetEnvironment environment)
public void toDebugString(StringBuilder sb, String linePrefix)
DependencyArtifacts
toDebugString
in interface DependencyArtifacts
toDebugString
in class ArtifactCollection
Copyright © 2008–2023 Eclipse Foundation. All rights reserved.