Uses of Interface
org.eclipse.tycho.p2.target.P2TargetPlatform
-
Packages that use P2TargetPlatform Package Description org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.target org.eclipse.tycho.p2.tools.publisher -
-
Uses of P2TargetPlatform in org.eclipse.tycho.p2.resolver
Fields in org.eclipse.tycho.p2.resolver declared as P2TargetPlatform Modifier and Type Field Description private P2TargetPlatform
P2ResolverImpl. context
-
Uses of P2TargetPlatform in org.eclipse.tycho.p2.target
Classes in org.eclipse.tycho.p2.target that implement P2TargetPlatform Modifier and Type Class Description class
FinalTargetPlatformImpl
class
PreliminaryTargetPlatformImpl
(package private) class
TargetPlatformBaseImpl
Methods in org.eclipse.tycho.p2.target that return P2TargetPlatform Modifier and Type Method 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(TargetPlatform baseTargetPlatform, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnits, java.util.List<IRawArtifactFileProvider> reactorArtifacts)
(package private) P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorUnits(PreliminaryTargetPlatformImpl preliminaryTP, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnitsMap, java.util.List<IRawArtifactFileProvider> reactorArtifacts)
-
Uses of P2TargetPlatform in org.eclipse.tycho.p2.tools.publisher
Fields in org.eclipse.tycho.p2.tools.publisher declared as P2TargetPlatform Modifier and Type Field Description private P2TargetPlatform
ExpandedProduct. targetPlatform
private P2TargetPlatform
ProductVersionExpansionRun. targetPlatform
private P2TargetPlatform
PublishProductToolImpl. targetPlatform
Methods in org.eclipse.tycho.p2.tools.publisher with parameters of type P2TargetPlatform Modifier and Type Method Description private PublisherActionRunner
PublisherServiceFactoryImpl. getPublisherRunnerForProject(P2TargetPlatform targetPlatform, java.util.List<TargetEnvironment> environments)
Constructors in org.eclipse.tycho.p2.tools.publisher with parameters of type P2TargetPlatform Constructor 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)
-