Class FilterSet
java.lang.Object
com.puppycrawl.tools.checkstyle.api.FilterSet
- All Implemented Interfaces:
Filter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(AuditEvent event) Determines whether or not a filtered AuditEvent is accepted.voidAdds a Filter to the set.voidclear()Clears the FilterSet.Returns the Filters of the filter set.voidremoveFilter(Filter filter) Removes filter.toString()
-
Field Details
-
filters
-
-
Constructor Details
-
FilterSet
public FilterSet()
-
-
Method Details
-
addFilter
Adds a Filter to the set.- Parameters:
filter- the Filter to add.
-
removeFilter
-
getFilters
-
toString
-
accept
Description copied from interface:FilterDetermines whether or not a filtered AuditEvent is accepted. -
clear
public void clear()Clears the FilterSet.
-