net.sourceforge.taverna.publish
Interface FileFilter


public interface FileFilter

This interface is used to filter a list of files by an arbitrary set of criteria. The criteria are applied in the accept method. Last edited by $Author: sowen70 $

Version:
$Revision: 1.2 $
Author:
Mark

Method Summary
 boolean accept(org.apache.commons.vfs.FileObject obj)
          This method determines whether or not a fileobject meets the selection criteria.
 

Method Detail

accept

boolean accept(org.apache.commons.vfs.FileObject obj)
This method determines whether or not a fileobject meets the selection criteria.

Parameters:
obj - The file being tested.
Returns: