Interface JClassPrinter

All Known Implementing Classes:
TemplateJClassPrinter, WriterJClassPrinter

public interface JClassPrinter
Interface for printing JClass instances as Java source code to the file system.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    printClass(JClass jClass, String outputDir, String lineSeparator, String header)
    Prints the given JClass instance to the given output directory.
  • Method Details

    • printClass

      void printClass(JClass jClass, String outputDir, String lineSeparator, String header)
      Prints the given JClass instance to the given output directory.
      Parameters:
      jClass - The JClass to print.
      outputDir - The target directory.
      lineSeparator - The line separator to use.
      header - The standard header to print.