Uses of Class
com.sun.codemodel.CodeWriter

Packages that use CodeWriter
com.sun.codemodel Library for generating Java source code 
com.sun.codemodel.writer   
com.sun.tools.ws.wscompile   
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.api.util Utility code shared between JAXB and JAX-WS 
 

Uses of CodeWriter in com.sun.codemodel
 

Methods in com.sun.codemodel with parameters of type CodeWriter
 void JCodeModel.build(CodeWriter out)
          A convenience method for build(out,out).
 void JCodeModel.build(CodeWriter source, CodeWriter resource)
          Generates Java source code.
 

Uses of CodeWriter in com.sun.codemodel.writer
 

Subclasses of CodeWriter in com.sun.codemodel.writer
 class FileCodeWriter
          Writes all the source files under the specified file folder.
 class FilterCodeWriter
          CodeWriter that delegates to another CodeWriter.
 class OutputStreamCodeWriter
           
 class ProgressCodeWriter
          Filter CodeWriter that writes a progress message to the specified PrintStream.
 class PrologCodeWriter
          Writes all the source files under the specified file folder and inserts a file prolog comment in each java source file.
 class SingleStreamCodeWriter
          Output all source files into a single stream with a little formatting header in front of each file.
 class ZipCodeWriter
          Writes all the files into a zip file.
 

Fields in com.sun.codemodel.writer declared as CodeWriter
protected  CodeWriter FilterCodeWriter.core
           
 

Constructors in com.sun.codemodel.writer with parameters of type CodeWriter
FilterCodeWriter(CodeWriter core)
           
ProgressCodeWriter(CodeWriter output, PrintStream progress)
           
PrologCodeWriter(CodeWriter core, String prolog)
           
 

Uses of CodeWriter in com.sun.tools.ws.wscompile
 

Subclasses of CodeWriter in com.sun.tools.ws.wscompile
 class WSCodeWriter
          FileCodeWriter implementation that notifies JAX-WS about newly created files.
 

Uses of CodeWriter in com.sun.tools.xjc
 

Methods in com.sun.tools.xjc that return CodeWriter
 CodeWriter Options.createCodeWriter()
          Creates a configured CodeWriter that produces files into the specified directory.
 CodeWriter Options.createCodeWriter(CodeWriter core)
          Creates a configured CodeWriter that produces files into the specified directory.
 

Methods in com.sun.tools.xjc with parameters of type CodeWriter
 CodeWriter Options.createCodeWriter(CodeWriter core)
          Creates a configured CodeWriter that produces files into the specified directory.
 

Uses of CodeWriter in com.sun.tools.xjc.api.util
 

Subclasses of CodeWriter in com.sun.tools.xjc.api.util
 class FilerCodeWriter
          CodeWriter that generates source code to Filer.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.