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 TargetPlatform
DependencyResolver. 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 DependencyArtifacts
DependencyResolver. 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 TargetPlatform
LocalDependencyResolver. 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 DependencyArtifacts
LocalDependencyResolver. 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 TargetPlatform
TychoProjectUtils. getTargetPlatform(org.apache.maven.project.MavenProject project)
Returns the final target platform of the given project.static TargetPlatform
TychoProjectUtils. getTargetPlatformIfAvailable(org.apache.maven.project.MavenProject project)
Returns the final target platform of the given project, ornull
if 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 TargetPlatform
ReactorRepositoryManagerImpl. computePreliminaryTargetPlatform(ReactorProject project, TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
TargetPlatform
ReactorRepositoryManagerImpl. 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 TargetPlatform
P2DependencyResolver. 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 P2ResolutionResult
P2ResolverImpl. collectProjectDependencies(TargetPlatform targetPlatform, ReactorProject project)
DependencyArtifacts
P2DependencyResolver. resolveDependencies(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, TargetPlatform targetPlatform, List<ReactorProject> reactorProjects, DependencyResolverConfiguration resolverConfiguration)
P2ResolutionResult
P2ResolverImpl. 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 P2ResolutionResult
P2Resolver. 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.P2ResolutionResult
P2Resolver. 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 interface
P2TargetPlatform
Extension of theTargetPlatform
interface by methods which depend on p2.Classes in org.eclipse.tycho.p2.target that implement TargetPlatform Modifier and Type Class Description class
FinalTargetPlatformImpl
class
PreliminaryTargetPlatformImpl
Methods in org.eclipse.tycho.p2.target with parameters of type TargetPlatform Modifier and Type Method Description P2TargetPlatform
TargetPlatformFactoryImpl. 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 TargetPlatform
TargetPlatformFactory. 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 Feature
FeatureXmlTransformer. expandReferences(Feature feature, TargetPlatform targetPlatform)
Replaces references in the feature model with versions from the target platform.void
IUXmlTransformer. replaceQualifierInRequirements(IU iu, TargetPlatform targetPlatform)
void
IUXmlTransformer. 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 TargetPlatform
ReactorRepositoryManagerFacade. 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.TargetPlatform
ReactorRepositoryManagerFacade. getFinalTargetPlatform(ReactorProject project)
Returns the target platform with final p2 metadata for the given project.
-