public class EventPattern extends java.lang.Object implements EventFilter
Constructor and Description |
---|
EventPattern(java.util.Map pattern) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
evaluate(long currentTime,
Event event)
returns true if the filter matching with the event or false otherwise
|
protected void |
finalize() |
public EventPattern(java.util.Map pattern) throws org.apache.oro.text.regex.MalformedPatternException
org.apache.oro.text.regex.MalformedPatternException
public boolean evaluate(long currentTime, Event event)
EventFilter
evaluate
in interface Filter<Event>
evaluate
in interface EventFilter
public void clear()
protected void finalize()
finalize
in class java.lang.Object