org.olat.group
Class GroupfoldersWebDAVProvider

java.lang.Object
  extended by org.olat.group.GroupfoldersWebDAVProvider
All Implemented Interfaces:
WebDAVProvider

public class GroupfoldersWebDAVProvider
extends java.lang.Object
implements WebDAVProvider

Description:


Constructor Summary
GroupfoldersWebDAVProvider()
           
 
Method Summary
 VFSContainer getContainer(Identity identity)
          Return the container which's content will be mounted under the name as provided by getMountPoint.
 java.lang.String getMountPoint()
          Get a name under which this provider would like to list its container as at the root level of the WebDAV mount point
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupfoldersWebDAVProvider

public GroupfoldersWebDAVProvider()
Method Detail

getMountPoint

public java.lang.String getMountPoint()
Description copied from interface: WebDAVProvider
Get a name under which this provider would like to list its container as at the root level of the WebDAV mount point

Specified by:
getMountPoint in interface WebDAVProvider

getContainer

public VFSContainer getContainer(Identity identity)
Description copied from interface: WebDAVProvider
Return the container which's content will be mounted under the name as provided by getMountPoint.

Specified by:
getContainer in interface WebDAVProvider
Returns: