Class SimpleFlatFileUtil


  • public class SimpleFlatFileUtil
    extends java.lang.Object
    This util class can be used to export a tree (eg entire repository) to a flat file, without index dependency/involvement.
    • Method Detail

      • createFlatFileFor

        public static void createFlatFileFor​(NodeState ns,
                                             java.io.File f)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • createFlatFileFor

        public static void createFlatFileFor​(NodeState ns,
                                             java.io.Writer writer)
                                      throws java.io.IOException
        Throws:
        java.io.IOException