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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.util.csv.CSVFileWriterclose, writeFieldsMethods inherited from class com.logicaldoc.util.csv.CSVFilegetFieldSeparator, getTextQualifier, setFieldSeparator, setTextQualifier
- 
Constructor Details- 
IndexCSV- Throws:
- IOException
- com.logicaldoc.core.PersistenceException
 
- 
IndexCSVpublic IndexCSV(File file, Archive archive) throws IOException, com.logicaldoc.core.PersistenceException - Throws:
- IOException
- com.logicaldoc.core.PersistenceException
 
 
- 
- 
Method Details- 
marshallpublic void marshall()
 
-