com.puppycrawl.tools.checkstyle.api
public interface Filter
Method Summary | |
---|---|
boolean | accept(AuditEvent aEvent)
Determines whether or not a filtered AuditEvent is accepted. |
Parameters: aEvent the AudtiEvent to filter.
Returns: true if the aEvent is accepted.