Uses of Class
org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
-
Packages that use OutletWithoutMergepoints Package Description org.apache.torque.generator.outlet.java This package defines java outlets and provides some implementations. -
-
Uses of OutletWithoutMergepoints in org.apache.torque.generator.outlet.java
Subclasses of OutletWithoutMergepoints in org.apache.torque.generator.outlet.java Modifier and Type Class Description class
CamelbackOutlet
Transform a String to its camelback version.class
ConstantNameOutlet
Creates the name of a constant from a string.class
NewlineOutlet
Creates new lines (\n or \r\n).class
OptionOutlet
Writes an option to the output.class
PackageToPathOutlet
Takes a package as input and generates a path from it.class
StringInputOutlet
A base class for a outlet which takes a String as input (not a Source Element as a normal outlet would).class
XmlOutlet
Outputs the source tree as XML.
-