com.thoughtworks.qdox.directorywalker
Class SuffixFilter

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

public class SuffixFilter
extends Object
implements Filter


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

Constructor Detail

SuffixFilter

public SuffixFilter(String suffixFilter)
Method Detail

filter

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


Copyright © 2002-2011. All Rights Reserved.