Uses of Interface
org.jboss.net.protocol.URLLister.URLFilter

Packages that use URLLister.URLFilter
org.jboss.net.protocol URL protocol stream helpers. 
org.jboss.net.protocol.file A better implementation of the 'file' protocol. 
org.jboss.net.protocol.http   
 

Uses of URLLister.URLFilter in org.jboss.net.protocol
 

Classes in org.jboss.net.protocol that implement URLLister.URLFilter
static class URLListerBase.URLFilterImpl
          Inner class representing Filter criteria to be applied to the members of the returned Collection
 

Fields in org.jboss.net.protocol declared as URLLister.URLFilter
protected static URLLister.URLFilter URLListerBase.acceptAllFilter
           
 

Methods in org.jboss.net.protocol with parameters of type URLLister.URLFilter
 Collection URLLister.listMembers(URL baseUrl, URLLister.URLFilter filter)
          List the members of the given collection that are accepted by the filter
 Collection URLLister.listMembers(URL baseUrl, URLLister.URLFilter filter, boolean scanNonDottedSubDirs)
          List the members of the given collection that are accepted by the filter
 

Uses of URLLister.URLFilter in org.jboss.net.protocol.file
 

Methods in org.jboss.net.protocol.file with parameters of type URLLister.URLFilter
 Collection FileURLLister.listMembers(URL baseUrl, URLLister.URLFilter filter)
           
 Collection FileURLLister.listMembers(URL baseUrl, URLLister.URLFilter filter, boolean scanNonDottedSubDirs)
           
 

Uses of URLLister.URLFilter in org.jboss.net.protocol.http
 

Methods in org.jboss.net.protocol.http with parameters of type URLLister.URLFilter
 Collection DavURLLister.listMembers(URL baseUrl, URLLister.URLFilter filter)
           
 Collection DavURLLister.listMembers(URL baseUrl, URLLister.URLFilter filter, boolean scanNonDottedSubDirs)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.