org.codehaus.modello.generator.java.javasource
Class Header

java.lang.Object
  extended byorg.codehaus.modello.generator.java.javasource.Header

class Header
extends java.lang.Object

Print the headers delineating the public and non-public elements of the compilation unit.


Field Summary
private static java.lang.String[] nonPublicHeader
           
private static java.lang.String[] publicHeader
           
 
Constructor Summary
(package private) Header()
           
 
Method Summary
protected static void print(JSourceWriter jsw, boolean printPublic)
          Print the specified header to the given Writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

publicHeader

private static java.lang.String[] publicHeader

nonPublicHeader

private static java.lang.String[] nonPublicHeader
Constructor Detail

Header

Header()
Method Detail

print

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