JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.puppycrawl.tools.checkstyle.api
Interface Filter
All Known Implementing Classes:
FilterSet
,
SeverityMatchFilter
,
SuppressElement
,
SuppressionCommentFilter
,
SuppressionFilter
,
SuppressWarningsFilter
,
SuppressWithNearbyCommentFilter
public interface
Filter
An interface for filtering AuditEvents.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(
AuditEvent
event)
Determines whether or not a filtered AuditEvent is accepted.
Method Detail
accept
boolean accept(
AuditEvent
event)
Determines whether or not a filtered AuditEvent is accepted.
Parameters:
event
- the AuditEvent to filter.
Returns:
true if the event is accepted.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method