Interface FileGenerator

    • Method Detail

      • generate

        void generate​(Appendable out,
                      int indent)
               throws IOException
        Generates the file contents to the given Appendable.
        Parameters:
        indent - The initial indentation level to start with.
        Throws:
        IOException