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>
public final class OSGiBundleQuery extends ExpressionMatchQuery<IInstallableUnit>
A query matching everyIInstallableUnitthat describes an OSGi bundle.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description OSGiBundleQuery()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisOSGiBundle(IInstallableUnit iu)Test if theIInstallableUnitdescribes an OSGi bundle.-
Methods inherited from class org.eclipse.equinox.p2.query.ExpressionMatchQuery
getContext, getExpression, getMatchingClass, isMatch, perform, perform, postPerform, prePerform, setIndexProvider
-
-
-
-
Method Detail
-
isOSGiBundle
public static boolean isOSGiBundle(IInstallableUnit iu)
Test if theIInstallableUnitdescribes an OSGi bundle.- Parameters:
iu- the element being tested.- Returns:
trueif the parameter describes an OSGi bundle.
-
-