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 [3/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...

Added: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.Builder.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.Builder.html (added)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.Builder.html Mon Mar 13 09:49:52 2017
@@ -0,0 +1,156 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Uses of Class org.apache.commons.cli.CommandLine.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>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.commons.cli.CommandLine.Builder (Apache Commons CLI 1.4 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<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>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../org/apache/commons/cli/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/commons/cli/class-use/CommandLine.Builder.html" target="_top">Frames</a></li>
+<li><a href="CommandLine.Builder.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.commons.cli.CommandLine.Builder" class="title">Uses of Class<br>org.apache.commons.cli.CommandLine.Builder</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.commons.cli">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">CommandLine.Builder</a> in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> that return <a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">CommandLine.Builder</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">CommandLine.Builder</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CommandLine.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html#addArg-java.lang.String-">addArg</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;arg)</code>
+<div class="block">Add left-over unrecognized option/argument.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">CommandLine.Builder</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CommandLine.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html#addOption-org.apache.commons.cli.Option-">addOption</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</code>
+<div class="block">Add an option to the command line.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<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>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../org/apache/commons/cli/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/commons/cli/class-use/CommandLine.Builder.html" target="_top">Frames</a></li>
+<li><a href="CommandLine.Builder.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<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>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.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.CommandLine (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.CommandLine (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.CommandLine (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.CommandLine (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -110,6 +110,10 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CommandLine.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html#build--">build</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
@@ -117,19 +121,19 @@
  on the specified <a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">CommandLineParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLineParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments)</code>
 <div class="block">Parse the arguments according to the specified options.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
@@ -139,13 +143,13 @@
  based on the specified <a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
      boolean&nbsp;stopAtNonOption)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">CommandLineParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLineParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
@@ -153,7 +157,7 @@
 <div class="block">Parse the arguments according to the specified options.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
@@ -162,7 +166,7 @@
 <div class="block">Parse the arguments according to the specified options and properties.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
@@ -170,7 +174,7 @@
 <div class="block">Parse the arguments according to the specified options and properties.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
@@ -181,7 +185,7 @@
  properties.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
 <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arguments,
@@ -243,6 +247,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/CommandLineParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLineParser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLineParser.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 Interface org.apache.commons.cli.CommandLineParser (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Uses of Interface org.apache.commons.cli.CommandLineParser (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 Interface org.apache.commons.cli.CommandLineParser (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Interface org.apache.commons.cli.CommandLineParser (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -177,6 +177,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/DefaultParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DefaultParser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DefaultParser.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.DefaultParser (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.DefaultParser (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.DefaultParser (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.DefaultParser (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/GnuParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/GnuParser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/GnuParser.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.GnuParser (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.GnuParser (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.GnuParser (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.GnuParser (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/HelpFormatter.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/HelpFormatter.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/HelpFormatter.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.HelpFormatter (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.HelpFormatter (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.HelpFormatter (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.HelpFormatter (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/MissingArgumentException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingArgumentException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingArgumentException.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.MissingArgumentException (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.MissingArgumentException (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.MissingArgumentException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.MissingArgumentException (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/MissingOptionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingOptionException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.MissingOptionException (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.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="Uses of Class org.apache.commons.cli.MissingOptionException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.MissingOptionException (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -147,6 +147,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/Option.Builder.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Option.Builder.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.Option.Builder (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.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="Uses of Class org.apache.commons.cli.Option.Builder (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.Option.Builder (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -232,6 +232,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/Option.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Option.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.Option (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.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="Uses of Class org.apache.commons.cli.Option (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.Option (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -231,12 +231,18 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">CommandLine.Builder</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CommandLine.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html#addOption-org.apache.commons.cli.Option-">addOption</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</code>
+<div class="block">Add an option to the command line.</div>
+</td>
+</tr>
+<tr class="altColor">
 <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"><span class="typeNameLabel">Options.</span><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 class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#processArgs-org.apache.commons.cli.Option-java.util.ListIterator-">processArgs</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt,
            <a href="http://download.oracle.com/javase/6/docs/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</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;iter)</code>
@@ -246,7 +252,7 @@
  specified iterator <code>iter</code>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">OptionGroup.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/OptionGroup.html#setSelected-org.apache.commons.cli.Option-">setSelected</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;option)</code>
 <div class="block">Set the selected option of this group to <code>name</code>.</div>
@@ -341,6 +347,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/OptionBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/OptionBuilder.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.OptionBuilder (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.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="Uses of Class org.apache.commons.cli.OptionBuilder (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.OptionBuilder (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -257,6 +257,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/OptionGroup.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/OptionGroup.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.OptionGroup (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.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="Uses of Class org.apache.commons.cli.OptionGroup (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.OptionGroup (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -187,6 +187,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/Options.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Options.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.Options (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.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,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.Options (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.Options (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -138,12 +138,21 @@
 </td>
 </tr>
 <tr 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"><span class="typeNameLabel">Options.</span><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 class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#getOptions--">getOptions</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 &nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a></code></td>
 <td class="colLast"><span class="typeNameLabel">PatternOptionBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/PatternOptionBuilder.html#parsePattern-java.lang.String-">parsePattern</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;pattern)</code>
 <div class="block">Returns the <a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a> instance represented by <code>pattern</code>.</div>
@@ -465,6 +474,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/ParseException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/ParseException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.ParseException (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.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="Uses of Class org.apache.commons.cli.ParseException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.ParseException (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -362,6 +362,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/Parser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Parser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.Parser (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.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="Uses of Class org.apache.commons.cli.Parser (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.Parser (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -163,6 +163,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/PatternOptionBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/PatternOptionBuilder.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.PatternOptionBuilder (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.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="Uses of Class org.apache.commons.cli.PatternOptionBuilder (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.PatternOptionBuilder (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/PosixParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/PosixParser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.PosixParser (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.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="Uses of Class org.apache.commons.cli.PosixParser (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.PosixParser (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/TypeHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/TypeHandler.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.TypeHandler (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.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="Uses of Class org.apache.commons.cli.TypeHandler (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.TypeHandler (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/UnrecognizedOptionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/UnrecognizedOptionException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.UnrecognizedOptionException (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.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="Uses of Class org.apache.commons.cli.UnrecognizedOptionException (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.cli.UnrecognizedOptionException (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/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-frame.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>org.apache.commons.cli (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>org.apache.commons.cli (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>
@@ -19,6 +19,7 @@
 <ul title="Classes">
 <li><a href="BasicParser.html" title="class in org.apache.commons.cli" target="classFrame">BasicParser</a></li>
 <li><a href="CommandLine.html" title="class in org.apache.commons.cli" target="classFrame">CommandLine</a></li>
+<li><a href="CommandLine.Builder.html" title="class in org.apache.commons.cli" target="classFrame">CommandLine.Builder</a></li>
 <li><a href="DefaultParser.html" title="class in org.apache.commons.cli" target="classFrame">DefaultParser</a></li>
 <li><a href="GnuParser.html" title="class in org.apache.commons.cli" target="classFrame">GnuParser</a></li>
 <li><a href="HelpFormatter.html" title="class in org.apache.commons.cli" target="classFrame">HelpFormatter</a></li>
@@ -43,4 +44,4 @@
 </ul>
 </div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-summary.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>org.apache.commons.cli (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>org.apache.commons.cli (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="org.apache.commons.cli (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="org.apache.commons.cli (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -117,73 +117,80 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">CommandLine.Builder</a></td>
+<td class="colLast">
+<div class="block">A nested builder class to create <code>CommandLine</code> instance
+ using descriptive methods.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli">DefaultParser</a></td>
 <td class="colLast">
 <div class="block">Default parser.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/GnuParser.html" title="class in org.apache.commons.cli">GnuParser</a></td>
 <td class="colLast">Deprecated
 <div class="block"><span class="deprecationComment">since 1.3, use the <a href="../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><code>DefaultParser</code></a> instead</span></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/HelpFormatter.html" title="class in org.apache.commons.cli">HelpFormatter</a></td>
 <td class="colLast">
 <div class="block">A formatter of help messages for command line options.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></td>
 <td class="colLast">
 <div class="block">Describes a single command-line option.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a></td>
 <td class="colLast">
 <div class="block">A nested builder class to create <code>Option</code> instances
  using descriptive methods.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/OptionBuilder.html" title="class in org.apache.commons.cli">OptionBuilder</a></td>
 <td class="colLast">Deprecated
 <div class="block"><span class="deprecationComment">since 1.3, use <a href="../../../../org/apache/commons/cli/Option.html#builder-java.lang.String-"><code>Option.builder(String)</code></a> instead</span></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></td>
 <td class="colLast">
 <div class="block">A group of mutually exclusive options.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a></td>
 <td class="colLast">
 <div class="block">Main entry-point into the library.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/Parser.html" title="class in org.apache.commons.cli">Parser</a></td>
 <td class="colLast">Deprecated
 <div class="block"><span class="deprecationComment">since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases</span></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/PatternOptionBuilder.html" title="class in org.apache.commons.cli">PatternOptionBuilder</a></td>
 <td class="colLast">
 <div class="block">Allows Options to be created from a single String.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/PosixParser.html" title="class in org.apache.commons.cli">PosixParser</a></td>
 <td class="colLast">Deprecated
 <div class="block"><span class="deprecationComment">since 1.3, use the <a href="../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><code>DefaultParser</code></a> instead</span></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/commons/cli/TypeHandler.html" title="class in org.apache.commons.cli">TypeHandler</a></td>
 <td class="colLast">
 <div class="block">This is a temporary implementation.</div>
@@ -299,6 +306,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/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-tree.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>org.apache.commons.cli Class Hierarchy (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>org.apache.commons.cli Class Hierarchy (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="org.apache.commons.cli Class Hierarchy (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="org.apache.commons.cli Class Hierarchy (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -77,6 +77,7 @@
 <li type="circle">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"><span class="typeNameLink">Object</span></a>
 <ul>
 <li type="circle">org.apache.commons.cli.<a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><span class="typeNameLink">CommandLine</span></a> (implements java.io.<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>)</li>
+<li type="circle">org.apache.commons.cli.<a href="../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli"><span class="typeNameLink">CommandLine.Builder</span></a></li>
 <li type="circle">org.apache.commons.cli.<a href="../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><span class="typeNameLink">DefaultParser</span></a> (implements org.apache.commons.cli.<a href="../../../../org/apache/commons/cli/CommandLineParser.html" title="interface in org.apache.commons.cli">CommandLineParser</a>)</li>
 <li type="circle">org.apache.commons.cli.<a href="../../../../org/apache/commons/cli/HelpFormatter.html" title="class in org.apache.commons.cli"><span class="typeNameLink">HelpFormatter</span></a></li>
 <li type="circle">org.apache.commons.cli.<a href="../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><span class="typeNameLink">Option</span></a> (implements java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, java.io.<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>)</li>
@@ -167,6 +168,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/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-use.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-use.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 Package org.apache.commons.cli (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Uses of Package org.apache.commons.cli (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 Package org.apache.commons.cli (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.commons.cli (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -94,58 +94,64 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/CommandLine.Builder.html#org.apache.commons.cli">CommandLine.Builder</a>
+<div class="block">A nested builder class to create <code>CommandLine</code> instance
+ using descriptive methods.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/CommandLineParser.html#org.apache.commons.cli">CommandLineParser</a>
 <div class="block">A class that implements the <code>CommandLineParser</code> interface
  can parse a String array according to the <a href="../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a> specified
  and return a <a href="../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><code>CommandLine</code></a>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/MissingOptionException.html#org.apache.commons.cli">MissingOptionException</a>
 <div class="block">Thrown when a required option has not been provided.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/Option.html#org.apache.commons.cli">Option</a>
 <div class="block">Describes a single command-line option.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/Option.Builder.html#org.apache.commons.cli">Option.Builder</a>
 <div class="block">A nested builder class to create <code>Option</code> instances
  using descriptive methods.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/OptionBuilder.html#org.apache.commons.cli">OptionBuilder</a>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">since 1.3, use <a href="../../../../org/apache/commons/cli/Option.html#builder-java.lang.String-"><code>Option.builder(String)</code></a> instead</span></div>
 </div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/OptionGroup.html#org.apache.commons.cli">OptionGroup</a>
 <div class="block">A group of mutually exclusive options.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/Options.html#org.apache.commons.cli">Options</a>
 <div class="block">Main entry-point into the library.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/ParseException.html#org.apache.commons.cli">ParseException</a>
 <div class="block">Base for Exceptions thrown during parsing of a command-line.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/Parser.html#org.apache.commons.cli">Parser</a>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases</span></div>
 </div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../org/apache/commons/cli/class-use/UnrecognizedOptionException.html#org.apache.commons.cli">UnrecognizedOptionException</a>
 <div class="block">Exception thrown during parsing signalling an unrecognized
  option was seen.</div>
@@ -202,6 +208,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/overview-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/overview-tree.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/overview-tree.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>Class Hierarchy (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Class Hierarchy (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="Class Hierarchy (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Class Hierarchy (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -81,6 +81,7 @@
 <li type="circle">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"><span class="typeNameLink">Object</span></a>
 <ul>
 <li type="circle">org.apache.commons.cli.<a href="org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli"><span class="typeNameLink">CommandLine</span></a> (implements java.io.<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>)</li>
+<li type="circle">org.apache.commons.cli.<a href="org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli"><span class="typeNameLink">CommandLine.Builder</span></a></li>
 <li type="circle">org.apache.commons.cli.<a href="org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><span class="typeNameLink">DefaultParser</span></a> (implements org.apache.commons.cli.<a href="org/apache/commons/cli/CommandLineParser.html" title="interface in org.apache.commons.cli">CommandLineParser</a>)</li>
 <li type="circle">org.apache.commons.cli.<a href="org/apache/commons/cli/HelpFormatter.html" title="class in org.apache.commons.cli"><span class="typeNameLink">HelpFormatter</span></a></li>
 <li type="circle">org.apache.commons.cli.<a href="org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><span class="typeNameLink">Option</span></a> (implements java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, java.io.<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>)</li>
@@ -171,6 +172,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/script.js
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/script.js (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/script.js Mon Mar 13 09:49:52 2017
@@ -27,4 +27,4 @@ function updateTabs(type)
             spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
         }
     }
-}
+}
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/serialized-form.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/serialized-form.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/serialized-form.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>Serialized Form (Apache Commons CLI 1.4-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Serialized Form (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="Serialized Form (Apache Commons CLI 1.4-SNAPSHOT API)";
+            parent.document.title="Serialized Form (Apache Commons CLI 1.4 API)";
         }
     }
     catch(err) {
@@ -138,7 +138,7 @@
 <li class="blockList">
 <h4>args</h4>
 <pre><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/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; args</pre>
-<div class="block">the unrecognised options/arguments</div>
+<div class="block">the unrecognized options/arguments</div>
 </li>
 <li class="blockListLast">
 <h4>options</h4>
@@ -404,6 +404,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/src-html/org/apache/commons/cli/AlreadySelectedException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/AlreadySelectedException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/AlreadySelectedException.html Mon Mar 13 09:49:52 2017
@@ -156,4 +156,4 @@
 </pre>
 </div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/AmbiguousOptionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/AmbiguousOptionException.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/AmbiguousOptionException.html Mon Mar 13 09:49:52 2017
@@ -157,4 +157,4 @@
 </pre>
 </div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/BasicParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/BasicParser.html (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/BasicParser.html Mon Mar 13 09:49:52 2017
@@ -120,4 +120,4 @@
 </pre>
 </div>
 </body>
-</html>
+</html>
\ No newline at end of file