Uses of Interface
org.eclipse.equinox.p2.query.IMatchQuery
-
Packages that use IMatchQuery Package Description org.eclipse.equinox.p2.engine.query Provides queries specific to profilesorg.eclipse.equinox.p2.query Provides common classes for the query mechanism.org.eclipse.equinox.p2.repository.artifact Defines artifact repository.org.eclipse.equinox.p2.touchpoint.eclipse.query 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 IMatchQuery Modifier and Type Class Description classIUProfilePropertyQueryA query that searches forIInstallableUnitinstances that have a property associated with the specified profile, whose value matches the provided value.classUserVisibleRootQueryA query matching all theIInstallableUnits 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 IMatchQuery Modifier and Type Class Description classExpressionMatchQuery<T>A query that matches candidates against an expression.classMatchQuery<T>Deprecated.If possible, use one of the predefined queries inQueryUtilor use theQueryUtil.createMatchQuery(String, Object...)to create a custom expression based query. -
Uses of IMatchQuery in org.eclipse.equinox.p2.repository.artifact
Classes in org.eclipse.equinox.p2.repository.artifact that implement IMatchQuery Modifier and Type Class Description classArtifactDescriptorQueryA general purpose query for matchingIArtifactDescriptorinstances that satisfy various criteria.classArtifactKeyQueryA general purpose query for matchingIArtifactKeyinstances 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 IMatchQuery Modifier and Type Class Description classOSGiBundleQueryA query matching everyIInstallableUnitthat describes an OSGi bundle.
-