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) |
protected P2ResolutionResult |
P2ResolverImpl.resolveDependencies(File projectLocation,
AbstractResolutionStrategy strategy,
TargetEnvironment environment) |
P2ResolutionResult |
P2ResolverImpl.resolveInstallableUnit(TargetPlatform context,
String id,
String versionRange) |
P2ResolutionResult |
P2ResolverImpl.resolveMetadata(TargetPlatformConfigurationStub context,
String eeName) |
Modifier and Type | Method and Description |
---|---|
List<P2ResolutionResult> |
P2ResolverImpl.resolveDependencies(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)
Deprecated.
|
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,
File reactorProjectLocation)
Returns list ordered of resolution result, one per requested TargetEnvironment.
|
Copyright © 2008–2014 Eclipse Foundation. All rights reserved.