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 -
-
Uses of P2TargetPlatform in org.eclipse.tycho.p2.resolver
Methods in org.eclipse.tycho.p2.resolver with parameters of type P2TargetPlatform Modifier and Type Method Description voidDefaultP2ResolutionResult. addArtifact(ArtifactKey artifactKey, String classifier, org.eclipse.equinox.p2.metadata.IInstallableUnit installableUnit, org.eclipse.equinox.p2.metadata.IArtifactKey p2ArtifactKey, P2TargetPlatform resolutionContext)protected P2ResolutionResultP2ResolverImpl. resolveDependencies(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> rootUIs, ReactorProject project, AbstractResolutionStrategy strategy, TargetEnvironment environment, P2TargetPlatform targetPlatform) -
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)
-