Holds an argument parsed from a command line. If it's a plain argument, records the argument string and position. If it is a dash-option, records the option string (-a -b etc.) and the argument to the option, if any. In any case, records the position in the command line that the arg or opt-arg pair came in.
@author $Author: chrisw $
@version $Revision: 1.2 $
@see org.apache.tools.ant.gui.util.GetArgs
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.