net.praqma.jenkins.plugin.prqa.notifier
Class ReportFileFilter

java.lang.Object
  extended by net.praqma.jenkins.plugin.prqa.notifier.ReportFileFilter
All Implemented Interfaces:
FileFilter, Serializable

public class ReportFileFilter
extends Object
implements FileFilter, Serializable

Author:
Praqma
See Also:
Serialized Form

Field Summary
 Pattern codereview
           
 Pattern compliance
           
 Pattern suppression
           
 
Constructor Summary
ReportFileFilter()
           
 
Method Summary
 boolean accept(File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compliance

public final Pattern compliance

suppression

public final Pattern suppression

codereview

public final Pattern codereview
Constructor Detail

ReportFileFilter

public ReportFileFilter()
Method Detail

accept

public boolean accept(File pathname)
Specified by:
accept in interface FileFilter


Copyright © 2004-2013. All Rights Reserved.