public class TargetPlatformImpl extends Object implements P2TargetPlatform
Constructor and Description |
---|
TargetPlatformImpl(Collection<IReactorArtifactFacade> reactorProjects,
Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius,
Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> mavenArtifactIUs,
ExecutionEnvironmentResolutionHints executionEnvironment,
TargetPlatformFilterEvaluator filter,
LocalMetadataRepository localMetadataRepository,
IRawArtifactFileProvider jointArtifacts,
LocalArtifactRepository localArtifactRepository,
boolean includeLocalRepo,
MavenLogger logger) |
Modifier and Type | Method and Description |
---|---|
ExecutionEnvironmentResolutionHints |
getEEResolutionHints()
Returns additional information for resolving against the configured execution environment.
|
Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getInstallableUnits() |
File |
getLocalArtifactFile(org.eclipse.equinox.p2.metadata.IArtifactKey key) |
IArtifactFacade |
getMavenArtifact(org.eclipse.equinox.p2.metadata.IInstallableUnit iu) |
Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IReactorArtifactFacade> |
getReactorProjectIUs() |
Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getReactorProjectIUs(File projectRoot,
boolean primary) |
void |
reportUsedLocalIUs(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> usedUnits) |
void |
saveLocalMavenRepository() |
public TargetPlatformImpl(Collection<IReactorArtifactFacade> reactorProjects, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius, Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> mavenArtifactIUs, ExecutionEnvironmentResolutionHints executionEnvironment, TargetPlatformFilterEvaluator filter, LocalMetadataRepository localMetadataRepository, IRawArtifactFileProvider jointArtifacts, LocalArtifactRepository localArtifactRepository, boolean includeLocalRepo, MavenLogger logger)
public Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> getInstallableUnits()
getInstallableUnits
in interface P2TargetPlatform
public Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IReactorArtifactFacade> getReactorProjectIUs()
public ExecutionEnvironmentResolutionHints getEEResolutionHints()
P2TargetPlatform
getEEResolutionHints
in interface P2TargetPlatform
public Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> getReactorProjectIUs(File projectRoot, boolean primary)
getReactorProjectIUs
in interface P2TargetPlatform
public IArtifactFacade getMavenArtifact(org.eclipse.equinox.p2.metadata.IInstallableUnit iu)
getMavenArtifact
in interface P2TargetPlatform
public File getLocalArtifactFile(org.eclipse.equinox.p2.metadata.IArtifactKey key)
getLocalArtifactFile
in interface P2TargetPlatform
public void saveLocalMavenRepository()
saveLocalMavenRepository
in interface P2TargetPlatform
public void reportUsedLocalIUs(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> usedUnits)
reportUsedLocalIUs
in interface P2TargetPlatform
Copyright © 2008–2013 Eclipse Foundation. All rights reserved.