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 2017/03/13 09:49:55 UTC

svn commit: r1008235 [2/39] - in /websites/production/commons/content/proper/commons-cli: ./ apidocs/ apidocs/org/apache/commons/cli/ apidocs/org/apache/commons/cli/class-use/ apidocs/src-html/org/apache/commons/cli/ css/ images/ images/svg/ jacoco-agg...

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/MissingOptionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/MissingOptionException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/MissingOptionException.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>MissingOptionException (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>MissingOptionException (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MissingOptionException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="MissingOptionException (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -340,6 +340,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Option.Builder.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Option.Builder.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Option.Builder.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Option.Builder (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Option.Builder (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Option.Builder (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Option.Builder (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static final class <a href="../../../../src-html/org/apache/commons/cli/Option.html#line.783">Option.Builder</a>
+<pre>public static final class <a href="../../../../src-html/org/apache/commons/cli/Option.html#line.792">Option.Builder</a>
 extends <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></pre>
 <div class="block">A nested builder class to create <code>Option</code> instances
  using descriptive methods.
@@ -259,7 +259,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>argName</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.831">argName</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;argName)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.840">argName</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;argName)</pre>
 <div class="block">Sets the display name for the argument value.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -275,7 +275,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>desc</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.843">desc</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;description)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.852">desc</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;description)</pre>
 <div class="block">Sets the description for this option.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -291,7 +291,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>longOpt</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.855">longOpt</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;longOpt)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.864">longOpt</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;longOpt)</pre>
 <div class="block">Sets the long name of the Option.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -307,7 +307,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>numberOfArgs</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.867">numberOfArgs</a>(int&nbsp;numberOfArgs)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.876">numberOfArgs</a>(int&nbsp;numberOfArgs)</pre>
 <div class="block">Sets the number of argument values the Option can take.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -323,7 +323,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>optionalArg</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.880">optionalArg</a>(boolean&nbsp;isOptional)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.889">optionalArg</a>(boolean&nbsp;isOptional)</pre>
 <div class="block">Sets whether the Option can have an optional argument.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -340,7 +340,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>required</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.891">required</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.900">required</a>()</pre>
 <div class="block">Marks this Option as required.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -354,7 +354,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>required</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.902">required</a>(boolean&nbsp;required)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.911">required</a>(boolean&nbsp;required)</pre>
 <div class="block">Sets whether the Option is mandatory.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -370,7 +370,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.914">type</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.923">type</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type)</pre>
 <div class="block">Sets the type of the Option.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -386,7 +386,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>valueSeparator</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.925">valueSeparator</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.934">valueSeparator</a>()</pre>
 <div class="block">The Option will use '=' as a means to separate argument value.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -400,7 +400,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>valueSeparator</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.951">valueSeparator</a>(char&nbsp;sep)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.960">valueSeparator</a>(char&nbsp;sep)</pre>
 <div class="block">The Option will use <code>sep</code> as a means to
  separate argument values.
  <p>
@@ -431,7 +431,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>hasArg</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.962">hasArg</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.971">hasArg</a>()</pre>
 <div class="block">Indicates that the Option will require an argument.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -445,7 +445,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>hasArg</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.973">hasArg</a>(boolean&nbsp;hasArg)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.982">hasArg</a>(boolean&nbsp;hasArg)</pre>
 <div class="block">Indicates if the Option has an argument or not.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -461,7 +461,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>hasArgs</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.985">hasArgs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.Builder.html#line.994">hasArgs</a>()</pre>
 <div class="block">Indicates that the Option can have unlimited argument values.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -475,7 +475,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>build</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/Option.Builder.html#line.997">build</a>()</pre>
+<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/Option.Builder.html#line.1006">build</a>()</pre>
 <div class="block">Constructs an Option with the values declared by this <a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli"><code>Option.Builder</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -553,6 +553,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Option.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Option.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Option.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Option (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Option (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Option (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Option (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -128,7 +128,7 @@ implements <a href="http://download.orac
  of <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>, it's required flag may not be changed anymore.</div>
 <dl>
 <dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id: Option.java 1677406 2015-05-03 14:27:31Z britter $</dd>
+<dd>$Id: Option.java 1756753 2016-08-18 10:18:43Z britter $</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>, 
 <a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><code>CommandLine</code></a>, 
@@ -934,11 +934,21 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getArgs</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.421">getArgs</a>()</pre>
-<div class="block">Returns the number of argument values this Option can take.</div>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.430">getArgs</a>()</pre>
+<div class="block">Returns the number of argument values this Option can take.
+ 
+ <p>
+ A value equal to the constant <a href="../../../../org/apache/commons/cli/Option.html#UNINITIALIZED"><code>UNINITIALIZED</code></a> (= -1) indicates
+ the number of arguments has not been specified.
+ A value equal to the constant <a href="../../../../org/apache/commons/cli/Option.html#UNLIMITED_VALUES"><code>UNLIMITED_VALUES</code></a> (= -2) indicates
+ that this options takes an unlimited amount of values.
+ </p></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>num the number of argument values</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../org/apache/commons/cli/Option.html#UNINITIALIZED"><code>UNINITIALIZED</code></a>, 
+<a href="../../../../org/apache/commons/cli/Option.html#UNLIMITED_VALUES"><code>UNLIMITED_VALUES</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -948,7 +958,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getValue</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/Option.html#line.513">getValue</a>()</pre>
+<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/Option.html#line.522">getValue</a>()</pre>
 <div class="block">Returns the specified value of this Option or 
  <code>null</code> if there is no value.</div>
 <dl>
@@ -964,7 +974,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getValue</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/Option.html#line.530">getValue</a>(int&nbsp;index)
+<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/Option.html#line.539">getValue</a>(int&nbsp;index)
                 throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></pre>
 <div class="block">Returns the specified value of this Option or 
  <code>null</code> if there is no value.</div>
@@ -986,7 +996,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getValue</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/Option.html#line.545">getValue</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;defaultValue)</pre>
+<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/Option.html#line.554">getValue</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;defaultValue)</pre>
 <div class="block">Returns the value/first value of this Option or the 
  <code>defaultValue</code> if there is no value.</div>
 <dl>
@@ -1005,7 +1015,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getValues</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/Option.html#line.559">getValues</a>()</pre>
+<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/Option.html#line.568">getValues</a>()</pre>
 <div class="block">Return the values of this Option as a String array 
  or null if there are no values</div>
 <dl>
@@ -1021,7 +1031,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getValuesList</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/Option.html#line.568">getValuesList</a>()</pre>
+<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/Option.html#line.577">getValuesList</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the values of this Option as a List
@@ -1035,7 +1045,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</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/Option.html#line.579">toString</a>()</pre>
+<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/Option.html#line.588">toString</a>()</pre>
 <div class="block">Dump state, suitable for debugging.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -1051,7 +1061,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.624">equals</a>(<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;o)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.633">equals</a>(<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;o)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><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></code>&nbsp;in class&nbsp;<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></dd>
@@ -1064,7 +1074,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.651">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.660">hashCode</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><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></code>&nbsp;in class&nbsp;<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></dd>
@@ -1077,7 +1087,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>clone</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/Option.html#line.672">clone</a>()</pre>
+<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/Option.html#line.681">clone</a>()</pre>
 <div class="block">A rather odd clone method - due to incorrect code in 1.0 it is public 
  and in 1.1 rather than throwing a CloneNotSupportedException it throws 
  a RuntimeException so as to maintain backwards compat at the API level. 
@@ -1102,7 +1112,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <li class="blockList">
 <h4>addValue</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;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.707">addValue</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;value)</pre>
+public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.716">addValue</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;value)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">This method is not intended to be used. It was a piece of internal 
  API that was made public in 1.0. It currently throws an UnsupportedOperationException.</div>
@@ -1122,7 +1132,7 @@ public&nbsp;boolean&nbsp;<a href="../../
 <ul class="blockList">
 <li class="blockList">
 <h4>builder</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.750">builder</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.759">builder</a>()</pre>
 <div class="block">Returns a <a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli"><code>Option.Builder</code></a> to create an <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> using descriptive
  methods.</div>
 <dl>
@@ -1139,7 +1149,7 @@ public&nbsp;boolean&nbsp;<a href="../../
 <ul class="blockListLast">
 <li class="blockList">
 <h4>builder</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.764">builder</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>
+<pre>public static&nbsp;<a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Option.html#line.773">builder</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">Returns a <a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli"><code>Option.Builder</code></a> to create an <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> using descriptive
  methods.</div>
 <dl>
@@ -1222,6 +1232,6 @@ public&nbsp;boolean&nbsp;<a href="../../
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionBuilder.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionBuilder.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>OptionBuilder (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>OptionBuilder (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OptionBuilder (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="OptionBuilder (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -732,6 +732,6 @@ public static&nbsp;<a href="../../../../
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionGroup.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionGroup.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionGroup.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>OptionGroup (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>OptionGroup (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OptionGroup (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="OptionGroup (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -118,7 +118,7 @@ implements <a href="http://download.orac
 <div class="block">A group of mutually exclusive options.</div>
 <dl>
 <dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id: OptionGroup.java 1669814 2015-03-28 18:09:26Z britter $</dd>
+<dd>$Id: OptionGroup.java 1749596 2016-06-21 20:27:06Z britter $</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../serialized-form.html#org.apache.commons.cli.OptionGroup">Serialized Form</a></dd>
 </dl>
@@ -421,6 +421,6 @@ implements <a href="http://download.orac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Options.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Options.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Options.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Options (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Options (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Options (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Options (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/commons/cli/Options.html#line.44">Options</a>
+<pre>public class <a href="../../../../src-html/org/apache/commons/cli/Options.html#line.43">Options</a>
 extends <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>
 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">Main entry-point into the library.
@@ -125,7 +125,7 @@ implements <a href="http://download.orac
  allowing for flexible multi-stage parsing.</div>
 <dl>
 <dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id: Options.java 1685376 2015-06-14 09:51:59Z britter $</dd>
+<dd>$Id: Options.java 1754332 2016-07-27 18:47:57Z britter $</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><code>CommandLine</code></a>, 
 <a href="../../../../serialized-form.html#org.apache.commons.cli.Options">Serialized Form</a></dd>
@@ -202,54 +202,63 @@ implements <a href="http://download.orac
 </td>
 </tr>
 <tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/Options.html#addRequiredOption-java.lang.String-java.lang.String-boolean-java.lang.String-">addRequiredOption</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;longOpt,
+                 boolean&nbsp;hasArg,
+                 <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;description)</code>
+<div class="block">Add an option that contains a short-name and a long-name.</div>
+</td>
+</tr>
+<tr id="i6" 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/Options.html#getMatchingOptions-java.lang.String-">getMatchingOptions</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">Returns the options with a long name starting with the name specified.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<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><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/Options.html#getOption-java.lang.String-">getOption</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 <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> matching the long or short name specified.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/Options.html#getOptionGroup-org.apache.commons.cli.Option-">getOptionGroup</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">Returns the OptionGroup the <code>opt</code> belongs to.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</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/Options.html#getOptions--">getOptions</a></span>()</code>
 <div class="block">Retrieve a read-only list of options in this set</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" 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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/Options.html#getRequiredOptions--">getRequiredOptions</a></span>()</code>
 <div class="block">Returns the required options.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/Options.html#hasLongOption-java.lang.String-">hasLongOption</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">Returns whether the named <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> is a member of this <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/Options.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">Returns whether the named <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> is a member of this <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/cli/Options.html#hasShortOption-java.lang.String-">hasShortOption</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">Returns whether the named <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> is a member of this <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" 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/Options.html#toString--">toString</a></span>()</code>
 <div class="block">Dump state, suitable for debugging.</div>
@@ -283,7 +292,7 @@ implements <a href="http://download.orac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Options</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.44">Options</a>()</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.43">Options</a>()</pre>
 </li>
 </ul>
 </li>
@@ -300,7 +309,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>addOptionGroup</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.69">addOptionGroup</a>(<a href="../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a>&nbsp;group)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.68">addOptionGroup</a>(<a href="../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a>&nbsp;group)</pre>
 <div class="block">Add the specified option group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -316,10 +325,13 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>addOption</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.109">addOption</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>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.111">addOption</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;description)</pre>
 <div class="block">Add an option that only contains a short name.
- The option does not take an argument.</div>
+ 
+ <p>
+ The option does not take an argument.
+ </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>opt</code> - Short single-character name of the option.</dd>
@@ -337,11 +349,14 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>addOption</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.124">addOption</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>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.129">addOption</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,
                          boolean&nbsp;hasArg,
                          <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;description)</pre>
 <div class="block">Add an option that only contains a short-name.
- It may be specified as requiring an argument.</div>
+
+ <p>
+ It may be specified as requiring an argument.
+ </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>opt</code> - Short single-character name of the option.</dd>
@@ -358,12 +373,15 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>addOption</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.140">addOption</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>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.148">addOption</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;longOpt,
                          boolean&nbsp;hasArg,
                          <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;description)</pre>
 <div class="block">Add an option that contains a short-name and a long-name.
- It may be specified as requiring an argument.</div>
+
+ <p>
+ It may be specified as requiring an argument.
+ </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>opt</code> - Short single-character name of the option.</dd>
@@ -375,13 +393,49 @@ implements <a href="http://download.orac
 </dl>
 </li>
 </ul>
+<a name="addRequiredOption-java.lang.String-java.lang.String-boolean-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addRequiredOption</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.176">addRequiredOption</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;longOpt,
+                                 boolean&nbsp;hasArg,
+                                 <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;description)</pre>
+<div class="block">Add an option that contains a short-name and a long-name.
+ 
+ <p>
+ The added option is set as required. It may be specified as requiring an argument. This method is a shortcut for:
+ </p>
+
+ <pre>
+ <code>
+ Options option = new Option(opt, longOpt, hasArg, description);
+ option.setRequired(true);
+ options.add(option);
+ </code>
+ </pre></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opt</code> - Short single-character name of the option.</dd>
+<dd><code>longOpt</code> - Long multi-character name of the option.</dd>
+<dd><code>hasArg</code> - flag signally if an argument is required after this option</dd>
+<dd><code>description</code> - Self-documenting description</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the resulting Options instance</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.4</dd>
+</dl>
+</li>
+</ul>
 <a name="addOption-org.apache.commons.cli.Option-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addOption</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.152">addOption</a>(<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.190">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">Adds an option instance</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -397,7 +451,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getOptions</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</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/Options.html#line.182">getOptions</a>()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</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/Options.html#line.220">getOptions</a>()</pre>
 <div class="block">Retrieve a read-only list of options in this set</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -411,7 +465,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequiredOptions</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>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.202">getRequiredOptions</a>()</pre>
+<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>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.240">getRequiredOptions</a>()</pre>
 <div class="block">Returns the required options.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -425,9 +479,12 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getOption</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/Options.html#line.214">getOption</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>
+<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/Options.html#line.255">getOption</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 <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> matching the long or short name specified.
- The leading hyphens in the name are ignored (up to 2).</div>
+
+ <p>
+ The leading hyphens in the name are ignored (up to 2).
+ </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>opt</code> - short or long name of the <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a></dd>
@@ -442,7 +499,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getMatchingOptions</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/Options.html#line.233">getMatchingOptions</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>
+<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/Options.html#line.274">getMatchingOptions</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">Returns the options with a long name starting with the name specified.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -460,7 +517,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>hasOption</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.262">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>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.303">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">Returns whether the named <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> is a member of this <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -476,7 +533,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>hasLongOption</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.276">hasLongOption</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>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.317">hasLongOption</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">Returns whether the named <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> is a member of this <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -494,7 +551,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>hasShortOption</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.290">hasShortOption</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>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.331">hasShortOption</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">Returns whether the named <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> is a member of this <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -512,14 +569,13 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getOptionGroup</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.304">getOptionGroup</a>(<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a>&nbsp;<a href="../../../../src-html/org/apache/commons/cli/Options.html#line.344">getOptionGroup</a>(<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</pre>
 <div class="block">Returns the OptionGroup the <code>opt</code> belongs to.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>opt</code> - the option whose OptionGroup is being queried.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>the OptionGroup if <code>opt</code> is part
- of an OptionGroup, otherwise return null</dd>
+<dd>the OptionGroup if <code>opt</code> is part of an OptionGroup, otherwise return null</dd>
 </dl>
 </li>
 </ul>
@@ -529,7 +585,7 @@ implements <a href="http://download.orac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</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/Options.html#line.315">toString</a>()</pre>
+<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/Options.html#line.355">toString</a>()</pre>
 <div class="block">Dump state, suitable for debugging.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -607,6 +663,6 @@ implements <a href="http://download.orac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/ParseException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/ParseException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/ParseException.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>ParseException (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>ParseException (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ParseException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="ParseException (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -272,6 +272,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Parser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Parser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Parser.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Parser (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Parser (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Parser (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Parser (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -126,7 +126,7 @@ implements <a href="../../../../org/apac
 <div class="block"><code>Parser</code> creates <a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><code>CommandLine</code></a>s.</div>
 <dl>
 <dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id: Parser.java 1677406 2015-05-03 14:27:31Z britter $</dd>
+<dd>$Id: Parser.java 1744812 2016-05-20 23:36:20Z ggregory $</dd>
 </dl>
 </li>
 </ul>
@@ -668,6 +668,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/PatternOptionBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/PatternOptionBuilder.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/PatternOptionBuilder.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>PatternOptionBuilder (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>PatternOptionBuilder (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PatternOptionBuilder (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="PatternOptionBuilder (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -518,6 +518,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/PosixParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/PosixParser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/PosixParser.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>PosixParser (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>PosixParser (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PosixParser (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="PosixParser (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -127,7 +127,7 @@ extends <a href="../../../../org/apache/
  <a href="../../../../org/apache/commons/cli/Parser.html#flatten-org.apache.commons.cli.Options-java.lang.String:A-boolean-"><code>flatten</code></a> method.</div>
 <dl>
 <dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id: PosixParser.java 1677451 2015-05-03 17:09:29Z ggregory $</dd>
+<dd>$Id: PosixParser.java 1783175 2017-02-16 07:52:05Z britter $</dd>
 </dl>
 </li>
 </ul>
@@ -317,7 +317,7 @@ extends <a href="../../../../org/apache/
 
  <ul>
   <li>ignore the first character ("<b>-</b>")</li>
-  <li>foreach remaining character check if an <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>
+  <li>for each remaining character check if an <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>
   exists with that id.</li>
   <li>if an <a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> does exist then add that character
   prepended with "<b>-</b>" to the list of processed tokens.</li>
@@ -408,6 +408,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/TypeHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/TypeHandler.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/TypeHandler.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>TypeHandler (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>TypeHandler (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeHandler (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="TypeHandler (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -500,6 +500,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>UnrecognizedOptionException (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>UnrecognizedOptionException (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnrecognizedOptionException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="UnrecognizedOptionException (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -347,6 +347,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AlreadySelectedException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AlreadySelectedException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AlreadySelectedException.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.cli.AlreadySelectedException (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Uses of Class org.apache.commons.cli.AlreadySelectedException (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.cli.AlreadySelectedException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.AlreadySelectedException (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -145,6 +145,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.cli.AmbiguousOptionException (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Uses of Class org.apache.commons.cli.AmbiguousOptionException (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.cli.AmbiguousOptionException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.AmbiguousOptionException (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -118,6 +118,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/BasicParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/BasicParser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/BasicParser.html Mon Mar 13 09:49:52 2017
@@ -3,8 +3,8 @@
 <html lang="de">
 <head>
 <!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.cli.BasicParser (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Uses of Class org.apache.commons.cli.BasicParser (Apache Commons CLI 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.cli.BasicParser (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.BasicParser (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -118,6 +118,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file