Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » protocol » [javadoc | source]
org.jboss.net.protocol
abstract public class: URLListerBase [javadoc | source]
java.lang.Object
   org.jboss.net.protocol.URLListerBase

All Implemented Interfaces:
    URLLister

Direct Known Subclasses:
    FileURLLister, DavURLLister

Support class for URLLister's providing protocol independent functionality.
Nested Class Summary:
public static class  URLListerBase.URLFilterImpl  Inner class representing Filter criteria to be applied to the members of the returned Collection 
Field Summary
protected static final  URLFilter acceptAllFilter     
Method from org.jboss.net.protocol.URLListerBase Summary:
listMembers,   listMembers
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.protocol.URLListerBase Detail:
 public Collection listMembers(URL baseUrl,
    String patterns) throws IOException 
 public Collection listMembers(URL baseUrl,
    String patterns,
    boolean scanNonDottedSubDirs) throws IOException