Package com.sun.tools.ws.wscompile
Class FilerCodeWriter
java.lang.Object
com.sun.codemodel.CodeWriter
com.sun.tools.ws.wscompile.FilerCodeWriter
public class FilerCodeWriter
extends com.sun.codemodel.CodeWriter
Writes all the source files using the specified Filer.
- Author:
- WS Development Team
-
Field Summary
Fields inherited from class com.sun.codemodel.CodeWriter
encoding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()openBinary(com.sun.codemodel.JPackage pkg, String fileName) openSource(com.sun.codemodel.JPackage pkg, String fileName)
-
Constructor Details
-
FilerCodeWriter
- Throws:
IOException
-
-
Method Details
-
openBinary
- Specified by:
openBinaryin classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
openSource
- Overrides:
openSourcein classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
close
- Specified by:
closein classcom.sun.codemodel.CodeWriter- Throws:
IOException
-