java.lang.Object
org.codehaus.modello.plugin.java.javasource.Header

class Header extends Object
Print the headers delineating the public and non-public elements of the compilation unit.
  • Field Details

    • publicHeader

      private static String[] publicHeader
    • nonPublicHeader

      private static String[] nonPublicHeader
  • Constructor Details

    • Header

      Header()
  • Method Details

    • print

      protected static void print(JSourceWriter jsw, boolean printPublic)
      Print the specified header to the given Writer.