Nuxeo Enterprise Platform 5.4

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
 DocumentWriter createDocWriter(java.util.Map<java.lang.String,java.lang.Object> params)
           
 

Method Detail

createDocWriter

DocumentWriter createDocWriter(java.util.Map<java.lang.String,java.lang.Object> params)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.