org.codehaus.httpcache4j.util
Class DeletingFileFilter

java.lang.Object
  extended by org.codehaus.httpcache4j.util.DeletingFileFilter
All Implemented Interfaces:
FileFilter

public class DeletingFileFilter
extends Object
implements FileFilter

A file-filter that deletes the files as it traverses the directories.

Version:
$Id: $
Author:
Erlend Hamnaberg, last modified by $Author: $

Constructor Summary
DeletingFileFilter()
           
DeletingFileFilter(List<File> knownFiles)
           
 
Method Summary
 boolean accept(File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletingFileFilter

public DeletingFileFilter()

DeletingFileFilter

public DeletingFileFilter(List<File> knownFiles)
Method Detail

accept

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


Copyright © 2008-2011. All Rights Reserved.