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.CSVFileWriterAn import index file that uses the CSV format instead of the XML- Since:
 - 8.4
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshall() 
 - 
 
- 
- 
Constructor Detail
- 
IndexCSV
public IndexCSV(File file) throws IOException
- Throws:
 IOException
 
- 
IndexCSV
public IndexCSV(File file, Archive archive) throws IOException
- Throws:
 IOException
 
 - 
 
 -