Package | Description |
---|---|
org.eclipse.tycho.artifacts | |
org.eclipse.tycho.p2.resolver | |
org.eclipse.tycho.p2.resolver.facade | |
org.eclipse.tycho.p2.target |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
TargetPlatform.resolveArtifact(String type,
String id,
String versionRef)
Returns an artifact of the given type, id and matching version.
|
Modifier and Type | Method and Description |
---|---|
void |
P2ResolverImpl.addDependency(String type,
String id,
String versionRange) |
Modifier and Type | Method and Description |
---|---|
void |
P2Resolver.addDependency(String type,
String id,
String versionRange) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.equinox.p2.query.IQuery<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
ArtifactTypeHelper.createQueryFor(String type,
String id,
org.eclipse.equinox.p2.metadata.VersionRange versionRange)
Returns a query matching the installable units representing the specified Eclipse
artifact(s).
|
static org.eclipse.equinox.p2.metadata.IRequirement |
ArtifactTypeHelper.createRequirementFor(String type,
String id,
org.eclipse.equinox.p2.metadata.VersionRange versionRange) |
static org.eclipse.equinox.p2.metadata.Version |
ArtifactMatcher.parseAsOSGiVersion(String version) |
static org.eclipse.equinox.p2.metadata.IInstallableUnit |
ArtifactMatcher.resolveReference(String type,
String id,
org.eclipse.equinox.p2.metadata.Version version,
LinkedHashSet<org.eclipse.equinox.p2.metadata.IInstallableUnit> candidateUnits) |
org.eclipse.equinox.p2.metadata.IInstallableUnit |
P2TargetPlatform.resolveUnit(String type,
String id,
org.eclipse.equinox.p2.metadata.Version version)
Same as
TargetPlatform.resolveArtifact(String, String, String) but returning the result as
IInstallableUnit . |
Copyright © 2008–2018 Eclipse Foundation. All rights reserved.