Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.equinox.p2.metadata.query.ExpressionQuery

Packages that use ExpressionQuery
org.eclipse.equinox.p2.engine.query Provides queries specific to profiles Package Specification This package specifies API for querying the profile. 
org.eclipse.equinox.p2.metadata.query Provides classes for the query the metadata. 
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 Package Specification This package specifies API for querying and manipulating provisioning metadata that is specific to OSGi bundles or Eclipse-specific constructs such as features. 
 

Uses of ExpressionQuery in org.eclipse.equinox.p2.engine.query
 

Subclasses of ExpressionQuery in org.eclipse.equinox.p2.engine.query
 class IUProfilePropertyQuery
          A query that searches for IInstallableUnit instances that have a property associated with the specified profile, whose value matches the provided value.
 class UserVisibleRootQuery
          A query matching all the IInstallableUnits that are marked visible to the user.
 

Uses of ExpressionQuery in org.eclipse.equinox.p2.metadata.query
 

Subclasses of ExpressionQuery in org.eclipse.equinox.p2.metadata.query
 class CategoryMemberQuery
          A query matching every IInstallableUnit that is a member of the specified category.
 class CategoryQuery
          A query matching every IInstallableUnit that is a category.
 class FragmentQuery
          A query matching every IInstallableUnit that is a category.
 class GroupQuery
          A query matching every IInstallableUnit that is a group.
 class InstallableUnitQuery
          A query that matches on the id and version of an IInstallableUnit.
 class PatchQuery
          A query matching every IInstallableUnit that is a patch.
 

Uses of ExpressionQuery in org.eclipse.equinox.p2.repository.artifact
 

Subclasses of ExpressionQuery in org.eclipse.equinox.p2.repository.artifact
 class ArtifactDescriptorQuery
          A general purpose query for matching IArtifactDescriptor instances that satisfy various criteria.
 class ArtifactKeyQuery
          A general purpose query for matching IArtifactKey instances that satisfy various criteria.
 

Uses of ExpressionQuery in org.eclipse.equinox.p2.touchpoint.eclipse.query
 

Subclasses of ExpressionQuery in org.eclipse.equinox.p2.touchpoint.eclipse.query
 class OSGiBundleQuery
          A query matching every IInstallableUnit that describes an OSGi bundle.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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