Uses of Class
org.apache.torque.generator.outlet.OutletResult
Packages that use OutletResult
Package
Description
This package defines and implements mergepoint actions.
This package defines and implements strategies for dealing with the
situation that a target file already exists.
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 groovy outlets in the
Torque generator.
This package contains the handling of velocity outlets in the
Torque generator.
-
Uses of OutletResult in org.apache.torque.generator.control.action
Methods in org.apache.torque.generator.control.action that return OutletResultModifier and TypeMethodDescriptionApplyAction.execute(ControllerState controllerState) Applies an outlet to the matching element.MergepointAction.execute(ControllerState controllerState) Executes the action.OptionAction.execute(ControllerState controllerState) Returns the value of the configured option.OutputAction.execute(ControllerState controllerState) Returns the value. ${...}SourceElementAttributeAction.execute(ControllerState controllerState) Returns the value of the configured attribute of the configured source element. ${...}TraverseAllAction.execute(ControllerState controllerState) Traverses all matching elements, and applies an outlet to each matching element. -
Uses of OutletResult in org.apache.torque.generator.control.existingtargetstrategy
Methods in org.apache.torque.generator.control.existingtargetstrategy with parameters of type OutletResultModifier and TypeMethodDescriptionvoidAppendToTargetFileStrategy.afterGeneration(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.voidExistingTargetStrategy.afterGeneration(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.voidMergeTargetFileStrategy.afterGeneration(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.voidReplaceTargetFileStrategy.afterGeneration(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation. -
Uses of OutletResult in org.apache.torque.generator.outlet
Methods in org.apache.torque.generator.outlet that return OutletResultModifier and TypeMethodDescriptionstatic OutletResultOutletResult.concatenate(Iterable<OutletResult> input) Concatenates a list of OutletResults.static OutletResultOutletResult.concatenate(OutletResult... input) Concatenates an array of OutletResults.DebuggingOutletWrapper.execute(ControllerState controllerState) Executes the delegate generation and adds debugging output before and after the generated content, if the result is a String result.Outlet.execute(ControllerState controllerState) Generates the output for this template into the Generated object.abstract OutletResultOutletImpl.execute(ControllerState controllerState) Methods in org.apache.torque.generator.outlet with parameters of type OutletResultModifier and TypeMethodDescriptionstatic OutletResultOutletResult.concatenate(OutletResult... input) Concatenates an array of OutletResults.Method parameters in org.apache.torque.generator.outlet with type arguments of type OutletResultModifier and TypeMethodDescriptionstatic OutletResultOutletResult.concatenate(Iterable<OutletResult> input) Concatenates a list of OutletResults. -
Uses of OutletResult in org.apache.torque.generator.outlet.copy
Methods in org.apache.torque.generator.outlet.copy that return OutletResultModifier and TypeMethodDescriptionCopyOutlet.execute(ControllerState controllerState) Executes the generation process; the result is returned. -
Uses of OutletResult in org.apache.torque.generator.outlet.java
Methods in org.apache.torque.generator.outlet.java that return OutletResultModifier and TypeMethodDescriptionCamelbackOutlet.execute(ControllerState controllerState) Processes the input according to the camelback rules.ConstantNameOutlet.execute(ControllerState controllerState) Processes the input according to the camelback rules.JavadocOutlet.execute(ControllerState controllerState) JavaFilenameOutlet.execute(ControllerState controllerState) ModifySourcenameOutlet.execute(ControllerState controllerState) NewlineOutlet.execute(ControllerState controllerState) OptionOutlet.execute(ControllerState controllerState) PackageToPathOutlet.execute(ControllerState controllerState) Reads the input and replaces all dots by slashes.XmlOutlet.execute(ControllerState controllerState) -
Uses of OutletResult in org.apache.torque.generator.template.groovy
Methods in org.apache.torque.generator.template.groovy that return OutletResultModifier and TypeMethodDescriptionGroovyOutlet.execute(ControllerState controllerState) Executes the generation process; the result is returned. -
Uses of OutletResult in org.apache.torque.generator.template.velocity
Methods in org.apache.torque.generator.template.velocity that return OutletResultModifier and TypeMethodDescriptionVelocityOutlet.execute(ControllerState controllerState) Executes the generation process; the result is returned.