Uses of Interface
org.eclipse.tycho.p2.resolver.facade.P2ResolutionResult
-
Packages that use P2ResolutionResult Package Description org.eclipse.tycho.extras.sourcefeature org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.resolver.facade -
-
Uses of P2ResolutionResult in org.eclipse.tycho.extras.sourcefeature
Methods in org.eclipse.tycho.extras.sourcefeature with parameters of type P2ResolutionResult Modifier and Type Method Description protected voidSourceFeatureMojo. addPlugin(Feature sourceFeature, P2ResolutionResult result, PluginRef pluginRef) -
Uses of P2ResolutionResult in org.eclipse.tycho.p2.resolver
Classes in org.eclipse.tycho.p2.resolver that implement P2ResolutionResult Modifier and Type Class Description classDefaultP2ResolutionResultclassMetadataOnlyP2ResolutionResultMethods in org.eclipse.tycho.p2.resolver that return P2ResolutionResult Modifier and Type Method Description P2ResolutionResultP2ResolverImpl. collectProjectDependencies(TargetPlatform targetPlatform, ReactorProject project)P2ResolutionResultP2ResolverImpl. getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration, java.lang.String eeName)protected P2ResolutionResultP2ResolverImpl. resolveDependencies(ReactorProject project, AbstractResolutionStrategy strategy, TargetEnvironment environment)P2ResolutionResultP2ResolverImpl. resolveInstallableUnit(TargetPlatform targetPlatform, java.lang.String id, java.lang.String versionRange)P2ResolutionResultP2ResolverImpl. resolveMetadata(TargetPlatformConfigurationStub tpConfiguration, java.lang.String eeName)private P2ResolutionResultP2ResolverImpl. toResolutionResult(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> newState, ReactorProject currentProject)Methods in org.eclipse.tycho.p2.resolver that return types with arguments of type P2ResolutionResult Modifier and Type Method Description java.util.Map<TargetEnvironment,P2ResolutionResult>P2ResolverImpl. resolveTargetDependencies(TargetPlatform targetPlatform, ReactorProject project)Methods in org.eclipse.tycho.p2.resolver with parameters of type P2ResolutionResult Modifier and Type Method Description protected DefaultDependencyArtifactsP2DependencyResolver. newDefaultTargetPlatform(ReactorProject project, java.util.Map<java.io.File,ReactorProject> projects, P2ResolutionResult result) -
Uses of P2ResolutionResult in org.eclipse.tycho.p2.resolver.facade
Methods in org.eclipse.tycho.p2.resolver.facade that return P2ResolutionResult Modifier and Type Method Description P2ResolutionResultP2Resolver. collectProjectDependencies(TargetPlatform context, ReactorProject project)Deprecated.Only needed for the deprecated eclipse-update-site (see bug 342876)P2ResolutionResultP2Resolver. getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration, java.lang.String eeName)P2ResolutionResultP2Resolver. resolveInstallableUnit(TargetPlatform context, java.lang.String id, java.lang.String versionRange)Resolves specified installable unit identified by id and versionRange.P2ResolutionResultP2Resolver. resolveMetadata(TargetPlatformConfigurationStub context, java.lang.String executionEnvironmentName)Methods in org.eclipse.tycho.p2.resolver.facade that return types with arguments of type P2ResolutionResult Modifier and Type Method Description default java.util.List<P2ResolutionResult>P2Resolver. resolveDependencies(TargetPlatform context, ReactorProject project)Deprecated.java.util.Map<TargetEnvironment,P2ResolutionResult>P2Resolver. resolveTargetDependencies(TargetPlatform context, ReactorProject project)Returns list ordered of resolution result, one per requested TargetEnvironment.
-