Package | Description |
---|---|
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.query |
Provides common classes for the query mechanism.
|
Modifier and Type | Method and Description |
---|---|
<T> IContextExpression<T> |
IExpressionFactory.contextExpression(IExpression expr,
Object... parameters)
Creates a top level expression that represents a full query.
|
Modifier and Type | Method and Description |
---|---|
static <T> IContextExpression<T> |
ExpressionQuery.createExpression(IQuery<T> query) |
IContextExpression<T> |
ExpressionQuery.getExpression() |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.