public abstract class AbstractParameterParser extends Object implements ParameterParser
| Modifier and Type | Field and Description |
|---|---|
protected static char |
CLOSE_BRACE |
protected static char |
OPEN_BRACE |
protected static char |
START_TAG |
| Constructor and Description |
|---|
AbstractParameterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected ParameterToken |
parseParameterToken(String input,
int startIndex,
int sequentialStartTags,
List<ParameterToken> tokens) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseTokensprotected static final char START_TAG
protected static final char OPEN_BRACE
protected static final char CLOSE_BRACE
protected ParameterToken parseParameterToken(String input, int startIndex, int sequentialStartTags, List<ParameterToken> tokens)
Copyright © 2023 Apache NiFi Project. All rights reserved.