Package org.nuxeo.io.fsexporter
Class ExportStructureToFS
- java.lang.Object
-
- org.nuxeo.io.fsexporter.ExportStructureToFS
-
public class ExportStructureToFS extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
customQuery
protected String
FileSystemTarget
static String
ID
protected String
RootPath
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description ExportStructureToFS()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
RootPath
protected String RootPath
-
FileSystemTarget
protected String FileSystemTarget
-
customQuery
protected String customQuery
-
-