Package | Description |
---|---|
org.eclipse.tycho.p2.resolver | |
org.eclipse.tycho.p2.resolver.facade |
Modifier and Type | Class and Description |
---|---|
class |
DefaultP2ResolutionResult |
class |
MetadataOnlyP2ResolutionResult |
Modifier and Type | Method and Description |
---|---|
P2ResolutionResult |
P2ResolverImpl.collectProjectDependencies(TargetPlatform targetPlatform,
ReactorProject project) |
P2ResolutionResult |
P2ResolverImpl.getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration,
String eeName) |
protected P2ResolutionResult |
P2ResolverImpl.resolveDependencies(ReactorProject project,
AbstractResolutionStrategy strategy,
TargetEnvironment environment) |
P2ResolutionResult |
P2ResolverImpl.resolveInstallableUnit(TargetPlatform targetPlatform,
String id,
String versionRange) |
P2ResolutionResult |
P2ResolverImpl.resolveMetadata(TargetPlatformConfigurationStub tpConfiguration,
String eeName) |
Modifier and Type | Method and Description |
---|---|
List<P2ResolutionResult> |
P2ResolverImpl.resolveDependencies(TargetPlatform targetPlatform,
ReactorProject project) |
Modifier and Type | Method and Description |
---|---|
protected DefaultDependencyArtifacts |
P2DependencyResolver.newDefaultTargetPlatform(ReactorProject project,
Map<File,ReactorProject> projects,
P2ResolutionResult result) |
Modifier and Type | Method and Description |
---|---|
P2ResolutionResult |
P2Resolver.collectProjectDependencies(TargetPlatform context,
ReactorProject project)
Deprecated.
Only needed for the deprecated eclipse-update-site (see bug 342876)
|
P2ResolutionResult |
P2Resolver.getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration,
String eeName) |
P2ResolutionResult |
P2Resolver.resolveInstallableUnit(TargetPlatform context,
String id,
String versionRange)
Resolves specified installable unit identified by id and versionRange.
|
P2ResolutionResult |
P2Resolver.resolveMetadata(TargetPlatformConfigurationStub context,
String executionEnvironmentName) |
Modifier and Type | Method and Description |
---|---|
List<P2ResolutionResult> |
P2Resolver.resolveDependencies(TargetPlatform context,
ReactorProject project)
Returns list ordered of resolution result, one per requested TargetEnvironment.
|
Copyright © 2008–2020 Eclipse Foundation. All rights reserved.