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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected BackendFactory
static final ComponentName
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
getApplicationStartedOrder
-
Field Details
-
NAME
-
BACKEND_FACTORY_XP
- See Also:
-
backendFactory
-
-
Constructor Details
-
WebDavService
public WebDavService()
-
-
Method Details
-
instance
-
getBackendFactory
-
setBackendFactory
-
registerContribution
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) - Overrides:
registerContribution
in classDefaultComponent
-