Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mycompany.filters
Class FilesFilter  view FilesFilter download FilesFilter.java

java.lang.Object
  extended bycom.puppycrawl.tools.checkstyle.api.AutomaticBean
      extended bycom.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


Field Summary
private  org.apache.regexp.RE mFileRegexp
           
 
Fields inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
 
Constructor Summary
FilesFilter()
           
 
Method Summary
 boolean accept(com.puppycrawl.tools.checkstyle.api.AuditEvent aEvent)
          Determines whether or not a filtered AuditEvent is accepted.
 void setFiles(java.lang.String aFilesPattern)
           
 
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
configure, contextualize, finishLocalSetup, getConfiguration, setupChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mFileRegexp

private org.apache.regexp.RE mFileRegexp
Constructor Detail

FilesFilter

public FilesFilter()
            throws org.apache.regexp.RESyntaxException
Method Detail

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