public interface ParameterTokenList extends Iterable<ParameterToken>
| Modifier and Type | Method and Description |
|---|---|
String |
escape() |
String |
substitute(ParameterLookup parameterLookup) |
List<ParameterToken> |
toList() |
List<ParameterReference> |
toReferenceList() |
forEach, iterator, spliteratorString substitute(ParameterLookup parameterLookup)
String escape()
List<ParameterToken> toList()
List<ParameterReference> toReferenceList()
Copyright © 2023 Apache NiFi Project. All rights reserved.