| Class | Description |
|---|---|
| FileCodeWriter |
Writes all the source files under the specified file folder.
|
| FilterCodeWriter |
CodeWriter that delegates to another CodeWriter. |
| 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 © 2017 JBoss by Red Hat. All rights reserved.