Uses of Class
org.eclipse.tycho.artifacts.DependencyResolutionException
-
Packages that use DependencyResolutionException Package Description org.eclipse.tycho.artifacts org.eclipse.tycho.p2.target -
-
Uses of DependencyResolutionException in org.eclipse.tycho.artifacts
Methods in org.eclipse.tycho.artifacts that throw DependencyResolutionException Modifier and Type Method Description ArtifactKey
TargetPlatform. resolveArtifact(String type, String id, String versionRef)
Returns an artifact of the given type, id and matching version. -
Uses of DependencyResolutionException in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target that throw DependencyResolutionException Modifier and Type Method Description org.eclipse.equinox.p2.metadata.IInstallableUnit
P2TargetPlatform. resolveUnit(String type, String id, org.eclipse.equinox.p2.metadata.Version version)
Same asTargetPlatform.resolveArtifact(String, String, String)
but returning the result asIInstallableUnit
.
-