Package com.logicaldoc.impex
Class IndexCSV
java.lang.Object
com.logicaldoc.util.csv.CSVFile
com.logicaldoc.util.csv.CSVFileWriter
com.logicaldoc.impex.IndexCSV
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class IndexCSV
extends com.logicaldoc.util.csv.CSVFileWriter
An import index file that uses the CSV format instead of the XML
- Since:
- 8.4
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Methods inherited from class com.logicaldoc.util.csv.CSVFileWriter
close, writeFields
Methods inherited from class com.logicaldoc.util.csv.CSVFile
getFieldSeparator, getTextQualifier, setFieldSeparator, setTextQualifier
-
Constructor Details
-
IndexCSV
- Throws:
IOException
com.logicaldoc.core.PersistenceException
-
IndexCSV
public IndexCSV(File file, Archive archive) throws IOException, com.logicaldoc.core.PersistenceException - Throws:
IOException
com.logicaldoc.core.PersistenceException
-
-
Method Details
-
marshall
public void marshall()
-