Class OSGiBundleQuery
java.lang.Object
org.eclipse.equinox.p2.query.ExpressionMatchQuery<IInstallableUnit>
org.eclipse.equinox.p2.touchpoint.eclipse.query.OSGiBundleQuery
- All Implemented Interfaces:
IQueryWithIndex<IInstallableUnit>,IMatchQuery<IInstallableUnit>,IQuery<IInstallableUnit>
A query matching every
IInstallableUnit that describes an OSGi bundle.- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanTest if theIInstallableUnitdescribes an OSGi bundle.Methods inherited from class org.eclipse.equinox.p2.query.ExpressionMatchQuery
getContext, getExpression, getMatchingClass, isMatch, perform, perform, postPerform, prePerform, setIndexProvider
-
Constructor Details
-
OSGiBundleQuery
public OSGiBundleQuery()
-
-
Method Details
-
isOSGiBundle
Test if theIInstallableUnitdescribes an OSGi bundle.- Parameters:
iu- the element being tested.- Returns:
trueif the parameter describes an OSGi bundle.
-