com.thoughtworks.qdox.directorywalker
Class SuffixFilter

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

public class SuffixFilter
extends java.lang.Object
implements Filter


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
 

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


Copyright © 2002-2005 ThoughtWorks, Inc. All Rights Reserved.