Constructor and Description |
---|
FilterSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(AuditEvent event)
Determines whether or not a filtered AuditEvent is accepted.
|
void |
addFilter(Filter filter)
Adds a Filter to the set.
|
void |
clear()
Clears the FilterSet.
|
boolean |
equals(Object other) |
Set<Filter> |
getFilters()
Returns the Filters of the filter set.
|
int |
hashCode() |
void |
removeFilter(Filter filter)
Removes filter.
|
String |
toString() |
public FilterSet()
public void addFilter(Filter filter)
filter
- the Filter to add.public void removeFilter(Filter filter)
filter
- filter to remove.public Set<Filter> getFilters()
public boolean accept(AuditEvent event)
Filter
public void clear()
Copyright © 2001–2018. All rights reserved.