Uses of Interface
org.eclipse.tycho.p2.target.P2TargetPlatform
-
Packages that use P2TargetPlatform Package Description org.eclipse.tycho.p2.target org.eclipse.tycho.p2.tools.publisher -
-
Uses of P2TargetPlatform in org.eclipse.tycho.p2.target
Classes in org.eclipse.tycho.p2.target that implement P2TargetPlatform Modifier and Type Class Description classFinalTargetPlatformImplclassPreliminaryTargetPlatformImplMethods in org.eclipse.tycho.p2.target that return P2TargetPlatform Modifier and Type Method Description P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentResolutionHandler eeResolutionHandler, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)Computes the target platform from the given configuration and content.P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorContent(TargetPlatform baseTargetPlatform, List<PublishingRepository> upstreamProjectResults) -
Uses of P2TargetPlatform in org.eclipse.tycho.p2.tools.publisher
Constructors in org.eclipse.tycho.p2.tools.publisher with parameters of type P2TargetPlatform Constructor Description PublishProductToolImpl(org.eclipse.tycho.p2.tools.publisher.PublisherActionRunner publisherRunner, PublishingRepository publishingRepository, P2TargetPlatform targetPlatform, String buildQualifier, Interpolator interpolator, MavenLogger logger)
-