Package org.nuxeo.io.fsexporter
Class CustomExporterPlugin
- java.lang.Object
-
- org.nuxeo.io.fsexporter.DefaultExporterPlugin
-
- org.nuxeo.io.fsexporter.CustomExporterPlugin
-
- All Implemented Interfaces:
FSExporterPlugin
public class CustomExporterPlugin extends DefaultExporterPlugin
-
-
Constructor Summary
Constructors Constructor Description CustomExporterPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
exportFileInXML(CoreSession session, DocumentModel docfrom, String pathtoexport)
File
serialize(CoreSession session, DocumentModel docfrom, String fsPath)
-
Methods inherited from class org.nuxeo.io.fsexporter.DefaultExporterPlugin
getChildren, getFileName
-
-
-
-
Method Detail
-
serialize
public File serialize(CoreSession session, DocumentModel docfrom, String fsPath) throws IOException
- Specified by:
serialize
in interfaceFSExporterPlugin
- Overrides:
serialize
in classDefaultExporterPlugin
- Throws:
IOException
-
exportFileInXML
protected void exportFileInXML(CoreSession session, DocumentModel docfrom, String pathtoexport) throws IOException
- Throws:
IOException
-
-