| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| com.helger.jcodemodel.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
JCodeModel.build(AbstractCodeWriter out)
A convenience method for
build(out,out). |
void |
JCodeModel.build(AbstractCodeWriter source,
AbstractCodeWriter resource)
Generates Java source code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileCodeWriter
Writes all the source files under the specified file folder.
|
class |
FilterCodeWriter
AbstractCodeWriter that delegates to another
AbstractCodeWriter. |
class |
OutputStreamCodeWriter |
class |
ProgressCodeWriter
Filter CodeWriter that writes a progress message to the specified
PrintStream.
|
class |
PrologCodeWriter
Writes all the source files under the specified file folder and inserts a
file prolog comment in each java source file.
|
class |
SingleStreamCodeWriter
Output all source files into a single stream with a little formatting header
in front of each file.
|
class |
ZipCodeWriter
Writes all the files into a zip file.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractCodeWriter |
FilterCodeWriter.core() |
| Constructor and Description |
|---|
FilterCodeWriter(AbstractCodeWriter aCore) |
ProgressCodeWriter(AbstractCodeWriter output,
PrintStream progress) |
PrologCodeWriter(AbstractCodeWriter aCore,
String prolog) |
Copyright © 2013–2015 Philip Helger. All rights reserved.