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
- Direct Known Subclasses:
- FilerCodeWriter
public class WSCodeWriter
- extends FileCodeWriter
FileCodeWriter implementation that notifies
JAX-WS about newly created files.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSCodeWriter
public WSCodeWriter(File outDir,
Options options)
throws IOException
- Throws:
IOException
getFile
protected File getFile(JPackage pkg,
String fileName)
throws IOException
- Overrides:
getFile in class FileCodeWriter
- Throws:
IOException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.