public class PackageToPathOutlet extends StringInputOutlet
Constructor and Description |
---|
PackageToPathOutlet(QualifiedName qualifiedName)
Constructor for use in child classes.
|
Modifier and Type | Method and Description |
---|---|
OutletResult |
execute(ControllerState controllerState)
Reads the input and replaces all dots by slashes.
|
getInput, setInputOption, setInputSourceElement, setInputValue, setInputVariable, setSourceElementAttribute
addMergepointMapping, getMergepointMapping
afterExecute, beforeExecute, getInputClass, getInputElementName, getMergepointMappings, getName, getVariable, mergepoint, setInputClass, setInputElementName, setMergepointMapping, setVariable, setVariable, toString
public PackageToPathOutlet(QualifiedName qualifiedName)
qualifiedName
- the fully qualified name of the outlet.public OutletResult execute(ControllerState controllerState) throws GeneratorException
execute
in interface Outlet
execute
in class OutletImpl
controllerState
- the current controller state, not null.GeneratorException
- if generation fails.Outlet.execute(ControllerState)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.