Class CommandLineTokenizer

  • All Implemented Interfaces:
    Serializable

    public final class CommandLineTokenizer
    extends Object
    implements Serializable
    This is a very specific tokenizer for command lines from the Dumb gridFTP client. It pulls off the elements that are double-quote delimited (to allow for embedded blanks) and then tokenizes by spaces. The first word is assumed to be a command word and is translated to lower case. The others are not. This is intended to be instantiated once and reused. It preserves no state between calls.
    See Also:
    Serialized Form