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 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 IllegalArtifactReferenceException in org.eclipse.tycho.p2.resolver
Methods in org.eclipse.tycho.p2.resolver that throw IllegalArtifactReferenceException Modifier and Type Method Description voidP2ResolverImpl. addDependency(java.lang.String type, java.lang.String id, java.lang.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 voidP2Resolver. addDependency(java.lang.String type, java.lang.String id, java.lang.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(java.lang.String type, java.lang.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.IRequirementArtifactTypeHelper. createRequirementFor(java.lang.String type, java.lang.String id, org.eclipse.equinox.p2.metadata.VersionRange versionRange)static org.eclipse.equinox.p2.metadata.VersionArtifactMatcher. parseAsOSGiVersion(java.lang.String version)ArtifactKeyTargetPlatformBaseImpl. resolveArtifact(java.lang.String type, java.lang.String id, java.lang.String version)static org.eclipse.equinox.p2.metadata.IInstallableUnitArtifactMatcher. resolveReference(java.lang.String type, java.lang.String id, org.eclipse.equinox.p2.metadata.Version version, java.util.LinkedHashSet<org.eclipse.equinox.p2.metadata.IInstallableUnit> candidateUnits)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)
-