Uses of Class
org.apache.webdav.lib.WebdavResource

Packages that use WebdavResource
org.apache.webdav.lib   
 

Uses of WebdavResource in org.apache.webdav.lib
 

Methods in org.apache.webdav.lib that return WebdavResource
protected  WebdavResource WebdavResource.createWebdavResource(org.apache.commons.httpclient.HttpClient client)
          Create a new WebdavResource object (as a seperate method so that it can be overridden by subclasses.
 WebdavResource WebdavResources.getResource(java.lang.String resourceName)
          Get an resource.
 WebdavResource[] WebdavResources.listResources()
          Get an arraay of resources.
 WebdavResource[] WebdavResource.listWebdavResources()
          Get an array of resources denoting the WebDAV child resources in the collection of this resources.
 WebdavResource WebdavResources.removeResource(java.lang.String resourceName)
          Remove the specified resource name.
 

Methods in org.apache.webdav.lib with parameters of type WebdavResource
 void WebdavResources.addResource(java.lang.String resourceName, WebdavResource resource)
          Maps the resource name to its resource.
 void WebdavResources.addResource(WebdavResource resource)
          Add the specified resource.
 int WebdavResource.compareToWebdavResource(WebdavResource another)
          Compare to the WebdavResource object.
 boolean WebdavResources.isThereResource(WebdavResource resource)
          Test if there is a resource.
 

Constructors in org.apache.webdav.lib with parameters of type WebdavResource
WebdavResources(WebdavResource resource)
          This constuctor.
 



Copyright © {inceptionYear}-2006 null. All Rights Reserved.