public class TypesCodeWriter
extends com.sun.codemodel.CodeWriter
| Constructor and Description |
|---|
TypesCodeWriter(File ftarget,
List<String> excludePkgs,
String e,
OutputStreamCreator outputStreamCreator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<String> |
getExcludeFileList() |
protected File |
getFile(com.sun.codemodel.JPackage pkg,
String fileName) |
List<File> |
getGeneratedFiles() |
OutputStream |
openBinary(com.sun.codemodel.JPackage pkg,
String fileName) |
public TypesCodeWriter(File ftarget, List<String> excludePkgs, String e, OutputStreamCreator outputStreamCreator) throws IOException
IOExceptionpublic OutputStream openBinary(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
openBinary in class com.sun.codemodel.CodeWriterIOExceptionprotected File getFile(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
IOExceptionpublic void close()
throws IOException
close in class com.sun.codemodel.CodeWriterIOExceptionApache CXF