public final class InputTokenizers extends Object
Modifier and Type | Method and Description |
---|---|
static InputTokenizer |
quotedStrings(boolean forceLenient)
Use an input string tokenizer that supports quoted arguments and character escapes.
|
static InputTokenizer |
rawInput()
Returns an input tokenizer that returns the input string as a single argument.
|
static InputTokenizer |
spaceSplitString()
Returns an input tokenizer that takes input strings and splits them by space.
|
public static InputTokenizer quotedStrings(boolean forceLenient)
forceLenient
- Whether the tokenizer is forced into lenient modepublic static InputTokenizer spaceSplitString()
public static InputTokenizer rawInput()