当前页面: 
在线文档首页 > 
JBoss 3.2.7 common API Documentation 英文版文档
DavURLLister (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档
org.jboss.net.protocol.http
Class DavURLLister
java.lang.Object
   org.jboss.net.protocol.URLListerBase
org.jboss.net.protocol.URLListerBase
       org.jboss.net.protocol.http.DavURLLister
org.jboss.net.protocol.http.DavURLLister
- All Implemented Interfaces: 
- URLLister
- public class DavURLLister- extends URLListerBase
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DavURLLister
public DavURLLister()
listMembers
public Collection listMembers(URL baseUrl,
                              URLLister.URLFilter filter)
                       throws IOException
- Description copied from interface: URLLister
- List the members of the given collection that are accepted by the filter
 
- 
- Parameters:
- baseUrl- the URL to list; must end in "/"
- filter- a filter that is called to determine if a member should
               be returned
- Returns:
- a Collection of URLs that match
- Throws:
- IOException- if there was a problem getting the list
 
listMembers
public Collection listMembers(URL baseUrl,
                              URLLister.URLFilter filter,
                              boolean scanNonDottedSubDirs)
                       throws IOException
- Description copied from interface: URLLister
- List the members of the given collection that are accepted by the filter
 
- 
- Parameters:
- baseUrl- the URL to list; must end in "/"
- filter- a filter that is called to determine if a member should
               be returned
- scanNonDottedSubDirs- enables recursive search for directories containing no dots
- Returns:
- a Collection of URLs that match
- Throws:
- IOException- if there was a problem getting the list
 
getFilePartFromUrl
protected static final String getFilePartFromUrl(URL source)
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.