Class FilerCodeWriter


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

      • 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