|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.equinox.p2.query.ExpressionMatchQuery<IInstallableUnit>
org.eclipse.equinox.p2.engine.query.IUProfilePropertyQuery
public class IUProfilePropertyQuery
A query that searches for IInstallableUnit
instances that have
a property associated with the specified profile, whose value matches the provided value.
Field Summary | |
---|---|
static String |
ANY
A property value constant that will match any defined property value. |
Constructor Summary | |
---|---|
IUProfilePropertyQuery(String propertyName,
String propertyValue)
Creates a new query on the given property name and value. |
Method Summary |
---|
Methods inherited from class org.eclipse.equinox.p2.query.ExpressionMatchQuery |
---|
getContext, getExpression, getMatchingClass, isMatch, perform, perform, postPerform, prePerform, setIndexProvider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ANY
IUProfilePropertyQuery(String, String)
,
Constant Field ValuesConstructor Detail |
---|
public IUProfilePropertyQuery(String propertyName, String propertyValue)
propertyName
- The name of the property to matchpropertyValue
- The value to compare to. A value of ANY
will match any value.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.