Class WSCodeWriter

java.lang.Object
com.sun.codemodel.CodeWriter
com.sun.codemodel.writer.FileCodeWriter
com.sun.tools.ws.wscompile.WSCodeWriter

public class WSCodeWriter extends com.sun.codemodel.writer.FileCodeWriter
FileCodeWriter implementation that notifies JAX-WS about newly created files.
Author:
Kohsuke Kawaguchi ([email protected])
  • Field Summary

    Fields inherited from class com.sun.codemodel.CodeWriter

    encoding
  • Constructor Summary

    Constructors
    Constructor
    Description
    WSCodeWriter(File outDir, Options options)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected File
    getFile(com.sun.codemodel.JPackage pkg, String fileName)
     

    Methods inherited from class com.sun.codemodel.writer.FileCodeWriter

    close, openBinary

    Methods inherited from class com.sun.codemodel.CodeWriter

    openSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getFile

      protected File getFile(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
      Overrides:
      getFile in class com.sun.codemodel.writer.FileCodeWriter
      Throws:
      IOException