Uses of Class
org.jboss.jdeparser.CodeWriter
Packages that use CodeWriter
-
Uses of CodeWriter in org.jboss.jdeparser
Methods in org.jboss.jdeparser with parameters of type CodeWriterModifier and TypeMethodDescriptionvoidJDeparser.build(CodeWriter out) A convenience method forbuild(out,out).voidJDeparser.build(CodeWriter source, CodeWriter resource) Generates Java source code.(package private) voidJPackage.build(CodeWriter src, CodeWriter res) private JFormatterJPackage.createJavaSourceFileWriter(CodeWriter src, String className) -
Uses of CodeWriter in org.jboss.jdeparser.writer
Subclasses of CodeWriter in org.jboss.jdeparser.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 org.jboss.jdeparser.writer declared as CodeWriterConstructors in org.jboss.jdeparser.writer with parameters of type CodeWriterModifierConstructorDescriptionFilterCodeWriter(CodeWriter core) ProgressCodeWriter(CodeWriter output, PrintStream progress) PrologCodeWriter(CodeWriter core, String prolog)