org.apache.commons.finder
Class FindingFilter

java.lang.Object
  extended by org.apache.commons.io.filefilter.AbstractFileFilter
      extended by org.apache.commons.io.filefilter.AndFileFilter
          extended by org.apache.commons.finder.FindingFilter
All Implemented Interfaces:
java.io.FileFilter, java.io.FilenameFilter, org.apache.commons.io.filefilter.ConditionalFileFilter, org.apache.commons.io.filefilter.IOFileFilter

public class FindingFilter
extends org.apache.commons.io.filefilter.AndFileFilter

Filters that can check whether to include a file in the response or not.

This is where most of the find functionality occurs. Nearly every option to find is mapped to a FileFilter, which are then chained together inside this class.

Since:
1.1
Version:
$Id: FindingFilter.java 437543 2006-08-28 05:47:51Z bayard $
Author:
Henri Yandell, Martin Kompf

Constructor Summary
FindingFilter(java.util.Map options)
          Constructor.
 
Method Summary
 boolean isDaystartConfigured()
           
 
Methods inherited from class org.apache.commons.io.filefilter.AndFileFilter
accept, accept, addFileFilter, getFileFilters, removeFileFilter, setFileFilters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindingFilter

public FindingFilter(java.util.Map options)
Constructor.

Parameters:
options - the options to use
Method Detail

isDaystartConfigured

public boolean isDaystartConfigured()


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.