public interface P2TargetPlatform extends TargetPlatform
TargetPlatform
interface for a target platform which includes p2
metadata.Modifier and Type | Method and Description |
---|---|
ExecutionEnvironmentResolutionHints |
getEEResolutionHints()
Returns additional information for resolving against the configured execution environment.
|
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getInstallableUnits() |
File |
getLocalArtifactFile(org.eclipse.equinox.p2.metadata.IArtifactKey key) |
Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> |
getOriginalMavenArtifactMap()
Returns the map from target platform installable units back to the contributing Maven
artifacts.
|
Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> |
getOriginalReactorProjectMap()
Returns the map from target platform installable units back to the contributing reactor
project.
|
void |
reportUsedLocalIUs(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> usedUnits) |
void |
saveLocalMavenRepository() |
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> getInstallableUnits()
ExecutionEnvironmentResolutionHints getEEResolutionHints()
void reportUsedLocalIUs(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> usedUnits)
File getLocalArtifactFile(org.eclipse.equinox.p2.metadata.IArtifactKey key)
Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> getOriginalReactorProjectMap()
Note: The map may contain additional installable units as keys, i.e. not all keys are necessarily part of the target platform.
Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> getOriginalMavenArtifactMap()
Note: The map may contain additional installable units as keys, i.e. not all keys are necessarily part of the target platform.
void saveLocalMavenRepository()
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.