Package org.nuxeo.ecm.core.io
Interface DocumentWriterFactory
-
public interface DocumentWriterFactory
Interface for a factory that will provide a custom DocumentWriter implementation. The params are used by specific factories to properly instantiate the custom DocumentWriter.- Author:
- Dragos Mihalache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentWriter
createDocWriter(Map<String,Object> params)
-
-
-
Method Detail
-
createDocWriter
DocumentWriter createDocWriter(Map<String,Object> params)
-
-