org.eclipse.cdt.managedbuilder.internal.enablement
Class CheckStringExpression
java.lang.Object
org.eclipse.cdt.managedbuilder.internal.enablement.CheckStringExpression
- All Implemented Interfaces:
- IBooleanExpression
public class CheckStringExpression
- extends java.lang.Object
- implements IBooleanExpression
Field Summary |
static java.lang.String |
IS_REGEX
|
static java.lang.String |
NAME
|
static java.lang.String |
STRING
|
static java.lang.String |
VALUE
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
STRING
public static final java.lang.String STRING
- See Also:
- Constant Field Values
VALUE
public static final java.lang.String VALUE
- See Also:
- Constant Field Values
IS_REGEX
public static final java.lang.String IS_REGEX
- See Also:
- Constant Field Values
CheckStringExpression
public CheckStringExpression(IManagedConfigElement element)
evaluate
public boolean evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
- Specified by:
evaluate
in interface IBooleanExpression