public final class PrefsHasValue extends RuleFunction
| Constructor and Description |
|---|
PrefsHasValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(RuleEvaluationContext ruleContext,
java.util.Map<java.lang.String,RuleFunctionParameter> parameters)
Retrieves a value from the IDE preferences HashStructure and compares it
to a supplied value returning true of the values match.
|
getRequiredParameterOrThrow, matchesNameOfClassOrAncestorpublic boolean evaluate(RuleEvaluationContext ruleContext, java.util.Map<java.lang.String,RuleFunctionParameter> parameters) throws RuleEvaluationException
evaluate in class RuleFunctionRuleEvaluationException