Class CSVFileGenerator


  • public class CSVFileGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CSVFileGenerator​(java.io.File outFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate​(org.apache.jackrabbit.guava.common.collect.FluentIterable<org.apache.jackrabbit.oak.plugins.tika.BinaryResource> binaries)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSVFileGenerator

        public CSVFileGenerator​(java.io.File outFile)
    • Method Detail

      • generate

        public void generate​(org.apache.jackrabbit.guava.common.collect.FluentIterable<org.apache.jackrabbit.oak.plugins.tika.BinaryResource> binaries)
                      throws java.io.IOException
        Throws:
        java.io.IOException