Uses of Interface
org.apache.torque.generator.outlet.Outlet
Packages that use Outlet
Package
Description
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
This package contains the classes for reading the outlet mappings for
torque-generator's units of generation.
This package implements the torque generator Controller .
This package defines torque generator outlets which produce output
snippets from the source.
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 Outlet in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that return OutletModifier and TypeMethodDescriptionOutput.getFilenameOutlet()Returns the reference to the outlet which should produce the file name.Methods in org.apache.torque.generator.configuration.controller with parameters of type OutletModifier and TypeMethodDescriptionvoidOutput.setFilenameOutlet(Outlet filenameOutlet) Sets the reference to the outlet which should produce the file name. -
Uses of Outlet in org.apache.torque.generator.configuration.outlet
Methods in org.apache.torque.generator.configuration.outlet that return OutletModifier and TypeMethodDescriptionprotected abstract OutletOutletSaxHandler.createOutlet(QualifiedName outletName, String uri, String localName, String rawName, Attributes attributes) CopyOutletSaxHandlerFactory.createOutletForTemplate(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.GroovyOutletSaxHandlerFactory.createOutletForTemplate(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.JavaOutletSaxHandlerFactory.createOutletForTemplate(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.TypedOutletSaxHandlerFactory.createOutletForTemplate(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.VelocityOutletSaxHandlerFactory.createOutletForTemplate(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.OutletConfiguration.getOutlet(QualifiedName name) Returns the outlet with the namename.OutletSaxHandler.getOutlet()Returns the outlet being configured.Methods in org.apache.torque.generator.configuration.outlet that return types with arguments of type OutletModifier and TypeMethodDescriptionOutletConfiguration.getOutlets()Returns a map containing all the configured outlets, keyed by their name.OutletConfigurationSaxHandler.getOutlets()Returns all outlets which were configured in the parsed outlet configuration file.Methods in org.apache.torque.generator.configuration.outlet with parameters of type OutletModifier and TypeMethodDescriptionvoidOutletConfiguration.addOutlet(Outlet outlet, UnitDescriptor unitDescriptor) Adds a outlet.Constructor parameters in org.apache.torque.generator.configuration.outlet with type arguments of type OutletModifierConstructorDescriptionOutletConfiguration(Collection<Outlet> outlets, Collection<MergepointMapping> mergepointMappings, UnitDescriptor unitDescriptor) Creates a OutletConfiguration containing a list of Outlets. -
Uses of Outlet in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that return OutletModifier and TypeMethodDescriptionControllerState.getOutlet()Returns the topmost outlet in the stack of outlets.ControllerState.popOutlet()Pops the topmost outlets from the stack of outlets.Methods in org.apache.torque.generator.control with parameters of type OutletModifier and TypeMethodDescriptionvoidControllerState.pushOutlet(Outlet outlet) Pushes a outlet onto the stack of outlets. -
Uses of Outlet in org.apache.torque.generator.outlet
Classes in org.apache.torque.generator.outlet that implement OutletModifier and TypeClassDescriptionclassAn outlet wrapper which adds debug information to the outlet.classImplementation of the features in theOutletinterface which do not depend on type of Outlet.Constructors in org.apache.torque.generator.outlet with parameters of type Outlet -
Uses of Outlet in org.apache.torque.generator.outlet.copy
Classes in org.apache.torque.generator.outlet.copy that implement OutletModifier and TypeClassDescriptionclassA Outlet which copies a given resource unchanged. -
Uses of Outlet in org.apache.torque.generator.outlet.java
Classes in org.apache.torque.generator.outlet.java that implement OutletModifier 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 Outlet in org.apache.torque.generator.template
Subinterfaces of Outlet in org.apache.torque.generator.templateModifier and TypeInterfaceDescriptioninterfaceA Outlet which interprets a template.Classes in org.apache.torque.generator.template that implement OutletModifier and TypeClassDescriptionclassAn implementation of the TemplateOutlet interface. -
Uses of Outlet in org.apache.torque.generator.template.groovy
Classes in org.apache.torque.generator.template.groovy that implement OutletModifier 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 Outlet in org.apache.torque.generator.template.velocity
Classes in org.apache.torque.generator.template.velocity that implement OutletModifier and TypeClassDescriptionclassA Outlet which uses a velocity template for generation.