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 protected P2ResolutionResultP2ResolverImpl. resolveDependencies(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> rootUIs, ReactorProject project, AbstractResolutionStrategy strategy, TargetEnvironment environment, P2TargetPlatform targetPlatform, Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> usedTargetPlatformUnits)Constructors in org.eclipse.tycho.p2.resolver with parameters of type P2TargetPlatform Constructor Description DefaultP2ResolutionResult(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> dependencyFragments, P2TargetPlatform resolutionContext) -
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)P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentResolutionHandler eeResolutionHandler, List<ReactorProject> reactorProjects)Computes the target platform from the given configuration and content.P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorContent(TargetPlatform baseTargetPlatform, List<?> upstreamProjectResults, PomDependencyCollector pomDependencies)
-