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, setSourceElementAttributeaddMergepointMapping, getMergepointMappingafterExecute, beforeExecute, getInputClass, getInputElementName, getMergepointMappings, getName, getVariable, mergepoint, setInputClass, setInputElementName, setMergepointMapping, setVariable, setVariable, toStringpublic PackageToPathOutlet(QualifiedName qualifiedName)
qualifiedName - the fully qualified name of the outlet.public OutletResult execute(ControllerState controllerState) throws GeneratorException
execute in interface Outletexecute in class OutletImplcontrollerState - the current controller state, not null.GeneratorException - if generation fails.Outlet.execute(ControllerState)Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.