Eclipse Platform
Release 3.6

Package org.eclipse.equinox.p2.metadata.query

Provides classes for the query the metadata.

See:
          Description

Class Summary
CategoryMemberQuery A query matching every IInstallableUnit that is a member of the specified category.
CategoryQuery A query matching every IInstallableUnit that is a category.
ExpressionContextQuery<T> A query that evaluates using an iterator as input and produces a new iterator.
ExpressionQuery<T> A query that matches candidates against an expression.
FragmentQuery A query matching every IInstallableUnit that is a category.
GroupQuery A query matching every IInstallableUnit that is a group.
InstallableUnitQuery A query that matches on the id and version of an IInstallableUnit.
PatchQuery A query matching every IInstallableUnit that is a patch.
 

Package org.eclipse.equinox.p2.metadata.query Description

Provides classes for the query the metadata.

Package Specification

This package provide queries for identifying various kinds of metadata. More domain specific queries can be found in the touchpoints.

Since:
2.0


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.