Class TemplateJClassPrinter

  • All Implemented Interfaces:
    JClassPrinter

    public class TemplateJClassPrinter
    extends java.lang.Object
    implements JClassPrinter
    Prints the given JClass to the filesystem using velocity templates.
    Since:
    1.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TEMPLATE_PACKAGE
      The package that contains the velocity templates.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printClass​(JClass jClass, java.lang.String outputDir, java.lang.String lineSeparator, java.lang.String header)
      Prints the given JClass instance to the given output directory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait