Klasse OutputAction
java.lang.Object
org.apache.torque.generator.control.action.OutputAction
- Alle implementierten Schnittstellen:
MergepointAction
Inserts a fixed String into a mergepoint.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexecute
(ControllerState controllerState) Returns the value. ${...}toString()
-
Konstruktordetails
-
OutputAction
Constructor.- Parameter:
value
- fixed value to insert, not null.
-
-
Methodendetails
-
execute
Returns the value. ${...} Tokens are replaced within the value.- Angegeben von:
execute
in SchnittstelleMergepointAction
- Parameter:
controllerState
- the current state of the controller.- Gibt zurück:
- The value of the option, or the empty String if acceptNotSet is true and the option is not set.
- Löst aus:
GeneratorException
- if acceptNotSet is false and the option is not set.
-
toString
-