org.xith3d.utility.cmdline
Class CommandLine

java.lang.Object
  extended by org.xith3d.utility.cmdline.CommandLine

public class CommandLine
extends java.lang.Object

Simple object for holding a tokenized command line. Eventually this should be improved to grab quoted strings as single tokens.


Field Summary
 java.lang.String[] tokens
           
 
Constructor Summary
CommandLine(java.lang.String line)
           
 
Method Summary
protected  java.lang.String getKey()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokens

public java.lang.String[] tokens
Constructor Detail

CommandLine

public CommandLine(java.lang.String line)
Method Detail

getKey

protected java.lang.String getKey()

size

public int size()