public class CmdStringDecoder
extends Object
This class helps decoding command lines where a command line is a string. It
parses the string and generates a string array from all it's components, then
it is able to ask all kinds of questions about the string.
It accepts quoted arguments and presents them as a whole as one argument.
The principal use of this class is from within the TelnetServer where it is
used to parse Telnet commands.
- Author:
- Frits Jalvingh