public interface ClassGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
writeClassBegin(PrettyWriter out,
String className,
String superclassName,
ComponentBean component,
SourceTemplate template) |
void |
writeClassEnd(PrettyWriter out) |
void |
writeConstructor(PrettyWriter out,
ComponentBean component,
int modifiers) |
void |
writeImports(PrettyWriter out,
SourceTemplate template,
String packageName,
String fullSuperclassName,
String superclassName,
Collection components) |
void |
writeImports(PrettyWriter out,
SourceTemplate template,
String packageName,
String fullSuperclassName,
String superclassName,
ComponentBean component) |
void writeImports(PrettyWriter out, SourceTemplate template, String packageName, String fullSuperclassName, String superclassName, ComponentBean component)
void writeImports(PrettyWriter out, SourceTemplate template, String packageName, String fullSuperclassName, String superclassName, Collection components)
void writeClassBegin(PrettyWriter out, String className, String superclassName, ComponentBean component, SourceTemplate template)
void writeConstructor(PrettyWriter out, ComponentBean component, int modifiers) throws IOException
IOExceptionvoid writeClassEnd(PrettyWriter out)
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.