public class OutputAction extends Object implements MergepointAction
| Constructor and Description | 
|---|
| OutputAction(String value)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| OutletResult | execute(ControllerState controllerState)Returns the value. | 
| String | toString() | 
public OutputAction(String value)
value - fixed value to insert, not null.public OutletResult execute(ControllerState controllerState) throws GeneratorException
execute in interface MergepointActioncontrollerState - the current state of the controller.GeneratorException - if acceptNotSet is false and the option
         is not set.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.