org.crosswire.common.util
Class NetUtil.IsDirectoryURIFilter
java.lang.Object
org.crosswire.common.util.NetUtil.IsDirectoryURIFilter
- All Implemented Interfaces:
- URIFilter
- Enclosing class:
- NetUtil
public static class NetUtil.IsDirectoryURIFilter
- extends Object
- implements URIFilter
Check that the directories in the version directory really represent
versions.
Method Summary |
boolean |
accept(String name)
Tests if a specified file should be included in a file list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
private URI parent
NetUtil.IsDirectoryURIFilter
public NetUtil.IsDirectoryURIFilter(URI parent)
- Simple ctor
- Parameters:
parent
- the parent directory
accept
public boolean accept(String name)
- Description copied from interface:
URIFilter
- Tests if a specified file should be included in a file list.
- Specified by:
accept
in interface URIFilter
- Parameters:
name
- the name of the file.
- Returns:
true
if and only if the name should be included in
the file list; false
otherwise.