Verwendungen von Klasse
org.apache.torque.generator.outlet.OutletResult
Packages, die OutletResult verwenden
Package
Beschreibung
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.
-
Verwendungen von OutletResult in org.apache.torque.generator.control.action
Methoden in org.apache.torque.generator.control.action, die OutletResult zurückgebenModifizierer und TypMethodeBeschreibungApplyAction.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. -
Verwendungen von OutletResult in org.apache.torque.generator.control.existingtargetstrategy
Methoden in org.apache.torque.generator.control.existingtargetstrategy mit Parametern vom Typ OutletResultModifizierer und TypMethodeBeschreibungvoid
AppendToTargetFileStrategy.afterGeneration
(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.void
ExistingTargetStrategy.afterGeneration
(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.void
MergeTargetFileStrategy.afterGeneration
(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.void
ReplaceTargetFileStrategy.afterGeneration
(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation. -
Verwendungen von OutletResult in org.apache.torque.generator.outlet
Methoden in org.apache.torque.generator.outlet, die OutletResult zurückgebenModifizierer und TypMethodeBeschreibungstatic OutletResult
OutletResult.concatenate
(Iterable<OutletResult> input) Concatenates a list of OutletResults.static OutletResult
OutletResult.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 OutletResult
OutletImpl.execute
(ControllerState controllerState) Methoden in org.apache.torque.generator.outlet mit Parametern vom Typ OutletResultModifizierer und TypMethodeBeschreibungstatic OutletResult
OutletResult.concatenate
(OutletResult... input) Concatenates an array of OutletResults.Methodenparameter in org.apache.torque.generator.outlet mit Typargumenten vom Typ OutletResultModifizierer und TypMethodeBeschreibungstatic OutletResult
OutletResult.concatenate
(Iterable<OutletResult> input) Concatenates a list of OutletResults. -
Verwendungen von OutletResult in org.apache.torque.generator.outlet.copy
Methoden in org.apache.torque.generator.outlet.copy, die OutletResult zurückgebenModifizierer und TypMethodeBeschreibungCopyOutlet.execute
(ControllerState controllerState) Executes the generation process; the result is returned. -
Verwendungen von OutletResult in org.apache.torque.generator.outlet.java
Methoden in org.apache.torque.generator.outlet.java, die OutletResult zurückgebenModifizierer und TypMethodeBeschreibungCamelbackOutlet.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) -
Verwendungen von OutletResult in org.apache.torque.generator.template.groovy
Methoden in org.apache.torque.generator.template.groovy, die OutletResult zurückgebenModifizierer und TypMethodeBeschreibungGroovyOutlet.execute
(ControllerState controllerState) Executes the generation process; the result is returned. -
Verwendungen von OutletResult in org.apache.torque.generator.template.velocity
Methoden in org.apache.torque.generator.template.velocity, die OutletResult zurückgebenModifizierer und TypMethodeBeschreibungVelocityOutlet.execute
(ControllerState controllerState) Executes the generation process; the result is returned.