public class IUProfilePropertyQuery extends ExpressionMatchQuery<IInstallableUnit>
IInstallableUnit
instances that have
a property associated with the specified profile, whose value matches the provided value.Modifier and Type | Field and Description |
---|---|
static String |
ANY
A property value constant that will match any defined property value.
|
Constructor and Description |
---|
IUProfilePropertyQuery(String propertyName,
String propertyValue)
Creates a new query on the given property name and value.
|
getContext, getExpression, getMatchingClass, isMatch, perform, perform, postPerform, prePerform, setIndexProvider
public static final String ANY
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.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.