Uses of Class
org.eclipse.webdav.client.URLTable

Packages that use URLTable
org.eclipse.webdav.client Provides support for the WebDAV protocol. 
 

Uses of URLTable in org.eclipse.webdav.client
 

Methods in org.eclipse.webdav.client that return URLTable
protected  URLTable AbstractResourceHandle.extractPropStats(MultiStatus multiStatus)
          Helper method to extract the property status response from a multi status reponse, and populate a URLTable with the results.
 URLTable AbstractResourceHandle.getProperties(Collection propertyNames, String depth)
          Fetches and returns the specified properties for this resource and its children to the given depth.
 URLTable AbstractResourceHandle.getProperties(String depth)
          Return a URLTable which contains all of this resources properties to the given depth.
 URLTable AbstractResourceHandle.getPropertyNames(String depth)
          Fetch and return the property names for the resource, and the children resources to the specified depth.
 URLTable AbstractResourceHandle.getVersionTree()
          Retrieve the version tree infomration for the receiver, assuming that the receiver is a version or a version-controlled resource.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.