| Class | Description |
|---|---|
| FileCodeWriter |
Writes all the source files under the specified file folder.
|
| FilterCodeWriter |
AbstractCodeWriter that delegates to another
AbstractCodeWriter. |
| OutputStreamCodeWriter | |
| ProgressCodeWriter |
Filter CodeWriter that writes a progress message to the specified
PrintStream.
|
| PrologCodeWriter |
Writes all the source files under the specified file folder and inserts a
file prolog comment in each java source file.
|
| SingleStreamCodeWriter |
Output all source files into a single stream with a little formatting header
in front of each file.
|
| ZipCodeWriter |
Writes all the files into a zip file.
|
Copyright © 2013–2015 Philip Helger. All rights reserved.