You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by br...@apache.org on 2015/05/09 20:19:17 UTC

svn commit: r950741 [4/40] - in /websites/production/commons/content/proper/commons-cli: ./ apidocs/ apidocs/org/apache/commons/cli/ apidocs/org/apache/commons/cli/class-use/ apidocs/resources/ apidocs/src-html/org/apache/commons/cli/ cobertura/ jacoco...

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLine.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLine.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLine.html Sat May  9 18:19:15 2015
@@ -2,24 +2,38 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>CommandLine (Apache Commons CLI 1.3-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>CommandLine (Apache Commons CLI 1.3 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CommandLine (Apache Commons CLI 1.3-SNAPSHOT API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="CommandLine (Apache Commons CLI 1.3 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":42,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
+<div class="topNav"><a name="navbar.top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -34,15 +48,15 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/cli/BasicParser.html" title="class in org.apache.commons.cli"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/CommandLineParser.html" title="interface in org.apache.commons.cli"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/BasicParser.html" title="class in org.apache.commons.cli"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/CommandLineParser.html" title="interface in org.apache.commons.cli"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/commons/cli/CommandLine.html" target="_top">Frames</a></li>
-<li><a href="CommandLine.html" target="_top">No Frames</a></li>
+<li><a href="CommandLine.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -61,17 +75,17 @@
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
-<a name="skip-navbar_top">
+<a name="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -103,15 +117,18 @@ extends <a href="http://download.oracle.
 implements <a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
 <div class="block">Represents list of arguments parsed against a <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a> descriptor.
  <p>
- It allows querying of a boolean <a href="../../../../org/apache/commons/cli/CommandLine.html#hasOption(java.lang.String)"><code>hasOption(String opt)</code></a>,
- in addition to retrieving the <a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue(java.lang.String)"><code>getOptionValue(String opt)</code></a>
+ It allows querying of a boolean <a href="../../../../org/apache/commons/cli/CommandLine.html#hasOption-java.lang.String-"><code>hasOption(String opt)</code></a>,
+ in addition to retrieving the <a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue-java.lang.String-"><code>getOptionValue(String opt)</code></a>
  for options requiring arguments.
  <p>
  Additionally, any left-over or unrecognized arguments,
  are available for further processing.</div>
-<dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: CommandLine.java 1444365 2013-02-09 14:21:27Z tn $</dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.commons.cli.CommandLine">Serialized Form</a></dd></dl>
+<dl>
+<dt><span class="simpleTagLabel">Version:</span></dt>
+<dd>$Id: CommandLine.java 1444365 2013-02-09 14:21:27Z tn $</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#org.apache.commons.cli.CommandLine">Serialized Form</a></dd>
+</dl>
 </li>
 </ul>
 </div>
@@ -120,11 +137,11 @@ implements <a href="http://download.orac
 <li class="blockList">
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor_summary">
+<li class="blockList"><a name="constructor.summary">
 <!--   -->
 </a>
 <h3>Constructor Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier</th>
@@ -132,7 +149,7 @@ implements <a href="http://download.orac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#CommandLine()">CommandLine</a></strong>()</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#CommandLine--">CommandLine</a></span>()</code>
 <div class="block">Creates a command line.</div>
 </td>
 </tr>
@@ -141,135 +158,135 @@ implements <a href="http://download.orac
 </ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method_summary">
+<li class="blockList"><a name="method.summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr class="altColor">
+<tr id="i0" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#addArg(java.lang.String)">addArg</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;arg)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#addArg-java.lang.String-">addArg</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;arg)</code>
 <div class="block">Add left-over unrecognized option/argument.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#addOption(org.apache.commons.cli.Option)">addOption</a></strong>(<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#addOption-org.apache.commons.cli.Option-">addOption</a></span>(<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</code>
 <div class="block">Add an option to the command line.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getArgList()">getArgList</a></strong>()</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getArgList--">getArgList</a></span>()</code>
 <div class="block">Retrieve any left-over non-recognized options and arguments</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getArgs()">getArgs</a></strong>()</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getArgs--">getArgs</a></span>()</code>
 <div class="block">Retrieve any left-over non-recognized options and arguments</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionObject(char)">getOptionObject</a></strong>(char&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionObject-char-">getOptionObject</a></span>(char&nbsp;opt)</code>
 <div class="block">Return the <code>Object</code> type of this <code>Option</code>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionObject(java.lang.String)">getOptionObject</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>due to System.err message. Instead use getParsedOptionValue(String)</i></div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionObject-java.lang.String-">getOptionObject</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">due to System.err message. Instead use getParsedOptionValue(String)</span></div>
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionProperties(java.lang.String)">getOptionProperties</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionProperties-java.lang.String-">getOptionProperties</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
 <div class="block">Retrieve the map of values associated to the option.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptions()">getOptions</a></strong>()</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptions--">getOptions</a></span>()</code>
 <div class="block">Returns an array of the processed <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>s.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue(char)">getOptionValue</a></strong>(char&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue-char-">getOptionValue</a></span>(char&nbsp;opt)</code>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue(char,%20java.lang.String)">getOptionValue</a></strong>(char&nbsp;opt,
-                            <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue-char-java.lang.String-">getOptionValue</a></span>(char&nbsp;opt,
+              <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
 <div class="block">Retrieve the argument, if any, of an option.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue(java.lang.String)">getOptionValue</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue-java.lang.String-">getOptionValue</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue(java.lang.String,%20java.lang.String)">getOptionValue</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt,
-                            <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue-java.lang.String-java.lang.String-">getOptionValue</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt,
+              <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
 <div class="block">Retrieve the first argument, if any, of an option.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValues(char)">getOptionValues</a></strong>(char&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValues-char-">getOptionValues</a></span>(char&nbsp;opt)</code>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValues(java.lang.String)">getOptionValues</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValues-java.lang.String-">getOptionValues</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#getParsedOptionValue(java.lang.String)">getParsedOptionValue</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#getParsedOptionValue-java.lang.String-">getParsedOptionValue</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
 <div class="block">Return a version of this <code>Option</code> converted to a particular type.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#hasOption(char)">hasOption</a></strong>(char&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#hasOption-char-">hasOption</a></span>(char&nbsp;opt)</code>
 <div class="block">Query to see if an option has been set.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#hasOption(java.lang.String)">hasOption</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#hasOption-java.lang.String-">hasOption</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</code>
 <div class="block">Query to see if an option has been set.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLine.html#iterator()">iterator</a></strong>()</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLine.html#iterator--">iterator</a></span>()</code>
 <div class="block">Returns an iterator over the Option members of CommandLine.</div>
 </td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com
 /javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com
 /javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -281,11 +298,11 @@ implements <a href="http://download.orac
 <li class="blockList">
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor_detail">
+<li class="blockList"><a name="constructor.detail">
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="CommandLine()">
+<a name="CommandLine--">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -299,11 +316,11 @@ implements <a href="http://download.orac
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method_detail">
+<li class="blockList"><a name="method.detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="hasOption(java.lang.String)">
+<a name="hasOption-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -311,11 +328,15 @@ implements <a href="http://download.orac
 <h4>hasOption</h4>
 <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.65">hasOption</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</pre>
 <div class="block">Query to see if an option has been set.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - Short name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if set, false if not</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - Short name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if set, false if not</dd>
+</dl>
 </li>
 </ul>
-<a name="hasOption(char)">
+<a name="hasOption-char-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -323,11 +344,15 @@ implements <a href="http://download.orac
 <h4>hasOption</h4>
 <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.76">hasOption</a>(char&nbsp;opt)</pre>
 <div class="block">Query to see if an option has been set.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - character name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if set, false if not</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - character name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if set, false if not</dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionObject(java.lang.String)">
+<a name="getOptionObject-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -335,13 +360,17 @@ implements <a href="http://download.orac
 <h4>getOptionObject</h4>
 <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.89">getOptionObject</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>due to System.err message. Instead use getParsedOptionValue(String)</i></div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">due to System.err message. Instead use getParsedOptionValue(String)</span></div>
 <div class="block">Return the <code>Object</code> type of this <code>Option</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - the name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the type of this <code>Option</code></dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - the name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the type of this <code>Option</code></dd>
+</dl>
 </li>
 </ul>
-<a name="getParsedOptionValue(java.lang.String)">
+<a name="getParsedOptionValue-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -350,15 +379,21 @@ public&nbsp;<a href="http://download.ora
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.111">getParsedOptionValue</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)
                             throws <a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></pre>
 <div class="block">Return a version of this <code>Option</code> converted to a particular type.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - the name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the value parsed into a particular object</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></code> - if there are problems turning the option value into the desired type</dd><dt><span class="strong">Since:</span></dt>
-  <dd>1.2</dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/commons/cli/PatternOptionBuilder.html" title="class in org.apache.commons.cli"><code>PatternOptionBuilder</code></a></dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - the name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value parsed into a particular object</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></code> - if there are problems turning the option value into the desired type</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.2</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../org/apache/commons/cli/PatternOptionBuilder.html" title="class in org.apache.commons.cli"><code>PatternOptionBuilder</code></a></dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionObject(char)">
+<a name="getOptionObject-char-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -366,11 +401,15 @@ public&nbsp;<a href="http://download.ora
 <h4>getOptionObject</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.130">getOptionObject</a>(char&nbsp;opt)</pre>
 <div class="block">Return the <code>Object</code> type of this <code>Option</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - the name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the type of opt</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - the name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the type of opt</dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionValue(java.lang.String)">
+<a name="getOptionValue-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -378,12 +417,16 @@ public&nbsp;<a href="http://download.ora
 <h4>getOptionValue</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.142">getOptionValue</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</pre>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - the name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>Value of the argument if option is set, and has an argument,
- otherwise null.</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - the name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Value of the argument if option is set, and has an argument,
+ otherwise null.</dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionValue(char)">
+<a name="getOptionValue-char-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -391,12 +434,16 @@ public&nbsp;<a href="http://download.ora
 <h4>getOptionValue</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.156">getOptionValue</a>(char&nbsp;opt)</pre>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - the character name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>Value of the argument if option is set, and has an argument,
- otherwise null.</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - the character name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Value of the argument if option is set, and has an argument,
+ otherwise null.</dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionValues(java.lang.String)">
+<a name="getOptionValues-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -404,12 +451,16 @@ public&nbsp;<a href="http://download.ora
 <h4>getOptionValues</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.168">getOptionValues</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt)</pre>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - string name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>Values of the argument if option is set, and has an argument,
- otherwise null.</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - string name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Values of the argument if option is set, and has an argument,
+ otherwise null.</dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionValues(char)">
+<a name="getOptionValues-char-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -417,42 +468,56 @@ public&nbsp;<a href="http://download.ora
 <h4>getOptionValues</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.215">getOptionValues</a>(char&nbsp;opt)</pre>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - character name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>Values of the argument if option is set, and has an argument,
- otherwise null.</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - character name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Values of the argument if option is set, and has an argument,
+ otherwise null.</dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionValue(java.lang.String, java.lang.String)">
+<a name="getOptionValue-java.lang.String-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getOptionValue</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.229">getOptionValue</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opt,
-                    <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
+                             <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
 <div class="block">Retrieve the first argument, if any, of an option.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - name of the option</dd><dd><code>defaultValue</code> - is the default value to be returned if the option
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - name of the option</dd>
+<dd><code>defaultValue</code> - is the default value to be returned if the option
  is not specified</dd>
-<dt><span class="strong">Returns:</span></dt><dd>Value of the argument if option is set, and has an argument,
- otherwise <code>defaultValue</code>.</dd></dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Value of the argument if option is set, and has an argument,
+ otherwise <code>defaultValue</code>.</dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionValue(char, java.lang.String)">
+<a name="getOptionValue-char-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getOptionValue</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.245">getOptionValue</a>(char&nbsp;opt,
-                    <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
+                             <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
 <div class="block">Retrieve the argument, if any, of an option.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - character name of the option</dd><dd><code>defaultValue</code> - is the default value to be returned if the option
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - character name of the option</dd>
+<dd><code>defaultValue</code> - is the default value to be returned if the option
  is not specified</dd>
-<dt><span class="strong">Returns:</span></dt><dd>Value of the argument if option is set, and has an argument,
- otherwise <code>defaultValue</code>.</dd></dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Value of the argument if option is set, and has an argument,
+ otherwise <code>defaultValue</code>.</dd>
+</dl>
 </li>
 </ul>
-<a name="getOptionProperties(java.lang.String)">
+<a name="getOptionProperties-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -465,13 +530,18 @@ public&nbsp;<a href="http://download.ora
  the 2nd argument is the value. If the option has only one argument
  (<tt>-Dfoo</tt>) it is considered as a boolean flag and the value is
  <tt>"true"</tt>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - name of the option</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The Properties mapped by the option, never <tt>null</tt>
-         even if the option doesn't exists</dd><dt><span class="strong">Since:</span></dt>
-  <dd>1.2</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - name of the option</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The Properties mapped by the option, never <tt>null</tt>
+         even if the option doesn't exists</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.2</dd>
+</dl>
 </li>
 </ul>
-<a name="getArgs()">
+<a name="getArgs--">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -479,10 +549,13 @@ public&nbsp;<a href="http://download.ora
 <h4>getArgs</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.293">getArgs</a>()</pre>
 <div class="block">Retrieve any left-over non-recognized options and arguments</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>remaining items passed in but not parsed as an array</dd></dl>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>remaining items passed in but not parsed as an array</dd>
+</dl>
 </li>
 </ul>
-<a name="getArgList()">
+<a name="getArgList--">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -490,10 +563,13 @@ public&nbsp;<a href="http://download.ora
 <h4>getArgList</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.307">getArgList</a>()</pre>
 <div class="block">Retrieve any left-over non-recognized options and arguments</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>remaining items passed in but not parsed as a <code>List</code>.</dd></dl>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>remaining items passed in but not parsed as a <code>List</code>.</dd>
+</dl>
 </li>
 </ul>
-<a name="addArg(java.lang.String)">
+<a name="addArg-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -501,10 +577,13 @@ public&nbsp;<a href="http://download.ora
 <h4>addArg</h4>
 <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.339">addArg</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;arg)</pre>
 <div class="block">Add left-over unrecognized option/argument.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>arg</code> - the unrecognised option/argument.</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>arg</code> - the unrecognised option/argument.</dd>
+</dl>
 </li>
 </ul>
-<a name="addOption(org.apache.commons.cli.Option)">
+<a name="addOption-org.apache.commons.cli.Option-">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -512,10 +591,13 @@ public&nbsp;<a href="http://download.ora
 <h4>addOption</h4>
 <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.349">addOption</a>(<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</pre>
 <div class="block">Add an option to the command line.  The values of the option are stored.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - the processed option</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - the processed option</dd>
+</dl>
 </li>
 </ul>
-<a name="iterator()">
+<a name="iterator--">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -523,11 +605,14 @@ public&nbsp;<a href="http://download.ora
 <h4>iterator</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.360">iterator</a>()</pre>
 <div class="block">Returns an iterator over the Option members of CommandLine.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>an <code>Iterator</code> over the processed <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>
- members of this <a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><code>CommandLine</code></a></dd></dl>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an <code>Iterator</code> over the processed <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>
+ members of this <a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><code>CommandLine</code></a></dd>
+</dl>
 </li>
 </ul>
-<a name="getOptions()">
+<a name="getOptions--">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -535,7 +620,10 @@ public&nbsp;<a href="http://download.ora
 <h4>getOptions</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line.370">getOptions</a>()</pre>
 <div class="block">Returns an array of the processed <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>s.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>an array of the processed <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>s.</dd></dl>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an array of the processed <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>s.</dd>
+</dl>
 </li>
 </ul>
 </li>
@@ -546,9 +634,11 @@ public&nbsp;<a href="http://download.ora
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
+<div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -563,15 +653,15 @@ public&nbsp;<a href="http://download.ora
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/cli/BasicParser.html" title="class in org.apache.commons.cli"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/CommandLineParser.html" title="interface in org.apache.commons.cli"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/BasicParser.html" title="class in org.apache.commons.cli"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/CommandLineParser.html" title="interface in org.apache.commons.cli"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/commons/cli/CommandLine.html" target="_top">Frames</a></li>
-<li><a href="CommandLine.html" target="_top">No Frames</a></li>
+<li><a href="CommandLine.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -590,17 +680,17 @@ public&nbsp;<a href="http://download.ora
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
-<a name="skip-navbar_bottom">
+<a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLineParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLineParser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLineParser.html Sat May  9 18:19:15 2015
@@ -2,24 +2,38 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>CommandLineParser (Apache Commons CLI 1.3-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>CommandLineParser (Apache Commons CLI 1.3 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CommandLineParser (Apache Commons CLI 1.3-SNAPSHOT API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="CommandLineParser (Apache Commons CLI 1.3 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
+var methods = {"i0":6,"i1":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
+<div class="topNav"><a name="navbar.top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -34,15 +48,15 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/commons/cli/CommandLineParser.html" target="_top">Frames</a></li>
-<li><a href="CommandLineParser.html" target="_top">No Frames</a></li>
+<li><a href="CommandLineParser.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -62,16 +76,16 @@
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
-<a name="skip-navbar_top">
+<a name="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -94,8 +108,10 @@
 <div class="block">A class that implements the <code>CommandLineParser</code> interface
  can parse a String array according to the <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a> specified
  and return a <a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><code>CommandLine</code></a>.</div>
-<dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: CommandLineParser.java 1443102 2013-02-06 18:12:16Z tn $</dd></dl>
+<dl>
+<dt><span class="simpleTagLabel">Version:</span></dt>
+<dd>$Id: CommandLineParser.java 1443102 2013-02-06 18:12:16Z tn $</dd>
+</dl>
 </li>
 </ul>
 </div>
@@ -104,28 +120,28 @@
 <li class="blockList">
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method_summary">
+<li class="blockList"><a name="method.summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr class="altColor">
+<tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLineParser.html#parse(org.apache.commons.cli.Options,%20java.lang.String[])">parse</a></strong>(<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
-          <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLineParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-">parse</a></span>(<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
+     <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments)</code>
 <div class="block">Parse the arguments according to the specified options.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/cli/CommandLineParser.html#parse(org.apache.commons.cli.Options,%20java.lang.String[],%20boolean)">parse</a></strong>(<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
-          <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
-          boolean&nbsp;stopAtNonOption)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/CommandLineParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">parse</a></span>(<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
+     <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
+     boolean&nbsp;stopAtNonOption)</code>
 <div class="block">Parse the arguments according to the specified options.</div>
 </td>
 </tr>
@@ -140,46 +156,57 @@
 <li class="blockList">
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method_detail">
+<li class="blockList"><a name="method.detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="parse(org.apache.commons.cli.Options, java.lang.String[])">
+<a name="parse-org.apache.commons.cli.Options-java.lang.String:A-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
 <pre><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLineParser.html#line.39">parse</a>(<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
-                <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments)
-                  throws <a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></pre>
+                  <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments)
+           throws <a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></pre>
 <div class="block">Parse the arguments according to the specified options.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>options</code> - the specified Options</dd><dd><code>arguments</code> - the command line arguments</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the list of atomic option and value tokens</dd>
-<dt><span class="strong">Throws:</span></dt>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>options</code> - the specified Options</dd>
+<dd><code>arguments</code> - the command line arguments</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the list of atomic option and value tokens</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></code> - if there are any problems encountered
- while parsing the command line tokens.</dd></dl>
+ while parsing the command line tokens.</dd>
+</dl>
 </li>
 </ul>
-<a name="parse(org.apache.commons.cli.Options, java.lang.String[], boolean)">
+<a name="parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>parse</h4>
 <pre><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/CommandLineParser.html#line.74">parse</a>(<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
-                <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
-                boolean&nbsp;stopAtNonOption)
-                  throws <a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></pre>
+                  <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
+                  boolean&nbsp;stopAtNonOption)
+           throws <a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></pre>
 <div class="block">Parse the arguments according to the specified options.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>options</code> - the specified Options</dd><dd><code>arguments</code> - the command line arguments</dd><dd><code>stopAtNonOption</code> - if <tt>true</tt> an unrecognized argument stops
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>options</code> - the specified Options</dd>
+<dd><code>arguments</code> - the command line arguments</dd>
+<dd><code>stopAtNonOption</code> - if <tt>true</tt> an unrecognized argument stops
      the parsing and the remaining arguments are added to the 
      <a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><code>CommandLine</code></a>s args list. If <tt>false</tt> an unrecognized
      argument triggers a ParseException.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the list of atomic option and value tokens</dd>
-<dt><span class="strong">Throws:</span></dt>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the list of atomic option and value tokens</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></code> - if there are any problems encountered
- while parsing the command line tokens.</dd></dl>
+ while parsing the command line tokens.</dd>
+</dl>
 </li>
 </ul>
 </li>
@@ -190,9 +217,11 @@
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
+<div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -207,15 +236,15 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/commons/cli/CommandLineParser.html" target="_top">Frames</a></li>
-<li><a href="CommandLineParser.html" target="_top">No Frames</a></li>
+<li><a href="CommandLineParser.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -235,16 +264,16 @@
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
-<a name="skip-navbar_bottom">
+<a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->