public class StandardParameterTokenList extends Object implements ParameterTokenList
| Modifier and Type | Field and Description |
|---|---|
private String |
input |
private List<ParameterReference> |
referenceList |
private List<ParameterToken> |
tokens |
| Constructor and Description |
|---|
StandardParameterTokenList(String input,
List<ParameterToken> tokens) |
| Modifier and Type | Method and Description |
|---|---|
String |
escape() |
Iterator<ParameterToken> |
iterator() |
private String |
substitute(Function<ParameterToken,String> transform) |
String |
substitute(ParameterLookup parameterLookup) |
List<ParameterToken> |
toList() |
List<ParameterReference> |
toReferenceList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate final String input
private final List<ParameterToken> tokens
private final List<ParameterReference> referenceList
public StandardParameterTokenList(String input, List<ParameterToken> tokens)
public List<ParameterReference> toReferenceList()
toReferenceList in interface ParameterTokenListpublic String substitute(ParameterLookup parameterLookup)
substitute in interface ParameterTokenListpublic String escape()
escape in interface ParameterTokenListprivate String substitute(Function<ParameterToken,String> transform)
public List<ParameterToken> toList()
toList in interface ParameterTokenListpublic Iterator<ParameterToken> iterator()
iterator in interface Iterable<ParameterToken>Copyright © 2023 Apache NiFi Project. All rights reserved.