Package | Description |
---|---|
org.eclipse.tycho.p2.impl.resolver | |
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 context,
File projectLocation) |
P2ResolutionResult |
P2ResolverImpl.resolveInstallableUnit(TargetPlatform context,
String id,
String versionRange) |
P2ResolutionResult |
P2ResolverImpl.resolveMetadata(TargetPlatformBuilder context,
Map<String,String> properties) |
protected P2ResolutionResult |
P2ResolverImpl.resolveProject(File projectLocation,
AbstractResolutionStrategy strategy,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
List<P2ResolutionResult> |
P2ResolverImpl.resolveProject(TargetPlatform targetPlatform,
File projectLocation) |
Modifier and Type | Method and Description |
---|---|
protected DefaultTargetPlatform |
P2TargetPlatformResolver.newDefaultTargetPlatform(org.apache.maven.execution.MavenSession session,
ReactorProject project,
Map<File,ReactorProject> projects,
P2ResolutionResult result) |
Modifier and Type | Method and Description |
---|---|
P2ResolutionResult |
P2Resolver.collectProjectDependencies(TargetPlatform context,
File projectLocation) |
P2ResolutionResult |
P2Resolver.resolveInstallableUnit(TargetPlatform context,
String id,
String versionRange)
Resolves specified installable unit identified by id and versionRange.
|
P2ResolutionResult |
P2Resolver.resolveMetadata(TargetPlatformBuilder context,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
List<P2ResolutionResult> |
P2Resolver.resolveProject(TargetPlatform context,
File location)
Returns list ordered of resolution result, one per requested TargetEnvironment.
|
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.