Uses of Interface
org.eclipse.tycho.artifacts.TargetPlatform
-
-
Uses of TargetPlatform in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return TargetPlatform Modifier and Type Method Description TargetPlatformDependencyResolver. computePreliminaryTargetPlatform(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, List<ReactorProject> reactorProjects)Methods in org.eclipse.tycho.core with parameters of type TargetPlatform Modifier and Type Method Description DependencyArtifactsDependencyResolver. resolveDependencies(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, TargetPlatform targetPlatform, List<ReactorProject> reactorProjects, DependencyResolverConfiguration resolverConfiguration) -
Uses of TargetPlatform in org.eclipse.tycho.core.osgitools.targetplatform
Methods in org.eclipse.tycho.core.osgitools.targetplatform that return TargetPlatform Modifier and Type Method Description TargetPlatformLocalDependencyResolver. computePreliminaryTargetPlatform(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, List<ReactorProject> reactorProjects)Methods in org.eclipse.tycho.core.osgitools.targetplatform with parameters of type TargetPlatform Modifier and Type Method Description DependencyArtifactsLocalDependencyResolver. resolveDependencies(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, TargetPlatform resolutionContext, List<ReactorProject> reactorProjects, DependencyResolverConfiguration resolverConfiguration) -
Uses of TargetPlatform in org.eclipse.tycho.core.utils
Methods in org.eclipse.tycho.core.utils that return TargetPlatform Modifier and Type Method Description static TargetPlatformTychoProjectUtils. getTargetPlatform(org.apache.maven.project.MavenProject project)Returns the final target platform of the given project.static TargetPlatformTychoProjectUtils. getTargetPlatformIfAvailable(org.apache.maven.project.MavenProject project)Returns the final target platform of the given project, ornullif the target platform is not available. -
Uses of TargetPlatform in org.eclipse.tycho.p2.manager
Methods in org.eclipse.tycho.p2.manager that return TargetPlatform Modifier and Type Method Description TargetPlatformReactorRepositoryManagerImpl. computePreliminaryTargetPlatform(ReactorProject project, TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)TargetPlatformReactorRepositoryManagerImpl. getFinalTargetPlatform(ReactorProject project) -
Uses of TargetPlatform in org.eclipse.tycho.p2.resolver
Methods in org.eclipse.tycho.p2.resolver that return TargetPlatform Modifier and Type Method Description TargetPlatformP2DependencyResolver. computePreliminaryTargetPlatform(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, List<ReactorProject> reactorProjects)Methods in org.eclipse.tycho.p2.resolver with parameters of type TargetPlatform Modifier and Type Method Description P2ResolutionResultP2ResolverImpl. collectProjectDependencies(TargetPlatform targetPlatform, ReactorProject project)DependencyArtifactsP2DependencyResolver. resolveDependencies(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, TargetPlatform targetPlatform, List<ReactorProject> reactorProjects, DependencyResolverConfiguration resolverConfiguration)P2ResolutionResultP2ResolverImpl. resolveInstallableUnit(TargetPlatform targetPlatform, String id, String versionRange)Map<TargetEnvironment,P2ResolutionResult>P2ResolverImpl. resolveTargetDependencies(TargetPlatform targetPlatform, ReactorProject project) -
Uses of TargetPlatform in org.eclipse.tycho.p2.resolver.facade
Methods in org.eclipse.tycho.p2.resolver.facade with parameters of type TargetPlatform Modifier and Type Method Description P2ResolutionResultP2Resolver. collectProjectDependencies(TargetPlatform context, ReactorProject project)Deprecated.Only needed for the deprecated eclipse-update-site (see bug 342876)default List<P2ResolutionResult>P2Resolver. resolveDependencies(TargetPlatform context, ReactorProject project)Deprecated.P2ResolutionResultP2Resolver. resolveInstallableUnit(TargetPlatform context, String id, String versionRange)Resolves specified installable unit identified by id and versionRange.Map<TargetEnvironment,P2ResolutionResult>P2Resolver. resolveTargetDependencies(TargetPlatform context, ReactorProject project)Returns list ordered of resolution result, one per requested TargetEnvironment. -
Uses of TargetPlatform in org.eclipse.tycho.p2.target
Subinterfaces of TargetPlatform in org.eclipse.tycho.p2.target Modifier and Type Interface Description interfaceP2TargetPlatformExtension of theTargetPlatforminterface by methods which depend on p2.Classes in org.eclipse.tycho.p2.target that implement TargetPlatform Modifier and Type Class Description classFinalTargetPlatformImplclassPreliminaryTargetPlatformImplMethods in org.eclipse.tycho.p2.target with parameters of type TargetPlatform Modifier and Type Method Description P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorContent(TargetPlatform baseTargetPlatform, List<PublishingRepository> upstreamProjectResults) -
Uses of TargetPlatform in org.eclipse.tycho.p2.target.facade
Methods in org.eclipse.tycho.p2.target.facade that return TargetPlatform Modifier and Type Method Description TargetPlatformTargetPlatformFactory. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies) -
Uses of TargetPlatform in org.eclipse.tycho.packaging
Methods in org.eclipse.tycho.packaging with parameters of type TargetPlatform Modifier and Type Method Description FeatureFeatureXmlTransformer. expandReferences(Feature feature, TargetPlatform targetPlatform)Replaces references in the feature model with versions from the target platform.voidIUXmlTransformer. replaceQualifierInRequirements(IU iu, TargetPlatform targetPlatform)voidIUXmlTransformer. replaceZerosInRequirements(IU iu, TargetPlatform targetPlatform) -
Uses of TargetPlatform in org.eclipse.tycho.repository.registry.facade
Methods in org.eclipse.tycho.repository.registry.facade that return TargetPlatform Modifier and Type Method Description TargetPlatformReactorRepositoryManagerFacade. computePreliminaryTargetPlatform(ReactorProject project, TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)Computes the target platform with dependency-only p2 metadata and attaches it to the given project.TargetPlatformReactorRepositoryManagerFacade. getFinalTargetPlatform(ReactorProject project)Returns the target platform with final p2 metadata for the given project.
-