- java.lang.Object
-
- com.sun.codemodel.CodeWriter
-
- com.sun.tools.ws.wscompile.FilerCodeWriter
-
public class FilerCodeWriter extends com.sun.codemodel.CodeWriterWrites all the source files using the specified Filer.- Author:
- WS Development Team
-
-
Constructor Summary
Constructors Constructor Description FilerCodeWriter(Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()OutputStreamopenBinary(com.sun.codemodel.JPackage pkg, String fileName)WriteropenSource(com.sun.codemodel.JPackage pkg, String fileName)
-
-
-
Constructor Detail
-
FilerCodeWriter
public FilerCodeWriter(Options options) 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
-
openSource
public Writer openSource(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
- Overrides:
openSourcein classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
-