Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractParameterParser - Class in org.apache.nifi.parameter
- AbstractParameterParser() - Constructor for class org.apache.nifi.parameter.AbstractParameterParser
C
- CLOSE_BRACE - Static variable in class org.apache.nifi.parameter.AbstractParameterParser
D
- DOLLAR_SIGN - Static variable in class org.apache.nifi.parameter.ExpressionLanguageAwareParameterParser
E
- EMPTY - Static variable in interface org.apache.nifi.parameter.ParameterLookup
- endOffset - Variable in class org.apache.nifi.parameter.EscapedParameterReference
- endOffset - Variable in class org.apache.nifi.parameter.StandardParameterReference
- escape() - Method in interface org.apache.nifi.parameter.ParameterTokenList
- escape() - Method in class org.apache.nifi.parameter.StandardParameterTokenList
- EscapedParameterReference - Class in org.apache.nifi.parameter
- EscapedParameterReference(int, int, String) - Constructor for class org.apache.nifi.parameter.EscapedParameterReference
- ExpressionLanguageAgnosticParameterParser - Class in org.apache.nifi.parameter
- ExpressionLanguageAgnosticParameterParser() - Constructor for class org.apache.nifi.parameter.ExpressionLanguageAgnosticParameterParser
- ExpressionLanguageAwareParameterParser - Class in org.apache.nifi.parameter
- ExpressionLanguageAwareParameterParser() - Constructor for class org.apache.nifi.parameter.ExpressionLanguageAwareParameterParser
G
- getEndOffset() - Method in class org.apache.nifi.parameter.EscapedParameterReference
- getEndOffset() - Method in interface org.apache.nifi.parameter.ParameterToken
- getEndOffset() - Method in class org.apache.nifi.parameter.StandardParameterReference
- getEndOffset() - Method in class org.apache.nifi.parameter.StartCharacterEscape
- getParameter(String) - Method in interface org.apache.nifi.parameter.ParameterLookup
-
Returns the Parameter with the given name, considering the base and all inherited ParameterContexts.
- getParameterName() - Method in interface org.apache.nifi.parameter.ParameterReference
- getParameterName() - Method in class org.apache.nifi.parameter.StandardParameterReference
- getStartOffset() - Method in class org.apache.nifi.parameter.EscapedParameterReference
- getStartOffset() - Method in interface org.apache.nifi.parameter.ParameterToken
- getStartOffset() - Method in class org.apache.nifi.parameter.StandardParameterReference
- getStartOffset() - Method in class org.apache.nifi.parameter.StartCharacterEscape
- getText() - Method in class org.apache.nifi.parameter.EscapedParameterReference
- getText() - Method in interface org.apache.nifi.parameter.ParameterToken
- getText() - Method in class org.apache.nifi.parameter.StandardParameterReference
- getText() - Method in class org.apache.nifi.parameter.StartCharacterEscape
- getValue(ParameterLookup) - Method in class org.apache.nifi.parameter.EscapedParameterReference
- getValue(ParameterLookup) - Method in interface org.apache.nifi.parameter.ParameterToken
-
Returns the 'value' of the token.
- getValue(ParameterLookup) - Method in class org.apache.nifi.parameter.StandardParameterReference
- getValue(ParameterLookup) - Method in class org.apache.nifi.parameter.StartCharacterEscape
- getVersion() - Method in interface org.apache.nifi.parameter.ParameterLookup
-
Indicates the current Version of the Parameter Context.
I
- input - Variable in class org.apache.nifi.parameter.StandardParameterTokenList
- isEmpty() - Method in interface org.apache.nifi.parameter.ParameterLookup
-
Returns false if any Parameters are available, true if no Parameters have been defined in this or any inherited ParameterContexts.
- isEscapeSequence() - Method in class org.apache.nifi.parameter.EscapedParameterReference
- isEscapeSequence() - Method in interface org.apache.nifi.parameter.ParameterToken
- isEscapeSequence() - Method in class org.apache.nifi.parameter.StandardParameterReference
- isEscapeSequence() - Method in class org.apache.nifi.parameter.StartCharacterEscape
- isParameterReference() - Method in class org.apache.nifi.parameter.EscapedParameterReference
- isParameterReference() - Method in interface org.apache.nifi.parameter.ParameterToken
- isParameterReference() - Method in class org.apache.nifi.parameter.StandardParameterReference
- isParameterReference() - Method in class org.apache.nifi.parameter.StartCharacterEscape
- iterator() - Method in class org.apache.nifi.parameter.StandardParameterTokenList
L
- logger - Static variable in class org.apache.nifi.parameter.ExpressionLanguageAgnosticParameterParser
- logger - Static variable in class org.apache.nifi.parameter.ExpressionLanguageAwareParameterParser
O
- OPEN_BRACE - Static variable in class org.apache.nifi.parameter.AbstractParameterParser
- org.apache.nifi.parameter - package org.apache.nifi.parameter
P
- ParameterLookup - Interface in org.apache.nifi.parameter
- parameterName - Variable in class org.apache.nifi.parameter.StandardParameterReference
- ParameterParser - Interface in org.apache.nifi.parameter
- ParameterReference - Interface in org.apache.nifi.parameter
- ParameterToken - Interface in org.apache.nifi.parameter
-
A token encountered when parsing Strings for Parameter references.
- ParameterTokenList - Interface in org.apache.nifi.parameter
- parseParameterToken(String, int, int, List<ParameterToken>) - Method in class org.apache.nifi.parameter.AbstractParameterParser
- parseTokens(String) - Method in class org.apache.nifi.parameter.ExpressionLanguageAgnosticParameterParser
- parseTokens(String) - Method in class org.apache.nifi.parameter.ExpressionLanguageAwareParameterParser
- parseTokens(String) - Method in interface org.apache.nifi.parameter.ParameterParser
-
Parses the given input, returning a ParameterTokenList that contains all Parameter tokens that were identified.
R
- referenceList - Variable in class org.apache.nifi.parameter.StandardParameterTokenList
- referenceText - Variable in class org.apache.nifi.parameter.EscapedParameterReference
- referenceText - Variable in class org.apache.nifi.parameter.StandardParameterReference
S
- StandardParameterReference - Class in org.apache.nifi.parameter
- StandardParameterReference(String, int, int, String) - Constructor for class org.apache.nifi.parameter.StandardParameterReference
- StandardParameterTokenList - Class in org.apache.nifi.parameter
- StandardParameterTokenList(String, List<ParameterToken>) - Constructor for class org.apache.nifi.parameter.StandardParameterTokenList
- START_TAG - Static variable in class org.apache.nifi.parameter.AbstractParameterParser
- StartCharacterEscape - Class in org.apache.nifi.parameter
- StartCharacterEscape(int) - Constructor for class org.apache.nifi.parameter.StartCharacterEscape
- startOffset - Variable in class org.apache.nifi.parameter.EscapedParameterReference
- startOffset - Variable in class org.apache.nifi.parameter.StandardParameterReference
- startOffset - Variable in class org.apache.nifi.parameter.StartCharacterEscape
- substitute(Function<ParameterToken, String>) - Method in class org.apache.nifi.parameter.StandardParameterTokenList
- substitute(ParameterLookup) - Method in interface org.apache.nifi.parameter.ParameterTokenList
- substitute(ParameterLookup) - Method in class org.apache.nifi.parameter.StandardParameterTokenList
T
- tokens - Variable in class org.apache.nifi.parameter.StandardParameterTokenList
- toList() - Method in interface org.apache.nifi.parameter.ParameterTokenList
- toList() - Method in class org.apache.nifi.parameter.StandardParameterTokenList
- toReferenceList() - Method in interface org.apache.nifi.parameter.ParameterTokenList
- toReferenceList() - Method in class org.apache.nifi.parameter.StandardParameterTokenList
All Classes and Interfaces|All Packages|Constant Field Values