public class FilterCodeWriter extends CodeWriter
CodeWriter that delegates to another CodeWriter.| Modifier and Type | Field and Description |
|---|---|
protected CodeWriter |
core |
| Constructor and Description |
|---|
FilterCodeWriter(CodeWriter core) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called by CodeModel at the end of the process.
|
OutputStream |
openBinary(GeneratedPackage pkg,
String fileName)
Called by CodeModel to store the specified file.
|
Writer |
openSource(GeneratedPackage pkg,
String fileName)
Called by CodeModel to store the specified file.
|
protected CodeWriter core
public FilterCodeWriter(CodeWriter core)
public OutputStream openBinary(GeneratedPackage pkg, String fileName) throws IOException
CodeWriteropenBinary in class CodeWriterpkg - The package of the file to be written.fileName - File name without the path. Something like
"Foo.java" or "Bar.properties"IOExceptionpublic Writer openSource(GeneratedPackage pkg, String fileName) throws IOException
CodeWriteropenSource in class CodeWriterpkg - The package of the file to be written.fileName - File name without the path. Something like
"Foo.java" or "Bar.properties"IOExceptionpublic void close()
throws IOException
CodeWriterclose in class CodeWriterIOExceptionCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.