public class CommandLineTokenizer
extends Object
A general purpose tokenizer for "command line" arrays. Allows tokenizing a single String into an array of args,
splitting the array on space characters and trimming. Quoting using single and double quotes is supported, in which
case those quotes can be escaped using a backslash character.
- Author:
- Eric Bottard