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

Packages that use URLFilter
org.crosswire.bibledesktop.util This package contains various swing utility classes. 
org.crosswire.common.util A collection of various generic utility classes. 
 

Uses of URLFilter in org.crosswire.bibledesktop.util
 

Classes in org.crosswire.bibledesktop.util that implement URLFilter
private static class ConfigurableSwingConverter.XSLTFilter
           
 

Uses of URLFilter in org.crosswire.common.util
 

Classes in org.crosswire.common.util that implement URLFilter
static class NetUtil.IsDirectoryURLFilter
          Check that the directories in the version directory really represent versions.
 

Fields in org.crosswire.common.util declared as URLFilter
private  URLFilter NetUtil.URLFilterFilenameFilter.filter
           
 

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

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


Copyright ยจ 2003-2005