Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Filter
Method Summary | |
boolean |
|
public 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.
Back to the Checkstyle Home Page |