org.olat.core.util.servlets
Class WebDAVProviderFactory

java.lang.Object
  extended by org.olat.core.util.servlets.WebDAVProviderFactory

public class WebDAVProviderFactory
extends java.lang.Object


Method Summary
 void addWebdavProvider(WebDAVProvider provider)
          Add a new webdav provider.
static WebDAVProviderFactory getInstance()
           
 VFSItem getMountableRoot(Identity identity)
          Returns a mountable root containing all entries which will be exposed to the webdav mount.
 void setWebdavProviderList(java.util.List webdavProviders)
          Set the list of webdav providers.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final WebDAVProviderFactory getInstance()

getMountableRoot

public VFSItem getMountableRoot(Identity identity)
Returns a mountable root containing all entries which will be exposed to the webdav mount.

Returns:

setWebdavProviderList

public void setWebdavProviderList(java.util.List webdavProviders)
Set the list of webdav providers.

Parameters:
webdavProviders -

addWebdavProvider

public void addWebdavProvider(WebDAVProvider provider)
Add a new webdav provider.

Parameters:
provider -