Package com.sun.tools.ws.wscompile
Class WSCodeWriter
- java.lang.Object
-
- com.sun.codemodel.CodeWriter
-
- com.sun.codemodel.writer.FileCodeWriter
-
- com.sun.tools.ws.wscompile.WSCodeWriter
-
public class WSCodeWriter extends FileCodeWriter
FileCodeWriterimplementation that notifies JAX-WS about newly created files.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Field Summary
-
Fields inherited from class com.sun.codemodel.CodeWriter
encoding
-
-
Constructor Summary
Constructors Constructor Description WSCodeWriter(File outDir, Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FilegetFile(JPackage pkg, String fileName)-
Methods inherited from class com.sun.codemodel.writer.FileCodeWriter
close, openBinary
-
Methods inherited from class com.sun.codemodel.CodeWriter
openSource
-
-
-
-
Constructor Detail
-
WSCodeWriter
public WSCodeWriter(File outDir, Options options) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getFile
protected File getFile(JPackage pkg, String fileName) throws IOException
- Overrides:
getFilein classFileCodeWriter- Throws:
IOException
-
-