Class FilerCodeWriter

java.lang.Object
com.sun.codemodel.CodeWriter
com.sun.tools.ws.wscompile.FilerCodeWriter

public class FilerCodeWriter extends com.sun.codemodel.CodeWriter
Writes all the source files using the specified Filer.
Author:
WS Development Team
  • Constructor Details

  • Method Details

    • openBinary

      public OutputStream openBinary(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
      Specified by:
      openBinary in class com.sun.codemodel.CodeWriter
      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
      Specified by:
      close in class com.sun.codemodel.CodeWriter
      Throws:
      IOException