Class Header
- java.lang.Object
-
- org.codehaus.modello.plugin.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
Fields Modifier and Type Field Description private static java.lang.String[]
nonPublicHeader
private static java.lang.String[]
publicHeader
-
Constructor Summary
Constructors Constructor Description Header()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
print(JSourceWriter jsw, boolean printPublic)
Print the specified header to the given Writer.
-
-
-
Method Detail
-
print
protected static void print(JSourceWriter jsw, boolean printPublic)
Print the specified header to the given Writer.
-
-