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, java.util.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, java.util.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, java.util.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, java.util.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.extras.sourcefeature
Methods in org.eclipse.tycho.extras.sourcefeature with parameters of type TargetPlatform Modifier and Type Method Description private voidSourceFeatureMojo. fillReferences(Feature sourceFeature, Feature feature, TargetPlatform targetPlatform)Added all references to sourceFeature, as deduced by feature and resolved by targetPlatform -
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, java.util.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, java.util.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)private DependencyArtifactsP2DependencyResolver. doResolveDependencies(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, java.util.List<ReactorProject> reactorProjects, DependencyResolverConfiguration resolverConfiguration, TargetPlatform targetPlatform, P2Resolver resolver, TargetPlatformConfiguration configuration)DependencyArtifactsP2DependencyResolver. resolveDependencies(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, TargetPlatform targetPlatform, java.util.List<ReactorProject> reactorProjects, DependencyResolverConfiguration resolverConfiguration)P2ResolutionResultP2ResolverImpl. resolveInstallableUnit(TargetPlatform targetPlatform, java.lang.String id, java.lang.String versionRange)java.util.Map<TargetEnvironment,P2ResolutionResult>P2ResolverImpl. resolveTargetDependencies(TargetPlatform targetPlatform, ReactorProject project)private voidP2ResolverImpl. setContext(TargetPlatform targetPlatform, ReactorProject currentProject) -
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 java.util.List<P2ResolutionResult>P2Resolver. resolveDependencies(TargetPlatform context, ReactorProject project)Deprecated.P2ResolutionResultP2Resolver. resolveInstallableUnit(TargetPlatform context, java.lang.String id, java.lang.String versionRange)Resolves specified installable unit identified by id and versionRange.java.util.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 classFinalTargetPlatformImplclassPreliminaryTargetPlatformImpl(package private) classTargetPlatformBaseImplMethods in org.eclipse.tycho.p2.target with parameters of type TargetPlatform Modifier and Type Method Description P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorContent(TargetPlatform baseTargetPlatform, java.util.List<PublishingRepository> upstreamProjectResults)(package private) P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorUnits(TargetPlatform baseTargetPlatform, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnits, java.util.List<IRawArtifactFileProvider> reactorArtifacts) -
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, java.util.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)private ArtifactKeyFeatureXmlTransformer. resolveFeatureReference(TargetPlatform targetPlatform, FeatureRef featureRef)private ArtifactKeyFeatureXmlTransformer. resolvePluginReference(TargetPlatform targetPlatform, PluginRef pluginRef)private ArtifactKeyIUXmlTransformer. resolveRequirementReference(TargetPlatform targetPlatform, java.lang.String name, java.lang.String version, java.lang.String xml) -
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, java.util.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.
-