Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.metadata.expression.IMatchExpression

Packages that use IMatchExpression
org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. 
org.eclipse.equinox.p2.metadata.expression Provides a simple expression language used to represent requirements and filters in the metadada Package Specification This package defines a simple expression language that is used to define requirements and filters in the metadata, but also form the base of the p2 query language. 
org.eclipse.equinox.p2.metadata.query Provides classes for the query the metadata. 
 

Uses of IMatchExpression in org.eclipse.equinox.p2.metadata
 

Methods in org.eclipse.equinox.p2.metadata that return IMatchExpression
 IMatchExpression<IInstallableUnit> IRequirement.getMatches()
          Returns a boolean match expression that will return true for any IInstallableUnit that matches the requirement.
 

Uses of IMatchExpression in org.eclipse.equinox.p2.metadata.expression
 

Methods in org.eclipse.equinox.p2.metadata.expression that return IMatchExpression
<T> IMatchExpression<T>
IExpressionFactory.matchExpression(IExpression expression, Object... parameters)
          Creates a parameterized top level expression suitable for predicate matching
 

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

Methods in org.eclipse.equinox.p2.metadata.query that return IMatchExpression
 IMatchExpression<T> ExpressionQuery.getExpression()
           
static
<T> IMatchExpression<T>
ExpressionQuery.matchAll()
           
static
<T> IMatchExpression<T>
ExpressionQuery.matchNothing()
           
 

Constructors in org.eclipse.equinox.p2.metadata.query with parameters of type IMatchExpression
ExpressionQuery(Class<? extends T> matchingClass, IMatchExpression<T> expression)
           
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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