public class InclusionFilter
extends com.puppycrawl.tools.checkstyle.api.AutomaticBean
implements com.puppycrawl.tools.checkstyle.api.Filter
| Constructor and Description |
|---|
InclusionFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(com.puppycrawl.tools.checkstyle.api.AuditEvent aEvent) |
void |
setFiles(String aFilesPattern) |
public InclusionFilter()
throws PatternSyntaxException
PatternSyntaxExceptionpublic boolean accept(com.puppycrawl.tools.checkstyle.api.AuditEvent aEvent)
accept in interface com.puppycrawl.tools.checkstyle.api.Filterpublic void setFiles(String aFilesPattern) throws PatternSyntaxException
PatternSyntaxExceptionCopyright © 2014. All Rights Reserved.