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