Uses of Class
org.guvnor.tools.utils.webdav.ResourceProperties

Packages that use ResourceProperties
org.guvnor.tools.utils.webdav   
org.guvnor.tools.views.model   
 

Uses of ResourceProperties in org.guvnor.tools.utils.webdav
 

Methods in org.guvnor.tools.utils.webdav that return ResourceProperties
 ResourceProperties WebDavClient.queryProperties(String resource)
           
 ResourceProperties IWebDavClient.queryProperties(String resource)
          Queries the server for properties of a given resource.
 

Methods in org.guvnor.tools.utils.webdav that return types with arguments of type ResourceProperties
 Map<String,ResourceProperties> WebDavClient.listDirectory(String path)
           
 Map<String,ResourceProperties> IWebDavClient.listDirectory(String path)
          Lists a directory (collection) in Guvnor through WebDav.
static Map<String,ResourceProperties> StreamProcessingUtils.parseListing(String base, InputStream is)
           
 

Uses of ResourceProperties in org.guvnor.tools.views.model
 

Methods in org.guvnor.tools.views.model that return ResourceProperties
 ResourceProperties TreeObject.getResourceProps()
           
 

Methods in org.guvnor.tools.views.model with parameters of type ResourceProperties
 void TreeObject.setResourceProps(ResourceProperties props)
           
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.