Package org.nuxeo.ecm.webdav.service
Class WebDavService
- java.lang.Object
-
- org.nuxeo.runtime.model.DefaultComponent
-
- org.nuxeo.ecm.webdav.service.WebDavService
-
- All Implemented Interfaces:
Adaptable
,Component
,Extensible
,TimestampedService
public class WebDavService extends DefaultComponent
-
-
Field Summary
Fields Modifier and Type Field Description static String
BACKEND_FACTORY_XP
protected BackendFactory
backendFactory
static ComponentName
NAME
-
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
-
Constructor Summary
Constructors Constructor Description WebDavService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendFactory
getBackendFactory()
static WebDavService
instance()
void
registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
void
setBackendFactory(BackendFactory backendFactory)
-
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution, unregisterExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Component
applicationStarted, getApplicationStartedOrder
-
-
-
-
Field Detail
-
NAME
public static final ComponentName NAME
-
BACKEND_FACTORY_XP
public static final String BACKEND_FACTORY_XP
- See Also:
- Constant Field Values
-
backendFactory
protected BackendFactory backendFactory
-
-
Method Detail
-
instance
public static WebDavService instance()
-
getBackendFactory
public BackendFactory getBackendFactory()
-
setBackendFactory
public void setBackendFactory(BackendFactory backendFactory)
-
registerContribution
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
- Overrides:
registerContribution
in classDefaultComponent
-
-