From: Mike H. <he...@us...> - 2002-06-22 18:59:08
|
Update of /cvsroot/javadocbook/javadocbook/lib/org/apache/commons/cli In directory usw-pr-cvs1:/tmp/cvs-serv13740 Added Files: overview.html package.html Log Message: Initial add. --- NEW FILE: overview.html --- <body> <p>Commons CLI -- version ##VERSION## (##QUALITY##)</p> <p>The commons-cli package aides in parsing command-line arguments.</p> <p>Allow command-line arguments to be parsed against a descriptor of valid options (long and short), potentially with arguments.</p> <p>command-line arguments may be of the typical <code>String[]</code> form, but also may be a <code>java.util.List</code>. Indexes allow for parsing only a portion of the command-line. Also, functionality for parsing the command-line in phases is built in, allowing for 'cvs-style' command-lines, where some global options are specified before a 'command' argument, and command-specific options are specified after the command argument: <code> <pre> myApp -p <port> command -p <printer> </pre> </code> <p>The homepage for the project is <a href="http://jakarta.apache.org/commons/">jakarta commons/</a> </body> --- NEW FILE: package.html --- <body> <p>Commons CLI -- version ##VERSION## (##QUALITY##)</p> </body> |