Class TypesCodeWriter
- java.lang.Object
-
- com.sun.codemodel.CodeWriter
-
- org.apache.cxf.tools.wsdlto.databinding.jaxb.TypesCodeWriter
-
public class TypesCodeWriter extends com.sun.codemodel.CodeWriter
-
-
Constructor Summary
Constructors Constructor Description TypesCodeWriter(File ftarget, List<String> excludePkgs, String e, OutputStreamCreator outputStreamCreator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()List<String>getExcludeFileList()protected FilegetFile(com.sun.codemodel.JPackage pkg, String fileName)List<File>getGeneratedFiles()OutputStreamopenBinary(com.sun.codemodel.JPackage pkg, String fileName)
-
-
-
Constructor Detail
-
TypesCodeWriter
public TypesCodeWriter(File ftarget, List<String> excludePkgs, String e, OutputStreamCreator outputStreamCreator) throws IOException
- Throws:
IOException
-
-
Method Detail
-
openBinary
public OutputStream openBinary(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
- Specified by:
openBinaryin classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
getFile
protected File getFile(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
-