Uses of Class
com.sun.codemodel.CodeWriter
Packages that use CodeWriter
Package
Description
Library for generating Java source code
Schema to Java compiler
-
Uses of CodeWriter in com.sun.codemodel
Methods in com.sun.codemodel with parameters of type CodeWriterModifier and TypeMethodDescriptionvoidJCodeModel.build(CodeWriter out) A convenience method forbuild(out,out).voidJCodeModel.build(CodeWriter source, CodeWriter resource) Generates Java source code. -
Uses of CodeWriter in com.sun.codemodel.writer
Subclasses of CodeWriter in com.sun.codemodel.writerModifier and TypeClassDescriptionclassWrites all the source files under the specified file folder.classCodeWriterthat delegates to anotherCodeWriter.classclassFilter CodeWriter that writes a progress message to the specified PrintStream.classWrites all the source files under the specified file folder and inserts a file prolog comment in each java source file.classOutput all source files into a single stream with a little formatting header in front of each file.classWrites all the files into a zip file.Fields in com.sun.codemodel.writer declared as CodeWriterConstructors in com.sun.codemodel.writer with parameters of type CodeWriterModifierConstructorDescriptionFilterCodeWriter(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.wscompileModifier and TypeClassDescriptionclassWrites all the source files using the specified Filer.classFileCodeWriterimplementation that notifies JAX-WS about newly created files. -
Uses of CodeWriter in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return CodeWriterModifier and TypeMethodDescriptionOptions.createCodeWriter()Creates a configured CodeWriter that produces files into the specified directory.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 CodeWriterModifier and TypeMethodDescriptionOptions.createCodeWriter(CodeWriter core) Creates a configured CodeWriter that produces files into the specified directory.