public class ConstantNameOutlet extends StringInputOutlet
Constructor and Description |
---|
ConstantNameOutlet(QualifiedName qualifiedName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
OutletResult |
execute(ControllerState controllerState)
Processes the input according to the camelback rules.
|
getInput, setInputOption, setInputSourceElement, setInputValue, setInputVariable, setSourceElementAttribute
addMergepointMapping, getMergepointMapping
afterExecute, beforeExecute, getInputClass, getInputElementName, getMergepointMappings, getName, getVariable, mergepoint, setInputClass, setInputElementName, setMergepointMapping, setVariable, setVariable, toString
public ConstantNameOutlet(QualifiedName qualifiedName)
qualifiedName
- the unique name of the outlet, not null.public OutletResult execute(ControllerState controllerState) throws GeneratorException
execute
in interface Outlet
execute
in class OutletImpl
controllerState
- the current state of the controller, not null.GeneratorException
- in processing fails.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.