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 Link icon

    Constructors
    Constructor
    Description
    IndexCSV(File file)
     
    IndexCSV(File file, Archive archive)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.logicaldoc.util.csv.CSVFileWriter Link icon

    close, writeFields

    Methods inherited from class com.logicaldoc.util.csv.CSVFile Link icon

    getFieldSeparator, getTextQualifier, setFieldSeparator, setTextQualifier

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • IndexCSV Link icon

      public IndexCSV(File file) throws IOException, com.logicaldoc.core.PersistenceException
      Throws:
      IOException
      com.logicaldoc.core.PersistenceException
    • IndexCSV Link icon

      public IndexCSV(File file, Archive archive) throws IOException, com.logicaldoc.core.PersistenceException
      Throws:
      IOException
      com.logicaldoc.core.PersistenceException
  • Method Details Link icon

    • marshall Link icon

      public void marshall()