public class AuditEventFilter extends Object implements Serializable, FilterExpression
| Constructor and Description |
|---|
AuditEventFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AuditEventMatch match) |
void |
add(Match m) |
AuditEventFilter |
fromXML(String input) |
List<AuditEventMatch> |
getMatches() |
static com.thoughtworks.xstream.XStream |
getXStream() |
static com.thoughtworks.xstream.XStream |
getXStream(ClassLoader loader) |
boolean |
hasMatchOn(String variable) |
boolean |
isEnabled() |
boolean |
matches(AuditEvent evt)
Matches the expression against the given event.
|
void |
remove(AuditEventMatch match) |
boolean |
remove(int i) |
void |
removeMatch(String variable) |
void |
setEnabled(boolean b) |
String |
toXML() |
public List<AuditEventMatch> getMatches()
public void add(Match m)
public void add(AuditEventMatch match)
public void remove(AuditEventMatch match)
public boolean remove(int i)
public void removeMatch(String variable)
public boolean hasMatchOn(String variable)
public String toXML()
public AuditEventFilter fromXML(String input)
public static com.thoughtworks.xstream.XStream getXStream(ClassLoader loader)
public static com.thoughtworks.xstream.XStream getXStream()
public boolean matches(AuditEvent evt)
FilterExpressionmatches in interface FilterExpressionpublic boolean isEnabled()
public void setEnabled(boolean b)
Copyright © 2015 jwall.org. All Rights Reserved.