com.mindprod.filter
Class NoFootFilter

java.lang.Object
  extended by com.mindprod.filter.StartAndEndsWithFilter
      extended by com.mindprod.filter.NoFootFilter
All Implemented Interfaces:
java.io.FilenameFilter

public final class NoFootFilter
extends StartAndEndsWithFilter

Select a file for processing with a .html extension but not .foot.html.

Does not work with directories, see DirListFilter. see also FileListFilter and ClamFilter. Rejects all directories.

Since:
2009-05-09
Version:
2.7 2010-11-22 - add optional invert parameter on a number of the filters.
Author:
Roedy Green, Canadian Mind Products

Constructor Summary
NoFootFilter()
           
 
Method Summary
 
Methods inherited from class com.mindprod.filter.StartAndEndsWithFilter
accept, main, setExcludeEndsWith, setExcludeRegexMatch, setExcludeStartsWith, setIncludeEndsWith, setIncludeRegexMatch, setIncludeStartsWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoFootFilter

public NoFootFilter()