Class OutputAction
java.lang.Object
org.apache.torque.generator.control.action.OutputAction
- All Implemented Interfaces:
MergepointAction
Inserts a fixed String into a mergepoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ControllerState controllerState) Returns the value. ${...}toString()
-
Constructor Details
-
OutputAction
Constructor.- Parameters:
value- fixed value to insert, not null.
-
-
Method Details
-
execute
Returns the value. ${...} Tokens are replaced within the value.- Specified by:
executein interfaceMergepointAction- Parameters:
controllerState- the current state of the controller.- Returns:
- The value of the option, or the empty String if acceptNotSet is true and the option is not set.
- Throws:
GeneratorException- if acceptNotSet is false and the option is not set.
-
toString
-