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 | Field and Description |
---|---|
private P2ResolutionResult |
P2ResolverTest.result |
Modifier and Type | Method and Description |
---|---|
P2ResolutionResult |
P2ResolverImpl.collectProjectDependencies(TargetPlatform targetPlatform,
ReactorProject project) |
P2ResolutionResult |
P2ResolverImpl.getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration,
java.lang.String eeName) |
protected P2ResolutionResult |
P2ResolverImpl.resolveDependencies(ReactorProject project,
AbstractResolutionStrategy strategy,
TargetEnvironment environment) |
P2ResolutionResult |
P2ResolverImpl.resolveInstallableUnit(TargetPlatform targetPlatform,
java.lang.String id,
java.lang.String versionRange) |
P2ResolutionResult |
P2ResolverImpl.resolveMetadata(TargetPlatformConfigurationStub tpConfiguration,
java.lang.String eeName) |
private static P2ResolutionResult |
P2ResolverTest.singleEnv(java.util.List<P2ResolutionResult> results) |
private P2ResolutionResult |
P2ResolverImpl.toResolutionResult(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> newState,
ReactorProject currentProject) |
Modifier and Type | Method and Description |
---|---|
java.util.List<P2ResolutionResult> |
P2ResolverImpl.resolveDependencies(TargetPlatform targetPlatform,
ReactorProject project) |
Modifier and Type | Method and Description |
---|---|
private static void |
P2ResolverTest.assertContainLocation(P2ResolutionResult result,
java.io.File location) |
private static P2ResolutionResult.Entry |
P2ResolverTest.getClassifiedArtifact(P2ResolutionResult resolutionResult,
java.lang.String classifier) |
protected DefaultDependencyArtifacts |
P2DependencyResolver.newDefaultTargetPlatform(ReactorProject project,
java.util.Map<java.io.File,ReactorProject> projects,
P2ResolutionResult result) |
Modifier and Type | Method and Description |
---|---|
private static P2ResolutionResult |
P2ResolverTest.singleEnv(java.util.List<P2ResolutionResult> results) |
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,
java.lang.String eeName) |
P2ResolutionResult |
P2Resolver.resolveInstallableUnit(TargetPlatform context,
java.lang.String id,
java.lang.String versionRange)
Resolves specified installable unit identified by id and versionRange.
|
P2ResolutionResult |
P2Resolver.resolveMetadata(TargetPlatformConfigurationStub context,
java.lang.String executionEnvironmentName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<P2ResolutionResult> |
P2Resolver.resolveDependencies(TargetPlatform context,
ReactorProject project)
Returns list ordered of resolution result, one per requested TargetEnvironment.
|