public class JxPathFilter extends Object implements EventFilter
| Constructor and Description |
|---|
JxPathFilter()
Instantiates a new jx path filter.
|
JxPathFilter(String expression)
Instantiates a new jx path filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(Event event)
Filter the events.
|
void |
setExpression(String expression)
Sets the expression.
|
public JxPathFilter()
public JxPathFilter(String expression)
expression - the expressionpublic void setExpression(String expression)
expression - the new expressionpublic boolean filter(Event event)
EventFilterfilter in interface EventFilterevent - the eventCopyright © 2011–2015 Talend Inc.. All rights reserved.