Uses of Class
org.codehaus.modello.plugin.java.javasource.JSourceWriter
Packages that use JSourceWriter
-
Uses of JSourceWriter in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that return JSourceWriterModifier and TypeMethodDescriptionprotected JSourceWriterAbstractJavaModelloGenerator.newJSourceWriter(String packageName, String className) Create a new java source file writer, with configured encoding. -
Uses of JSourceWriter in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JSourceWriterModifier and TypeMethodDescriptionvoidJAnnotations.print(JSourceWriter jsw) prints this Annotations using the given JSourceWritervoidJClass.print(JSourceWriter jsw) Prints the source code for this JClass to the given JSourceWritervoidJClass.print(JSourceWriter jsw, boolean classOnly) Prints the source code for this JClass to the given JSourceWritervoidJComment.print(JSourceWriter jsw) prints this JComment using the given JSourceWritervoidJCompUnit.print(JSourceWriter jsw) Prints the source code for this JClass.voidJConstructor.print(JSourceWriter jsw) voidJDocComment.print(JSourceWriter jsw) prints this JavaDoc comment using the given JSourceWritervoidJInterface.print(JSourceWriter jsw) Prints the source code for this JInterface to the given JSourceWritervoidJInterface.print(JSourceWriter jsw, boolean classOnly) Prints the source code for this JInterface to the given JSourceWritervoidJMethod.print(JSourceWriter jsw) Prints this JMethod to the given JSourceWriter.voidJMethodSignature.print(JSourceWriter jsw) Prints the method signature.voidJMethodSignature.print(JSourceWriter jsw, boolean printJavaDoc) Prints the method signature.voidJSourceCode.print(JSourceWriter jsw) Prints this JSourceCode to the given JSourceWriterabstract voidJStructure.print(JSourceWriter jsw) Prints the source code for this JStructure to the given JSourceWriter.voidJStructure.printHeader(JSourceWriter jsw) A utility method that prints the header to the given JSourceWritervoidJStructure.printImportDeclarations(JSourceWriter jsw) A utility method that prints the imports to the given JSourceWriterprotected static voidJStructure.printlnWithPrefix(String prefix, String source, JSourceWriter jsw) Prints the given source string to the JSourceWriter using the given prefix at the beginning of each new line.voidJStructure.printPackageDeclaration(JSourceWriter jsw) A utility method that prints the packageDeclaration to the given JSourceWriterfinal voidJCompUnit.printStructures(JSourceWriter jsw, boolean printPublic) Print the source code for the contained JClass objects.