Package | Description |
---|---|
org.eclipse.tycho.artifacts | |
org.eclipse.tycho.p2.target |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
TargetPlatform.resolveArtifact(java.lang.String type,
java.lang.String id,
java.lang.String versionRef)
Returns an artifact of the given type, id and matching version.
|
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
TargetPlatformBaseImpl.resolveArtifact(java.lang.String type,
java.lang.String id,
java.lang.String version) |
org.eclipse.equinox.p2.metadata.IInstallableUnit |
TargetPlatformBaseImpl.resolveUnit(java.lang.String type,
java.lang.String id,
org.eclipse.equinox.p2.metadata.Version version) |
org.eclipse.equinox.p2.metadata.IInstallableUnit |
P2TargetPlatform.resolveUnit(java.lang.String type,
java.lang.String id,
org.eclipse.equinox.p2.metadata.Version version)
Same as
TargetPlatform.resolveArtifact(String, String, String) but returning the result as
IInstallableUnit . |