Class JavaSourceWriter

java.lang.Object
java.io.Writer
java.io.PrintWriter
eu.bandm.tools.metajava.JavaSourceWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class JavaSourceWriter extends PrintWriter
  • Constructor Details

    • JavaSourceWriter

      public JavaSourceWriter(File destination)
      ML added comment 20170607:
      Parameters:
      destination - The position of the root of the source file tree to generate.
  • Method Details