com.puppycrawl.tools.checkstyle.api
public class FilterSet extends Object implements Filter
| Method Summary | |
|---|---|
| boolean | accept(AuditEvent aEvent) |
| void | addFilter(Filter aFilter)
Adds a Filter to the set. |
| void | clear() Clears the FilterSet. |
| boolean | equals(Object aObject) |
| protected Set | getFilters()
Returns the Filters of the filter set. |
| int | hashCode() |
| void | removeFilter(Filter aFilter)
Removes filter. |
| String | toString() |
Parameters: aFilter the Filter to add.
Returns: the Filters of the filter set.
Parameters: aFilter filter to remove.