Uses of Interface
org.eclipse.equinox.p2.metadata.index.IIndexProvider
Packages that use IIndexProvider
Package
Description
Provides a simple expression language used to represent requirements and filters in the metadada
Provides classes for metadata query indexing
Provides common classes for the query mechanism.
-
Uses of IIndexProvider in org.eclipse.equinox.internal.p2.metadata.index
Classes in org.eclipse.equinox.internal.p2.metadata.index that implement IIndexProviderModifier and TypeClassDescriptionclassorg.eclipse.equinox.internal.p2.metadata.index.IndexProvider<T> -
Uses of IIndexProvider in org.eclipse.equinox.p2.metadata.expression
Methods in org.eclipse.equinox.p2.metadata.expression that return IIndexProviderMethods in org.eclipse.equinox.p2.metadata.expression with parameters of type IIndexProviderModifier and TypeMethodDescriptionIContextExpression.createContext(Class<? extends T> elementClass, IIndexProvider<T> indexProvider) Creates a new context to be passed to a subsequent evaluation.voidIEvaluationContext.setIndexProvider(IIndexProvider<?> indexProvider) -
Uses of IIndexProvider in org.eclipse.equinox.p2.metadata.index
Methods in org.eclipse.equinox.p2.metadata.index with parameters of type IIndexProviderModifier and TypeMethodDescriptionIQueryWithIndex.perform(IIndexProvider<T> indexProvider) Evaluates the query using theindexProvider. -
Uses of IIndexProvider in org.eclipse.equinox.p2.query
Classes in org.eclipse.equinox.p2.query that implement IIndexProviderModifier and TypeClassDescriptionfinal classA queryable that holds a number of other IQueryables and provides a mechanism for querying the entire set.Methods in org.eclipse.equinox.p2.query with parameters of type IIndexProviderModifier and TypeMethodDescriptionExpressionMatchQuery.perform(IIndexProvider<T> indexProvider) ExpressionQuery.perform(IIndexProvider<T> indexProvider) voidExpressionMatchQuery.setIndexProvider(IIndexProvider<T> indexProvider)