public class ArgumentUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
private static List<Character> |
DELIMITING_CHARACTERS |
private static char |
QUOTE |
| Constructor and Description |
|---|
ArgumentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
splitArgs(String input,
char definedDelimiter) |
private static final char QUOTE
Copyright © 2023 Apache NiFi Project. All rights reserved.