Package | Description |
---|---|
org.eclipse.tycho.p2.resolver | |
org.eclipse.tycho.p2.target | |
org.eclipse.tycho.p2.tools.publisher |
Modifier and Type | Field and Description |
---|---|
private P2TargetPlatform |
P2ResolverImpl.context |
Modifier and Type | Method and Description |
---|---|
private P2TargetPlatform |
P2ResolverTest.getTargetPlatform() |
private P2TargetPlatform |
P2ResolverTest.getTargetPlatform(ExecutionEnvironmentResolutionHandler eeResolutionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
FinalTargetPlatformImpl |
class |
PreliminaryTargetPlatformImpl |
(package private) class |
TargetPlatformBaseImpl |
Modifier and Type | Method and Description |
---|---|
P2TargetPlatform |
TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration,
ExecutionEnvironmentConfiguration eeConfiguration,
java.util.List<ReactorProject> reactorProjects,
PomDependencyCollector pomDependencies) |
P2TargetPlatform |
TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration,
ExecutionEnvironmentResolutionHandler eeResolutionHandler,
java.util.List<ReactorProject> reactorProjects,
PomDependencyCollector pomDependencies)
Computes the target platform from the given configuration and content.
|
P2TargetPlatform |
TargetPlatformFactoryImpl.createTargetPlatformWithUpdatedReactorContent(TargetPlatform baseTargetPlatform,
java.util.List<PublishingRepository> upstreamProjectResults) |
(package private) P2TargetPlatform |
TargetPlatformFactoryImpl.createTargetPlatformWithUpdatedReactorUnits(PreliminaryTargetPlatformImpl preliminaryTP,
java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnitsMap,
java.util.List<IRawArtifactFileProvider> reactorArtifacts) |
(package private) P2TargetPlatform |
TargetPlatformFactoryImpl.createTargetPlatformWithUpdatedReactorUnits(TargetPlatform baseTargetPlatform,
java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnits,
java.util.List<IRawArtifactFileProvider> reactorArtifacts) |
Modifier and Type | Field and Description |
---|---|
private P2TargetPlatform |
ProductVersionExpansionRun.targetPlatform |
private P2TargetPlatform |
PublishProductToolImpl.targetPlatform |
private P2TargetPlatform |
ExpandedProduct.targetPlatform |
Modifier and Type | Method and Description |
---|---|
private PublisherActionRunner |
PublisherServiceFactoryImpl.getPublisherRunnerForProject(P2TargetPlatform targetPlatform,
java.util.List<TargetEnvironment> environments) |
Constructor and Description |
---|
ExpandedProduct(org.eclipse.equinox.internal.p2.publisher.eclipse.IProductDescriptor originalProduct,
java.lang.String buildQualifier,
P2TargetPlatform targetPlatform,
Interpolator interpolator,
MavenLogger logger) |
ProductVersionExpansionRun(P2TargetPlatform targetPlatform,
java.io.File productFile) |
PublishProductToolImpl(PublisherActionRunner publisherRunner,
PublishingRepository publishingRepository,
P2TargetPlatform targetPlatform,
java.lang.String buildQualifier,
Interpolator interpolator,
MavenLogger logger) |