Uses of Interface
org.apache.nifi.parameter.ParameterToken
-
Uses of ParameterToken in org.apache.nifi.parameter
Subinterfaces of ParameterToken in org.apache.nifi.parameterClasses in org.apache.nifi.parameter that implement ParameterTokenModifier and TypeClassDescriptionclass
class
class
Fields in org.apache.nifi.parameter with type parameters of type ParameterTokenModifier and TypeFieldDescriptionprivate final List
<ParameterToken> StandardParameterTokenList.tokens
Methods in org.apache.nifi.parameter that return ParameterTokenModifier and TypeMethodDescriptionprotected ParameterToken
AbstractParameterParser.parseParameterToken
(String input, int startIndex, int sequentialStartTags, List<ParameterToken> tokens) Methods in org.apache.nifi.parameter that return types with arguments of type ParameterTokenModifier and TypeMethodDescriptionStandardParameterTokenList.iterator()
ParameterTokenList.toList()
StandardParameterTokenList.toList()
Method parameters in org.apache.nifi.parameter with type arguments of type ParameterTokenModifier and TypeMethodDescriptionprotected ParameterToken
AbstractParameterParser.parseParameterToken
(String input, int startIndex, int sequentialStartTags, List<ParameterToken> tokens) private String
StandardParameterTokenList.substitute
(Function<ParameterToken, String> transform) Constructor parameters in org.apache.nifi.parameter with type arguments of type ParameterTokenModifierConstructorDescriptionStandardParameterTokenList
(String input, List<ParameterToken> tokens)