Package org.nuxeo.ecm.webdav.backend
Interface RealBackendFactory
-
- All Known Implementing Classes:
SimpleRealBackendFactory
public interface RealBackendFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Backend
createBackend(String backendDisplayName, String rootPath, String rootUrl, CoreSession session)
-
-
-
Method Detail
-
createBackend
Backend createBackend(String backendDisplayName, String rootPath, String rootUrl, CoreSession session)
-
-