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 ArtifactKeyTargetPlatform. resolveArtifact(java.lang.String type, java.lang.String id, java.lang.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 ArtifactKeyTargetPlatformBaseImpl. resolveArtifact(java.lang.String type, java.lang.String id, java.lang.String version)org.eclipse.equinox.p2.metadata.IInstallableUnitP2TargetPlatform. resolveUnit(java.lang.String type, java.lang.String id, org.eclipse.equinox.p2.metadata.Version version)Same asTargetPlatform.resolveArtifact(String, String, String)but returning the result asIInstallableUnit.org.eclipse.equinox.p2.metadata.IInstallableUnitTargetPlatformBaseImpl. resolveUnit(java.lang.String type, java.lang.String id, org.eclipse.equinox.p2.metadata.Version version)
-