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
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected BackendFactorystatic final ComponentNameFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WebDavServiceinstance()voidregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) voidsetBackendFactory(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, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
registerContributionin classDefaultComponent
-