Uses of Class
org.apache.torque.generator.outlet.OutletImpl
Packages that use OutletImpl
Package
Description
This package defines and implements copy outlets.
This package defines java outlets and provides some implementations.
This package contains the handling of template-based outlets
in the Torque generator.
This package contains the handling of groovy outlets in the
Torque generator.
This package contains the handling of velocity outlets in the
Torque generator.
-
Uses of OutletImpl in org.apache.torque.generator.outlet.copy
Subclasses of OutletImpl in org.apache.torque.generator.outlet.copyModifier and TypeClassDescriptionclassA Outlet which copies a given resource unchanged. -
Uses of OutletImpl in org.apache.torque.generator.outlet.java
Subclasses of OutletImpl in org.apache.torque.generator.outlet.javaModifier and TypeClassDescriptionclassTransform a String to its camelback version.classCreates the name of a constant from a string.classAn outlet for creating correctly formatted javadoc.classTakes a class name and a package name as input and generates a filename(including path for package) for a java file from it.classCreates a target filename from a source filename.classCreates new lines (\n or \r\n).classWrites an option to the output.classAn outlet without mergepoints.classTakes a package as input and generates a path from it.classA base class for a outlet which takes a String as input (not a Source Element as a normal outlet would).classOutputs the source tree as XML. -
Uses of OutletImpl in org.apache.torque.generator.template
Subclasses of OutletImpl in org.apache.torque.generator.templateModifier and TypeClassDescriptionclassAn implementation of the TemplateOutlet interface. -
Uses of OutletImpl in org.apache.torque.generator.template.groovy
Subclasses of OutletImpl in org.apache.torque.generator.template.groovyModifier and TypeClassDescriptionclassA Outlet which uses groovy for generation.classA Outlet which uses a groovy script for generation.classA Outlet which uses a groovy template for generation. -
Uses of OutletImpl in org.apache.torque.generator.template.velocity
Subclasses of OutletImpl in org.apache.torque.generator.template.velocityModifier and TypeClassDescriptionclassA Outlet which uses a velocity template for generation.