org.crosswire.common.util
Interface URLFilter

All Known Implementing Classes:
ConfigurableSwingConverter.XSLTFilter, NetUtil.IsDirectoryURLFilter

public interface URLFilter

This is the URL 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-2005