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