Class DocumentStoreHandlerDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.core.management.storage.DocumentStoreHandlerDescriptor
-
public class DocumentStoreHandlerDescriptor extends Object
For registering a document store handler- Author:
- Stephane Lacoin [aka matic]
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentStoreHandler
handler
protected String
id
-
Constructor Summary
Constructors Constructor Description DocumentStoreHandlerDescriptor()
-
-
-
Field Detail
-
id
protected String id
-
handler
protected DocumentStoreHandler handler
-
-
Method Detail
-
setClass
public void setClass(Class<? extends DocumentStoreHandler> clazz)
-
-