Uses of Interface
org.eclipse.equinox.p2.query.IMatchQuery
Packages that use IMatchQuery
Package
Description
Provides queries specific to profiles
Provides common classes for the query mechanism.
Defines artifact repository.
Provides query utilities specific to provisioning of OSGi bundles
-
Uses of IMatchQuery in org.eclipse.equinox.p2.engine.query
Classes in org.eclipse.equinox.p2.engine.query that implement IMatchQueryModifier and TypeClassDescriptionclass
A query that searches forIInstallableUnit
instances that have a property associated with the specified profile, whose value matches the provided value.class
A query matching all theIInstallableUnit
s that are marked visible to the user. -
Uses of IMatchQuery in org.eclipse.equinox.p2.query
Classes in org.eclipse.equinox.p2.query that implement IMatchQueryModifier and TypeClassDescriptionclass
A query that matches candidates against an expression.class
MatchQuery<T>
Deprecated. -
Uses of IMatchQuery in org.eclipse.equinox.p2.repository.artifact
Classes in org.eclipse.equinox.p2.repository.artifact that implement IMatchQueryModifier and TypeClassDescriptionfinal class
A general purpose query for matchingIArtifactDescriptor
instances that satisfy various criteria.final class
A general purpose query for matchingIArtifactKey
instances that satisfy various criteria. -
Uses of IMatchQuery in org.eclipse.equinox.p2.touchpoint.eclipse.query
Classes in org.eclipse.equinox.p2.touchpoint.eclipse.query that implement IMatchQueryModifier and TypeClassDescriptionfinal class
A query matching everyIInstallableUnit
that describes an OSGi bundle.
QueryUtil
or use theQueryUtil.createMatchQuery(String, Object...)
to create a custom expression based query.