Module com.sun.tools.xjc
Package com.sun.codemodel.writer
-
Class Summary Class Description FileCodeWriter Writes all the source files under the specified file folder.FilterCodeWriter CodeWriterthat delegates to anotherCodeWriter.LicenseCodeWriter Writes all the source files under the specified file folder and inserts a license file each java source file.OutputStreamCodeWriter Output all source files into a single stream.ProgressCodeWriter Filter CodeWriter that writes a progress message to the specified PrintStream.PrologCodeWriter Writes all the source files under the specified file folder and inserts a file prolog comment in each java source file.SingleStreamCodeWriter Output all source files into a single stream with a little formatting header in front of each file.ZipCodeWriter Writes all the files into a zip file.