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 P2TargetPlatformP2ResolverImpl. 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 classFinalTargetPlatformImplclassPreliminaryTargetPlatformImpl(package private) classTargetPlatformBaseImplMethods in org.eclipse.tycho.p2.target that return P2TargetPlatform Modifier and Type Method Description P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentResolutionHandler eeResolutionHandler, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)Computes the target platform from the given configuration and content.P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorContent(TargetPlatform baseTargetPlatform, java.util.List<PublishingRepository> upstreamProjectResults)(package private) P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorUnits(TargetPlatform baseTargetPlatform, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnits, java.util.List<IRawArtifactFileProvider> reactorArtifacts)(package private) P2TargetPlatformTargetPlatformFactoryImpl. 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 P2TargetPlatformExpandedProduct. targetPlatformprivate P2TargetPlatformProductVersionExpansionRun. targetPlatformprivate P2TargetPlatformPublishProductToolImpl. targetPlatformMethods in org.eclipse.tycho.p2.tools.publisher with parameters of type P2TargetPlatform Modifier and Type Method Description private PublisherActionRunnerPublisherServiceFactoryImpl. 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)
-