Uses of Class
org.eclipse.tycho.artifacts.IllegalArtifactReferenceException
-
Packages that use IllegalArtifactReferenceException Package Description org.eclipse.tycho.artifacts org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.resolver.facade org.eclipse.tycho.p2.target -
-
Uses of IllegalArtifactReferenceException in org.eclipse.tycho.artifacts
Methods in org.eclipse.tycho.artifacts that throw IllegalArtifactReferenceException 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 IllegalArtifactReferenceException in org.eclipse.tycho.p2.resolver
Methods in org.eclipse.tycho.p2.resolver that throw IllegalArtifactReferenceException Modifier and Type Method Description void
P2ResolverImpl. addDependency(String type, String id, String versionRange)
-
Uses of IllegalArtifactReferenceException in org.eclipse.tycho.p2.resolver.facade
Methods in org.eclipse.tycho.p2.resolver.facade that throw IllegalArtifactReferenceException Modifier and Type Method Description void
P2Resolver. addDependency(String type, String id, String versionRange)
-
Uses of IllegalArtifactReferenceException in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target that throw IllegalArtifactReferenceException Modifier and Type Method 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 asTargetPlatform.resolveArtifact(String, String, String)
but returning the result asIInstallableUnit
.
-