Package org.eclipse.equinox.p2.query
package org.eclipse.equinox.p2.query
Provides common classes for the query mechanism.
Package Specification
This package provide low level infrastructure for querying collections of metadata. Additional queries can be found in the org.eclipse.equinox.p2.metadata.query package and more domain specific queries can be found in the touchpoints.
- Since:
- 2.0
-
ClassDescriptionThis class allows to adapt java collections to a p2 a query result and as such something queryableCollector<T>A collector is a generic visitor that collects objects passed to it, and can then express the result of the visit in various forms.A queryable that holds a number of other IQueryables and provides a mechanism for querying the entire set.A query that matches candidates against an expression.A query that evaluates using an iterator as input and produces a new iterator.IMatchQuery<T>Deprecated.IQuery<T>The root interface for all queries that can be performed on an
IQueryable
.IQueryable<T>An IQueryable contains objects, and is able to perform queries on those objects.IQueryResult<T>An IQueryResult represents the results of a query.MatchQuery<T>Deprecated.If possible, use one of the predefined queries inQueryUtil
or use theQueryUtil.createMatchQuery(String, Object...)
to create a custom expression based query.Helper class for query related tasks.
QueryUtil
or use theQueryUtil.createMatchQuery(String, Object...)
to create a custom expression based query.