Class QuotedStringTokenizer
java.lang.Object
org.apache.accumulo.shell.commands.QuotedStringTokenizer
A basic tokenizer for generating tokens from a string. It understands quoted strings and escaped
quote characters.
You can use the escape sequence '\' to escape single quotes, double quotes, and spaces only, in
addition to the escape character itself.
The behavior is the same for single and double quoted strings. (i.e. '\'' is the same as "\'")
-
Constructor Details
-
QuotedStringTokenizer
- Throws:
BadArgumentException
-
-
Method Details