Name

adams.flow.source.CombineStorage


Synopsis

Outputs the expanded string generated from the specified combination expression (variables and storage placeholders). In case of storage placeholders the string representation of the storage item is used.
The expression string consists of arbitrary strings and the following special placeholders:
- variables: @{...}
- storage placeholders: %{...}


Additional information

Flow input/output:
- output: java.lang.String


Options