java.lang.Object
com.puppycrawl.tools.checkstyle.api.AutomaticBean
com.mycompany.filters.FilesFilter
- All Implemented Interfaces:
- com.puppycrawl.tools.checkstyle.api.Configurable, com.puppycrawl.tools.checkstyle.api.Contextualizable, com.puppycrawl.tools.checkstyle.api.Filter
- public class FilesFilter
- extends com.puppycrawl.tools.checkstyle.api.AutomaticBean
- implements com.puppycrawl.tools.checkstyle.api.Filter
| Fields inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mFileRegexp
private org.apache.regexp.RE mFileRegexp
FilesFilter
public FilesFilter()
throws org.apache.regexp.RESyntaxException
accept
public boolean accept(com.puppycrawl.tools.checkstyle.api.AuditEvent aEvent)
- Description copied from interface:
com.puppycrawl.tools.checkstyle.api.Filter
- Determines whether or not a filtered AuditEvent is accepted.
- Specified by:
accept in interface com.puppycrawl.tools.checkstyle.api.Filter
setFiles
public void setFiles(java.lang.String aFilesPattern)
throws org.apache.regexp.RESyntaxException