Uses of Interface
org.crosswire.common.util.URIFilter

Packages that use URIFilter
org.crosswire.common.util A collection of various generic utility classes. 
org.crosswire.jsword.book.readings An implementation of BookDriver and Dictionary that read provide access to readings planners. 
 

Uses of URIFilter in org.crosswire.common.util
 

Classes in org.crosswire.common.util that implement URIFilter
 class DefaultURIFilter
          An URIFilter that accepts all names.
static class NetUtil.IsDirectoryURIFilter
          Check that the directories in the version directory really represent versions.
 

Fields in org.crosswire.common.util declared as URIFilter
private  URIFilter NetUtil.URIFilterFilenameFilter.filter
           
 

Methods in org.crosswire.common.util with parameters of type URIFilter
static String[] NetUtil.list(URI uri, URIFilter filter)
          List the items available assuming that this URI points to a directory.
static String[] NetUtil.listByFile(URI uri, URIFilter filter)
          List all the files specified by the index file passed in.
static String[] NetUtil.listByIndexFile(URI index, URIFilter filter)
          List all the files specified by the index file passed in.
 

Constructors in org.crosswire.common.util with parameters of type URIFilter
NetUtil.URIFilterFilenameFilter(URIFilter filter)
          Simple ctor
 

Uses of URIFilter in org.crosswire.jsword.book.readings
 

Classes in org.crosswire.jsword.book.readings that implement URIFilter
(package private) static class ReadingsBookDriver.ReadingsFilter
          Get all files mentioned by readings.txt
 


Copyright ยจ 2003-2015