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 TypeClassDescriptionclassclassclassFields in org.apache.nifi.parameter with type parameters of type ParameterTokenModifier and TypeFieldDescriptionprivate final List<ParameterToken> StandardParameterTokenList.tokensMethods in org.apache.nifi.parameter that return ParameterTokenModifier and TypeMethodDescriptionprotected ParameterTokenAbstractParameterParser.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 ParameterTokenAbstractParameterParser.parseParameterToken(String input, int startIndex, int sequentialStartTags, List<ParameterToken> tokens) private StringStandardParameterTokenList.substitute(Function<ParameterToken, String> transform) Constructor parameters in org.apache.nifi.parameter with type arguments of type ParameterTokenModifierConstructorDescriptionStandardParameterTokenList(String input, List<ParameterToken> tokens)