Package | Description |
---|---|
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.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
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.
|
Modifier and Type | Class and Description |
---|---|
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
IInstallableUnit s that are marked visible to the user. |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionMatchQuery<T>
A query that matches candidates against an expression.
|
class |
MatchQuery<T>
Deprecated.
If possible, use one of the predefined queries in
QueryUtil
or use the QueryUtil.createMatchQuery(String, Object...)
to create a custom expression based query. If the query cannot be expressed using
the p2QL, then use a predefined or custom expression query as a first filter
(in worst case, use QueryUtil.createIUAnyQuery() ) and then provide further filtering
like so:for(iter = queryable.query(someExpressionQuery).iterator(); iter.hasNext();) { // do your match here } |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
OSGiBundleQuery
A query matching every
IInstallableUnit that describes an OSGi bundle. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.