Package org.nuxeo.io.fsexporter
Interface FSExporterService
-
- All Known Implementing Classes:
FSExporter
public interface FSExporterService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
export(CoreSession session, String rootPath, String fsPath, String PageProvider)
void
exportXML(CoreSession session, String rootName, String fileSystemTarget)
-
-
-
Method Detail
-
export
void export(CoreSession session, String rootPath, String fsPath, String PageProvider) throws IOException
- Throws:
IOException
-
exportXML
void exportXML(CoreSession session, String rootName, String fileSystemTarget)
-
-