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
 Thu Jun  8 17:47:18 2017
@@ -2,38 +2,24 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CommandLine (Apache Commons CLI 1.5-SNAPSHOT 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"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CommandLine (Apache Commons CLI 
1.5-SNAPSHOT API)";
-        }
-    }
-    catch(err) {
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="CommandLine (Apache Commons CLI 1.5-SNAPSHOT 
API)";
     }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":42,"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,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":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>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -48,15 +34,15 @@ var activeTableTab = "activeTableTab";
 </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="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/CommandLine.Builder.html" 
title="class in org.apache.commons.cli"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<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/CommandLine.Builder.html" 
title="class in org.apache.commons.cli"><span class="strong">Next 
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&nbsp;Frames</a></li>
+<li><a href="CommandLine.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -73,19 +59,19 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&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 ========= -->
@@ -117,18 +103,15 @@ 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="simpleTagLabel">Version:</span></dt>
-<dd>$Id: CommandLine.java 1788678 2017-03-25 18:32:55Z britter $</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>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Id$</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>
 </li>
 </ul>
 </div>
@@ -137,11 +120,11 @@ implements <a href="http://download.orac
 <li class="blockList">
 <!-- ======== NESTED CLASS SUMMARY ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="nested.class.summary">
+<li class="blockList"><a name="nested_class_summary">
 <!--   -->
 </a>
 <h3>Nested Class Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Nested Class Summary table, listing nested classes, and an 
explanation">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Nested Class Summary table, listing nested classes, and an 
explanation">
 <caption><span>Nested Classes</span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -149,7 +132,7 @@ implements <a href="http://download.orac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class 
in org.apache.commons.cli">CommandLine.Builder</a></span></code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class 
in org.apache.commons.cli">CommandLine.Builder</a></strong></code>
 <div class="block">A nested builder class to create <code>CommandLine</code> 
instance
  using descriptive methods.</div>
 </td>
@@ -159,11 +142,11 @@ implements <a href="http://download.orac
 </ul>
 <!-- ======== 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="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="overviewSummary" 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>
@@ -171,7 +154,7 @@ implements <a href="http://download.orac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#CommandLine--">CommandLine</a></span>()</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#CommandLine()">CommandLine</a></strong>()</code>
 <div class="block">Creates a command line.</div>
 </td>
 </tr>
@@ -180,180 +163,180 @@ 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="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>
+<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>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr id="i0" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<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>
+<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>
 <div class="block">Add left-over unrecognized option/argument.</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<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>
+<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>
 <div class="block">Add an option to the command line.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getArgList--">getArgList</a></span>()</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getArgList()">getArgList</a></strong>()</code>
 <div class="block">Retrieve any left-over non-recognized options and 
arguments</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getArgs--">getArgs</a></span>()</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getArgs()">getArgs</a></strong>()</code>
 <div class="block">Retrieve any left-over non-recognized options and 
arguments</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionObject-char-">getOptionObject</a></span>(char&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(char)</span></div>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionObject(char)">getOptionObject</a></strong>(char&nbsp;opt)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>due to System.err message. Instead use 
getParsedOptionValue(char)</i></div>
 </div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr 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><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>
+<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>
 </div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionProperties-org.apache.commons.cli.Option-">getOptionProperties</a></span>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionProperties(org.apache.commons.cli.Option)">getOptionProperties</a></strong>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</code>
 <div class="block">Retrieve the map of values associated to the option.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr class="rowColor">
 <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><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>
+<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>
 <div class="block">Retrieve the map of values associated to the option.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr class="altColor">
 <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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptions--">getOptions</a></span>()</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptions()">getOptions</a></strong>()</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 id="i9" class="rowColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue-char-">getOptionValue</a></span>(char&nbsp;opt)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue(char)">getOptionValue</a></strong>(char&nbsp;opt)</code>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr 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><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>
+<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>
 <div class="block">Retrieve the argument, if any, of an option.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue-org.apache.commons.cli.Option-">getOptionValue</a></span>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue(org.apache.commons.cli.Option)">getOptionValue</a></strong>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</code>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue-org.apache.commons.cli.Option-java.lang.String-">getOptionValue</a></span>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option,
-              <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><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValue(org.apache.commons.cli.Option,%20java.lang.String)">getOptionValue</a></strong>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option,
+                            <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 id="i13" class="rowColor">
+<tr 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><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>
+<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>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr 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><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>
+<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>
 <div class="block">Retrieve the first argument, if any, of an option.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValues-char-">getOptionValues</a></span>(char&nbsp;opt)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValues(char)">getOptionValues</a></strong>(char&nbsp;opt)</code>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValues-org.apache.commons.cli.Option-">getOptionValues</a></span>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getOptionValues(org.apache.commons.cli.Option)">getOptionValues</a></strong>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</code>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr 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><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>
+<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>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getParsedOptionValue-char-">getParsedOptionValue</a></span>(char&nbsp;opt)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getParsedOptionValue(char)">getParsedOptionValue</a></strong>(char&nbsp;opt)</code>
 <div class="block">Return a version of this <code>Option</code> converted to a 
particular type.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr 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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getParsedOptionValue-org.apache.commons.cli.Option-">getParsedOptionValue</a></span>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#getParsedOptionValue(org.apache.commons.cli.Option)">getParsedOptionValue</a></strong>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</code>
 <div class="block">Return a version of this <code>Option</code> converted to a 
particular type.</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr 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><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>
+<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>
 <div class="block">Return a version of this <code>Option</code> converted to a 
particular type.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#hasOption-char-">hasOption</a></span>(char&nbsp;opt)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#hasOption(char)">hasOption</a></strong>(char&nbsp;opt)</code>
 <div class="block">Query to see if an option has been set.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#hasOption-org.apache.commons.cli.Option-">hasOption</a></span>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;opt)</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#hasOption(org.apache.commons.cli.Option)">hasOption</a></strong>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;opt)</code>
 <div class="block">Query to see if an option has been set.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<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>
+<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>
 <div class="block">Query to see if an option has been set.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr class="altColor">
 <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><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/CommandLine.html#iterator--">iterator</a></span>()</code>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/CommandLine.html#iterator()">iterator</a></strong>()</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-int-";
 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,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -365,11 +348,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">
@@ -383,11 +366,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-org.apache.commons.cli.Option-">
+<a name="hasOption(org.apache.commons.cli.Option)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -395,17 +378,12 @@ 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.66">hasOption</a>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;opt)</pre>
 <div class="block">Query to see if an option has been set.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>opt</code> - the option to check</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>true if set, false if not</dd>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.4</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - the 
option to check</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if set, false if 
not</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.5</dd></dl>
 </li>
 </ul>
-<a name="hasOption-java.lang.String-">
+<a name="hasOption(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -413,15 +391,11 @@ 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.77">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="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>
+<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>
 </li>
 </ul>
-<a name="hasOption-char-">
+<a name="hasOption(char)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -429,15 +403,11 @@ 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.88">hasOption</a>(char&nbsp;opt)</pre>
 <div class="block">Query to see if an option has been set.</div>
-<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>
+<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>
 </li>
 </ul>
-<a name="getOptionObject-java.lang.String-">
+<a name="getOptionObject(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -445,17 +415,13 @@ 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.101">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="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">due to System.err message. Instead use 
getParsedOptionValue(String)</span></div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>due to 
System.err message. Instead use getParsedOptionValue(String)</i></div>
 <div class="block">Return the <code>Object</code> type of this 
<code>Option</code>.</div>
-<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>
+<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>
 </li>
 </ul>
-<a name="getParsedOptionValue-org.apache.commons.cli.Option-">
+<a name="getParsedOptionValue(org.apache.commons.cli.Option)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -464,21 +430,15 @@ 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.123">getParsedOptionValue</a>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)
                             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="paramLabel">Parameters:</span></dt>
-<dd><code>option</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.4</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>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>option</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.5</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>
 </li>
 </ul>
-<a name="getParsedOptionValue-java.lang.String-">
+<a name="getParsedOptionValue(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -487,21 +447,15 @@ 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.146">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="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>
+<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>
 </li>
 </ul>
-<a name="getParsedOptionValue-char-">
+<a name="getParsedOptionValue(char)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -510,38 +464,28 @@ 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.160">getParsedOptionValue</a>(char&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="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>
+<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.5</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>
 </li>
 </ul>
-<a name="getOptionObject-char-">
+<a name="getOptionObject(char)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <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.172">getOptionObject</a>(char&nbsp;opt)</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">due to System.err message. Instead use 
getParsedOptionValue(char)</span></div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>due to 
System.err message. Instead use getParsedOptionValue(char)</i></div>
 <div class="block">Return the <code>Object</code> type of this 
<code>Option</code>.</div>
-<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>
+<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>
 </li>
 </ul>
-<a name="getOptionValue-org.apache.commons.cli.Option-">
+<a name="getOptionValue(org.apache.commons.cli.Option)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -549,18 +493,13 @@ 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.185">getOptionValue</a>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</pre>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>option</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>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.4</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>option</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><dt><span class="strong">Since:</span></dt>
+  <dd>1.5</dd></dl>
 </li>
 </ul>
-<a name="getOptionValue-java.lang.String-">
+<a name="getOptionValue(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -568,16 +507,12 @@ 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.202">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="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>
+<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>
 </li>
 </ul>
-<a name="getOptionValue-char-">
+<a name="getOptionValue(char)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -585,16 +520,12 @@ 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.214">getOptionValue</a>(char&nbsp;opt)</pre>
 <div class="block">Retrieve the first argument, if any, of this option.</div>
-<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>
+<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>
 </li>
 </ul>
-<a name="getOptionValues-org.apache.commons.cli.Option-">
+<a name="getOptionValues(org.apache.commons.cli.Option)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -602,18 +533,13 @@ 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.227">getOptionValues</a>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option)</pre>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>option</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>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.4</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>option</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><dt><span class="strong">Since:</span></dt>
+  <dd>1.5</dd></dl>
 </li>
 </ul>
-<a name="getOptionValues-java.lang.String-">
+<a name="getOptionValues(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -621,16 +547,12 @@ 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.249">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="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>
+<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>
 </li>
 </ul>
-<a name="getOptionValues-char-">
+<a name="getOptionValues(char)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -638,78 +560,58 @@ 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.286">getOptionValues</a>(char&nbsp;opt)</pre>
 <div class="block">Retrieves the array of values, if any, of an option.</div>
-<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>
+<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>
 </li>
 </ul>
-<a name="getOptionValue-org.apache.commons.cli.Option-java.lang.String-">
+<a name="getOptionValue(org.apache.commons.cli.Option, 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.301">getOptionValue</a>(<a
 href="../../../../org/apache/commons/cli/Option.html" title="class in 
org.apache.commons.cli">Option</a>&nbsp;option,
-                             <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="paramLabel">Parameters:</span></dt>
-<dd><code>option</code> - name of the option</dd>
-<dd><code>defaultValue</code> - is the default value to be returned if the 
option
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>option</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="returnLabel">Returns:</span></dt>
-<dd>Value of the argument if option is set, and has an argument,
- otherwise <code>defaultValue</code>.</dd>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.4</dd>
-</dl>
+<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><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.5</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.316">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="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
+<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
  is not specified</dd>
-<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>
+<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>
 </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.330">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="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
+<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
  is not specified</dd>
-<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>
+<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>
 </li>
 </ul>
-<a name="getOptionProperties-org.apache.commons.cli.Option-">
+<a name="getOptionProperties(org.apache.commons.cli.Option)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -722,18 +624,13 @@ 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="paramLabel">Parameters:</span></dt>
-<dd><code>option</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.4</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>option</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.5</dd></dl>
 </li>
 </ul>
-<a name="getOptionProperties-java.lang.String-">
+<a name="getOptionProperties(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -746,18 +643,13 @@ 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="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>
+<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>
 </li>
 </ul>
-<a name="getArgs--">
+<a name="getArgs()">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -765,13 +657,10 @@ 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.416">getArgs</a>()</pre>
 <div class="block">Retrieve any left-over non-recognized options and 
arguments</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>remaining items passed in but not parsed as an array</dd>
-</dl>
+<dl><dt><span class="strong">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">
@@ -779,13 +668,10 @@ 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.430">getArgList</a>()</pre>
 <div class="block">Retrieve any left-over non-recognized options and 
arguments</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>remaining items passed in but not parsed as a <code>List</code>.</dd>
-</dl>
+<dl><dt><span class="strong">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">
@@ -793,13 +679,10 @@ 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.462">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="paramLabel">Parameters:</span></dt>
-<dd><code>arg</code> - the unrecognized option/argument.</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>arg</code> - the 
unrecognized 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">
@@ -807,13 +690,10 @@ 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.472">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="paramLabel">Parameters:</span></dt>
-<dd><code>opt</code> - the processed option</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>opt</code> - the 
processed option</dd></dl>
 </li>
 </ul>
-<a name="iterator--">
+<a name="iterator()">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -821,14 +701,11 @@ 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.483">iterator</a>()</pre>
 <div class="block">Returns an iterator over the Option members of 
CommandLine.</div>
-<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>
+<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>
 </li>
 </ul>
-<a name="getOptions--">
+<a name="getOptions()">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -836,10 +713,7 @@ 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.493">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="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>
+<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>
 </li>
 </ul>
 </li>
@@ -850,11 +724,9 @@ 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>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -869,15 +741,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="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/CommandLine.Builder.html" 
title="class in org.apache.commons.cli"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<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/CommandLine.Builder.html" 
title="class in org.apache.commons.cli"><span class="strong">Next 
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&nbsp;Frames</a></li>
+<li><a href="CommandLine.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -894,19 +766,19 @@ public&nbsp;<a href="http://download.ora
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&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 ======= -->


Reply via email to