Class SimpleFlatFileUtil
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.SimpleFlatFileUtil
-
public class SimpleFlatFileUtil extends Object
This util class can be used to export a tree (eg entire repository) to a flat file, without index dependency/involvement.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateFlatFileFor(NodeState ns, File f)static voidcreateFlatFileFor(NodeState ns, Writer writer)
-
-
-
Method Detail
-
createFlatFileFor
public static void createFlatFileFor(NodeState ns, File f) throws IOException
- Throws:
IOException
-
createFlatFileFor
public static void createFlatFileFor(NodeState ns, Writer writer) throws IOException
- Throws:
IOException
-
-