|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.filter.FilterSpecValidator
public class FilterSpecValidator
Utility class for validating filter specifications.
Constructor Summary | |
---|---|
FilterSpecValidator()
|
Method Summary | |
---|---|
static void |
validate(FilterSpec filterSpec,
java.util.Map<java.lang.String,EventType> optionalTaggedEventTypes)
Validates a filter specification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterSpecValidator()
Method Detail |
---|
public static void validate(FilterSpec filterSpec, java.util.Map<java.lang.String,EventType> optionalTaggedEventTypes) throws ASTFilterSpecValidationException
filterSpec
- is the filter spec to validateoptionalTaggedEventTypes
- is a optional list of result events and event types for filter specifications that
contain references to result events
java.lang.IllegalArgumentException
- to indicate validation errors
ASTFilterSpecValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |