Class OutputAction

    • Constructor Detail

      • OutputAction

        public OutputAction​(String value)
        Constructor.
        Parameters:
        value - fixed value to insert, not null.
    • Method Detail

      • execute

        public OutletResult execute​(ControllerState controllerState)
                             throws GeneratorException
        Returns the value. ${...} Tokens are replaced within the value.
        Specified by:
        execute in interface MergepointAction
        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.