| Package | Description |
|---|---|
| org.mule.devkit.model.code |
Library for generating Java source code
|
| org.mule.devkit.model.code.writer |
| Modifier and Type | Method and Description |
|---|---|
CodeWriter |
CodeModel.getCodeWriter()
Get code writer
|
| Constructor and Description |
|---|
CodeModel(CodeWriter codeWriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileCodeWriter
Writes all the source files under the specified file folder.
|
class |
FilerCodeWriter |
class |
FilterCodeWriter
CodeWriter that delegates to another CodeWriter. |
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 | Field and Description |
|---|---|
protected CodeWriter |
FilterCodeWriter.core |
| Constructor and Description |
|---|
FilterCodeWriter(CodeWriter core) |
ProgressCodeWriter(CodeWriter output,
PrintStream progress) |
PrologCodeWriter(CodeWriter core,
String prolog) |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.