public class JaninoEventEvaluator extends JaninoEventEvaluatorBase<IAccessEvent>
Modifier and Type | Field and Description |
---|---|
static List<String> | DEFAULT_PARAM_NAME_LIST |
static List<Class> | DEFAULT_PARAM_TYPE_LIST |
ERROR_THRESHOLD, matcherList
context
Constructor and Description |
---|
JaninoEventEvaluator() |
Modifier and Type | Method and Description |
---|---|
protected String | getDecoratedExpression() |
protected String[] | getParameterNames() |
protected Class[] | getParameterTypes() |
protected Object[] | getParameterValues(IAccessEvent accessEvent) |
addMatcher, evaluate, getExpression, getMatcherList, setExpression, start
getName, isStarted, setName, stop
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
protected String getDecoratedExpression()
getDecoratedExpression
in class JaninoEventEvaluatorBase<IAccessEvent>
protected String[] getParameterNames()
getParameterNames
in class JaninoEventEvaluatorBase<IAccessEvent>
protected Class[] getParameterTypes()
getParameterTypes
in class JaninoEventEvaluatorBase<IAccessEvent>
protected Object[] getParameterValues(IAccessEvent accessEvent)
getParameterValues
in class JaninoEventEvaluatorBase<IAccessEvent>