org.crosswire.common.util
Interface URIFilter

All Known Implementing Classes:
ConfigurableSwingConverter.XSLTFilter, DefaultURIFilter, NetUtil.IsDirectoryURIFilter, ReadingsBookDriver.ReadingsFilter

public interface URIFilter

This is the URI equivalent of FilenameFilter in the java.io package.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.
, FilenameFilter

Method Summary
 boolean accept(String name)
          Tests if a specified file should be included in a file list.
 

Method Detail

accept

boolean accept(String name)
Tests if a specified file should be included in a file list.

Parameters:
name - the name of the file.
Returns:
true if and only if the name should be included in the file list; false otherwise.

Copyright ยจ 2003-2007