com.thoughtworks.qdox.directorywalker
Class SuffixFilter

java.lang.Object
  extended by com.thoughtworks.qdox.directorywalker.SuffixFilter
All Implemented Interfaces:
Filter

public class SuffixFilter
extends java.lang.Object
implements Filter


Field Summary
private  java.lang.String _suffixFilter
           
 
Constructor Summary
SuffixFilter(java.lang.String suffixFilter)
           
 
Method Summary
 boolean filter(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_suffixFilter

private java.lang.String _suffixFilter
Constructor Detail

SuffixFilter

public SuffixFilter(java.lang.String suffixFilter)
Method Detail

filter

public boolean filter(java.io.File file)
Specified by:
filter in interface Filter