com.sun.tools.ws.wscompile
Class FilerCodeWriter
java.lang.Object
com.sun.codemodel.CodeWriter
com.sun.codemodel.writer.FileCodeWriter
com.sun.tools.ws.wscompile.WSCodeWriter
com.sun.tools.ws.wscompile.FilerCodeWriter
public class FilerCodeWriter
- extends WSCodeWriter
Writes all the source files using the specified Filer.
Methods inherited from class com.sun.codemodel.writer.FileCodeWriter |
openBinary |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilerCodeWriter
public FilerCodeWriter(File outDir,
WsgenOptions options)
throws IOException
- Throws:
IOException
openSource
public Writer openSource(com.sun.codemodel.JPackage pkg,
String fileName)
throws IOException
- Overrides:
openSource
in class com.sun.codemodel.CodeWriter
- Throws:
IOException
close
public void close()
throws IOException
- Overrides:
close
in class com.sun.codemodel.writer.FileCodeWriter
- Throws:
IOException