Class CSVFileGenerator
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.tika.CSVFileGenerator
-
public class CSVFileGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description CSVFileGenerator(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)
-
-
-
Constructor Detail
-
CSVFileGenerator
public CSVFileGenerator(File outFile)
-
-
Method Detail
-
generate
public void generate(org.apache.jackrabbit.guava.common.collect.FluentIterable<org.apache.jackrabbit.oak.plugins.tika.BinaryResource> binaries) throws IOException
- Throws:
IOException
-
-