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
 Sat May  9 18:19:15 2015
@@ -2,24 +2,38 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>PatternOptionBuilder (Apache Commons CLI 1.3-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>PatternOptionBuilder (Apache Commons CLI 1.3 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PatternOptionBuilder (Apache Commons CLI 
1.3-SNAPSHOT API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="PatternOptionBuilder (Apache Commons CLI 
1.3 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
+var methods = {"i0":9,"i1":9,"i2":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
+<div class="topNav"><a name="navbar.top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -34,15 +48,15 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/cli/Parser.html" title="class in 
org.apache.commons.cli"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/PosixParser.html" title="class 
in org.apache.commons.cli"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/Parser.html" title="class in 
org.apache.commons.cli"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/PosixParser.html" title="class 
in org.apache.commons.cli"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../index.html?org/apache/commons/cli/PatternOptionBuilder.html" 
target="_top">Frames</a></li>
-<li><a href="PatternOptionBuilder.html" target="_top">No Frames</a></li>
+<li><a href="PatternOptionBuilder.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -60,18 +74,18 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
-<a name="skip-navbar_top">
+<a name="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -94,33 +108,40 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.52">PatternOptionBuilder</a>
+<pre>public class <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.57">PatternOptionBuilder</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">Allows Options to be created from a single String.
+<div class="block"><p>Allows Options to be created from a single String.
  The pattern contains various single character flags and via
  an optional punctuation character, their expected type.
- <p>
+ </p>
+ 
  <table border="1">
- <tr><td>a</td><td>-a flag</td></tr>
- <tr><td>b@</td><td>-b [classname]</td></tr>
- <tr><td>c&gt;</td><td>-c [filename]</td></tr>
- <tr><td>d+</td><td>-d [classname] (creates object via empty 
constructor)</td></tr>
- <tr><td>e%</td><td>-e [number] (creates Double/Long instance depending on 
existing of a '.')</td></tr>
- <tr><td>f/</td><td>-f [url]</td></tr>
- <tr><td>g:</td><td>-g [string]</td></tr>
+   <caption>Overview of PatternOptionBuilder patterns</caption>
+   <tr><td>a</td><td>-a flag</td></tr>
+   <tr><td>b@</td><td>-b [classname]</td></tr>
+   <tr><td>c&gt;</td><td>-c [filename]</td></tr>
+   <tr><td>d+</td><td>-d [classname] (creates object via empty 
constructor)</td></tr>
+   <tr><td>e%</td><td>-e [number] (creates Double/Long instance depending on 
existing of a '.')</td></tr>
+   <tr><td>f/</td><td>-f [url]</td></tr>
+   <tr><td>g:</td><td>-g [string]</td></tr>
  </table>
+ 
  <p>
  For example, the following allows command line flags of '-v -p string-value 
-f /dir/file'.
  The exclamation mark precede a mandatory option.
+ </p>
 
  <pre>
      Options options = PatternOptionBuilder.parsePattern("vp:!f/");
  </pre>
 
  <p>
- TODO These need to break out to OptionType and also to be pluggable.</div>
-<dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: PatternOptionBuilder.java 1447005 2013-02-17 11:11:06Z tn 
$</dd></dl>
+ TODO: These need to break out to OptionType and also to be pluggable.
+ </p></div>
+<dl>
+<dt><span class="simpleTagLabel">Version:</span></dt>
+<dd>$Id: PatternOptionBuilder.java 1677406 2015-05-03 14:27:31Z britter $</dd>
+</dl>
 </li>
 </ul>
 </div>
@@ -129,11 +150,11 @@ extends <a href="http://download.oracle.
 <li class="blockList">
 <!-- =========== FIELD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="field_summary">
+<li class="blockList"><a name="field.summary">
 <!--   -->
 </a>
 <h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Field Summary table, listing fields, and an explanation">
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Field Summary table, listing fields, and an explanation">
 <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -141,55 +162,55 @@ extends <a href="http://download.oracle.
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <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;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#CLASS_VALUE">CLASS_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#CLASS_VALUE">CLASS_VALUE</a></span></code>
 <div class="block">Class class</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true";
 title="class or interface in java.util">Date</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#DATE_VALUE">DATE_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#DATE_VALUE">DATE_VALUE</a></span></code>
 <div class="block">Date class</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true";
 title="class or interface in java.io">FileInputStream</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#EXISTING_FILE_VALUE">EXISTING_FILE_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#EXISTING_FILE_VALUE">EXISTING_FILE_VALUE</a></span></code>
 <div class="block">FileInputStream class</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#FILE_VALUE">FILE_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#FILE_VALUE">FILE_VALUE</a></span></code>
 <div class="block">File class</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>[]&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#FILES_VALUE">FILES_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#FILES_VALUE">FILES_VALUE</a></span></code>
 <div class="block">File array class</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#NUMBER_VALUE">NUMBER_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#NUMBER_VALUE">NUMBER_VALUE</a></span></code>
 <div class="block">Number class</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <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;<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>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#OBJECT_VALUE">OBJECT_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#OBJECT_VALUE">OBJECT_VALUE</a></span></code>
 <div class="block">Object class</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#STRING_VALUE">STRING_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#STRING_VALUE">STRING_VALUE</a></span></code>
 <div class="block">String class</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#URL_VALUE">URL_VALUE</a></strong></code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#URL_VALUE">URL_VALUE</a></span></code>
 <div class="block">URL class</div>
 </td>
 </tr>
@@ -198,58 +219,58 @@ extends <a href="http://download.oracle.
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor_summary">
+<li class="blockList"><a name="constructor.summary">
 <!--   -->
 </a>
 <h3>Constructor Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#PatternOptionBuilder()">PatternOptionBuilder</a></strong>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#PatternOptionBuilder--">PatternOptionBuilder</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
 </ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method_summary">
+<li class="blockList"><a name="method.summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr class="altColor">
+<tr id="i0" class="altColor">
 <td class="colFirst"><code>static <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#getValueClass(char)">getValueClass</a></strong>(char&nbsp;ch)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#getValueClass-char-">getValueClass</a></span>(char&nbsp;ch)</code>
 <div class="block">Retrieve the class that <code>ch</code> represents.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#isValueCode(char)">isValueCode</a></strong>(char&nbsp;ch)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#isValueCode-char-">isValueCode</a></span>(char&nbsp;ch)</code>
 <div class="block">Returns whether <code>ch</code> is a value code, i.e.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr id="i2" class="altColor">
 <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"><code><strong><a 
href="../../../../org/apache/commons/cli/PatternOptionBuilder.html#parsePattern(java.lang.String)">parsePattern</a></strong>(<a
 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;pattern)</code>
+<td class="colLast"><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>
 </td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://download.oracle.com
 /javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" 
title="class or interface in java.lang">notifyAll</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://download.oracle.com
 /javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" 
title="class or interface in java.lang">notifyAll</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -261,7 +282,7 @@ extends <a href="http://download.oracle.
 <li class="blockList">
 <!-- ============ FIELD DETAIL =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="field_detail">
+<li class="blockList"><a name="field.detail">
 <!--   -->
 </a>
 <h3>Field Detail</h3>
@@ -271,7 +292,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>STRING_VALUE</h4>
-<pre>public static final&nbsp;<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;<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; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.55">STRING_VALUE</a></pre>
+<pre>public static final&nbsp;<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;<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; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.60">STRING_VALUE</a></pre>
 <div class="block">String class</div>
 </li>
 </ul>
@@ -281,7 +302,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>OBJECT_VALUE</h4>
-<pre>public static final&nbsp;<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;<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>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.58">OBJECT_VALUE</a></pre>
+<pre>public static final&nbsp;<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;<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>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.63">OBJECT_VALUE</a></pre>
 <div class="block">Object class</div>
 </li>
 </ul>
@@ -291,7 +312,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>NUMBER_VALUE</h4>
-<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.61">NUMBER_VALUE</a></pre>
+<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.66">NUMBER_VALUE</a></pre>
 <div class="block">Number class</div>
 </li>
 </ul>
@@ -301,7 +322,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>DATE_VALUE</h4>
-<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true";
 title="class or interface in java.util">Date</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.64">DATE_VALUE</a></pre>
+<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true";
 title="class or interface in java.util">Date</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.69">DATE_VALUE</a></pre>
 <div class="block">Date class</div>
 </li>
 </ul>
@@ -311,7 +332,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>CLASS_VALUE</h4>
-<pre>public static final&nbsp;<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; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.67">CLASS_VALUE</a></pre>
+<pre>public static final&nbsp;<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; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.72">CLASS_VALUE</a></pre>
 <div class="block">Class class</div>
 </li>
 </ul>
@@ -321,7 +342,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>EXISTING_FILE_VALUE</h4>
-<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true";
 title="class or interface in java.io">FileInputStream</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.74">EXISTING_FILE_VALUE</a></pre>
+<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true";
 title="class or interface in java.io">FileInputStream</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.79">EXISTING_FILE_VALUE</a></pre>
 <div class="block">FileInputStream class</div>
 </li>
 </ul>
@@ -331,7 +352,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>FILE_VALUE</h4>
-<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.77">FILE_VALUE</a></pre>
+<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.82">FILE_VALUE</a></pre>
 <div class="block">File class</div>
 </li>
 </ul>
@@ -341,7 +362,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>FILES_VALUE</h4>
-<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>[]&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.80">FILES_VALUE</a></pre>
+<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>[]&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.85">FILES_VALUE</a></pre>
 <div class="block">File array class</div>
 </li>
 </ul>
@@ -351,7 +372,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>URL_VALUE</h4>
-<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.83">URL_VALUE</a></pre>
+<pre>public static final&nbsp;<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;<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&gt; <a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.88">URL_VALUE</a></pre>
 <div class="block">URL class</div>
 </li>
 </ul>
@@ -359,62 +380,74 @@ extends <a href="http://download.oracle.
 </ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor_detail">
+<li class="blockList"><a name="constructor.detail">
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="PatternOptionBuilder()">
+<a name="PatternOptionBuilder--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PatternOptionBuilder</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.52">PatternOptionBuilder</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.57">PatternOptionBuilder</a>()</pre>
 </li>
 </ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method_detail">
+<li class="blockList"><a name="method.detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getValueClass(char)">
+<a name="getValueClass-char-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueClass</h4>
-<pre>public static&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/PatternOptionBuilder.html#line.91">getValueClass</a>(char&nbsp;ch)</pre>
+<pre>public static&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/PatternOptionBuilder.html#line.96">getValueClass</a>(char&nbsp;ch)</pre>
 <div class="block">Retrieve the class that <code>ch</code> represents.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ch</code> - the 
specified character</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The class that 
<code>ch</code> represents</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>ch</code> - the specified character</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The class that <code>ch</code> represents</dd>
+</dl>
 </li>
 </ul>
-<a name="isValueCode(char)">
+<a name="isValueCode-char-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>isValueCode</h4>
-<pre>public static&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.125">isValueCode</a>(char&nbsp;ch)</pre>
+<pre>public static&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/cli/PatternOptionBuilder.html#line.130">isValueCode</a>(char&nbsp;ch)</pre>
 <div class="block">Returns whether <code>ch</code> is a value code, i.e.
  whether it represents a class in a pattern.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ch</code> - the 
specified character</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if <code>ch</code> is a 
value code, otherwise false.</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>ch</code> - the specified character</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if <code>ch</code> is a value code, otherwise false.</dd>
+</dl>
 </li>
 </ul>
-<a name="parsePattern(java.lang.String)">
+<a name="parsePattern-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>parsePattern</h4>
-<pre>public static&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/PatternOptionBuilder.html#line.145">parsePattern</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;pattern)</pre>
+<pre>public static&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/PatternOptionBuilder.html#line.150">parsePattern</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;pattern)</pre>
 <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>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pattern</code> - 
the pattern string</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The <a 
href="../../../../org/apache/commons/cli/Options.html" title="class in 
org.apache.commons.cli"><code>Options</code></a> instance</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>pattern</code> - the pattern string</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The <a href="../../../../org/apache/commons/cli/Options.html" title="class 
in org.apache.commons.cli"><code>Options</code></a> instance</dd>
+</dl>
 </li>
 </ul>
 </li>
@@ -425,9 +458,11 @@ extends <a href="http://download.oracle.
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
+<div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -442,15 +477,15 @@ extends <a href="http://download.oracle.
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/cli/Parser.html" title="class in 
org.apache.commons.cli"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/PosixParser.html" title="class 
in org.apache.commons.cli"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/Parser.html" title="class in 
org.apache.commons.cli"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/PosixParser.html" title="class 
in org.apache.commons.cli"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../index.html?org/apache/commons/cli/PatternOptionBuilder.html" 
target="_top">Frames</a></li>
-<li><a href="PatternOptionBuilder.html" target="_top">No Frames</a></li>
+<li><a href="PatternOptionBuilder.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -468,18 +503,18 @@ extends <a href="http://download.oracle.
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
-<a name="skip-navbar_bottom">
+<a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->

Modified: 
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/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
 Sat May  9 18:19:15 2015
@@ -2,24 +2,38 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>PosixParser (Apache Commons CLI 1.3-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>PosixParser (Apache Commons CLI 1.3 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PosixParser (Apache Commons CLI 1.3-SNAPSHOT 
API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="PosixParser (Apache Commons CLI 1.3 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
+var methods = {"i0":42,"i1":42};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
+<div class="topNav"><a name="navbar.top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -34,15 +48,15 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/cli/PatternOptionBuilder.html" 
title="class in org.apache.commons.cli"><span class="strong">Prev 
Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/TypeHandler.html" title="class 
in org.apache.commons.cli"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/PatternOptionBuilder.html" 
title="class in org.apache.commons.cli"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/TypeHandler.html" title="class 
in org.apache.commons.cli"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/commons/cli/PosixParser.html" 
target="_top">Frames</a></li>
-<li><a href="PosixParser.html" target="_top">No Frames</a></li>
+<li><a href="PosixParser.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -60,18 +74,18 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a 
href="#fields_inherited_from_class_org.apache.commons.cli.Parser">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a 
href="#fields.inherited.from.class.org.apache.commons.cli.Parser">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
-<a name="skip-navbar_top">
+<a name="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -102,17 +116,19 @@
 <dd><a href="../../../../org/apache/commons/cli/CommandLineParser.html" 
title="interface in org.apache.commons.cli">CommandLineParser</a></dd>
 </dl>
 <hr>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>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</i></div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<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>
 </div>
 <br>
 <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 class <a 
href="../../../../src-html/org/apache/commons/cli/PosixParser.html#line.33">PosixParser</a>
 extends <a href="../../../../org/apache/commons/cli/Parser.html" title="class 
in org.apache.commons.cli">Parser</a></pre>
 <div class="block">The class PosixParser provides an implementation of the
- <a 
href="../../../../org/apache/commons/cli/Parser.html#flatten(org.apache.commons.cli.Options,%20java.lang.String[],%20boolean)"><code>flatten</code></a>
 method.</div>
-<dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: PosixParser.java 1669814 2015-03-28 18:09:26Z britter $</dd></dl>
+ <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 1677406 2015-05-03 14:27:31Z britter $</dd>
+</dl>
 </li>
 </ul>
 </div>
@@ -121,12 +137,12 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <!-- =========== FIELD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="field_summary">
+<li class="blockList"><a name="field.summary">
 <!--   -->
 </a>
 <h3>Field Summary</h3>
 <ul class="blockList">
-<li class="blockList"><a 
name="fields_inherited_from_class_org.apache.commons.cli.Parser">
+<li class="blockList"><a 
name="fields.inherited.from.class.org.apache.commons.cli.Parser">
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.commons.cli.<a 
href="../../../../org/apache/commons/cli/Parser.html" title="class in 
org.apache.commons.cli">Parser</a></h3>
@@ -136,18 +152,18 @@ extends <a href="../../../../org/apache/
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor_summary">
+<li class="blockList"><a name="constructor.summary">
 <!--   -->
 </a>
 <h3>Constructor Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/cli/PosixParser.html#PosixParser()">PosixParser</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PosixParser.html#PosixParser--">PosixParser</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 &nbsp;</td>
 </tr>
 </table>
@@ -155,49 +171,49 @@ extends <a href="../../../../org/apache/
 </ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method_summary">
+<li class="blockList"><a name="method.summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a 
href="javascript:show(32);">Deprecated Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr class="altColor">
+<tr id="i0" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PosixParser.html#burstToken(java.lang.String,%20boolean)">burstToken</a></strong>(<a
 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;token,
-                    boolean&nbsp;stopAtNonOption)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PosixParser.html#burstToken-java.lang.String-boolean-">burstToken</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;token,
+          boolean&nbsp;stopAtNonOption)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">Breaks <code>token</code> into its constituent parts
  using the following algorithm.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/cli/PosixParser.html#flatten(org.apache.commons.cli.Options,%20java.lang.String[],%20boolean)">flatten</a></strong>(<a
 href="../../../../org/apache/commons/cli/Options.html" title="class in 
org.apache.commons.cli">Options</a>&nbsp;options,
-              <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;arguments,
-              boolean&nbsp;stopAtNonOption)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/cli/PosixParser.html#flatten-org.apache.commons.cli.Options-java.lang.String:A-boolean-">flatten</a></span>(<a
 href="../../../../org/apache/commons/cli/Options.html" title="class in 
org.apache.commons.cli">Options</a>&nbsp;options,
+       <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;arguments,
+       boolean&nbsp;stopAtNonOption)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">An implementation of <a 
href="../../../../org/apache/commons/cli/Parser.html" title="class in 
org.apache.commons.cli"><code>Parser</code></a>'s abstract
- <a 
href="../../../../org/apache/commons/cli/Parser.html#flatten(org.apache.commons.cli.Options,%20java.lang.String[],%20boolean)"><code>flatten</code></a>
 method.</div>
+ <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>
 </td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.commons.cli.Parser">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.commons.cli.Parser">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.commons.cli.<a 
href="../../../../org/apache/commons/cli/Parser.html" title="class in 
org.apache.commons.cli">Parser</a></h3>
-<code><a 
href="../../../../org/apache/commons/cli/Parser.html#checkRequiredOptions()">checkRequiredOptions</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#getOptions()">getOptions</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#getRequiredOptions()">getRequiredOptions</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#parse(org.apache.commons.cli.Options,%20java.lang.String[])">parse</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#parse(org.apache.commons.cli.Options,%20java.lang.String[],%20boolean)">parse</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#parse(org.apache.commons.cli.Options,%20java.lang.String[],%20java.util.Properties)">parse</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#parse(org.apache.commons.cli.Options,%20java.lang.String[],%20java.util.Properties,%20boolean)">parse</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#processArgs(org.apache.commons.cli.Option,%20java.util.List
 Iterator)">processArgs</a>, <a 
href="../../../../org/apache/commons/cli/Parser.html#processOption(java.lang.String,%20java.util.ListIterator)">processOption</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#processProperties(java.util.Properties)">processProperties</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#setOptions(org.apache.commons.cli.Options)">setOptions</a></code></li>
+<code><a 
href="../../../../org/apache/commons/cli/Parser.html#checkRequiredOptions--">checkRequiredOptions</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#getOptions--">getOptions</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#getRequiredOptions--">getRequiredOptions</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-">parse</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">parse</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-">parse</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-boolean-">parse</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#processArgs-org.apache.commons.cli.Option-java.util.ListIterator-">processArgs</a>,
  <a 
href="../../../../org/apache/commons/cli/Parser.html#processOption-java.lang.String-java.util.ListIterator-">processOption</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#processProperties-java.util.Properties-">processProperties</a>,
 <a 
href="../../../../org/apache/commons/cli/Parser.html#setOptions-org.apache.commons.cli.Options-">setOptions</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://download.oracle.com
 /javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" 
title="class or interface in java.lang">notifyAll</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://download.oracle.com
 /javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" 
title="class or interface in java.lang">notifyAll</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -209,43 +225,43 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor_detail">
+<li class="blockList"><a name="constructor.detail">
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="PosixParser()">
+<a name="PosixParser--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PosixParser</h4>
 <pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/cli/PosixParser.html#line.33">PosixParser</a>()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 </li>
 </ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method_detail">
+<li class="blockList"><a name="method.detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="flatten(org.apache.commons.cli.Options, java.lang.String[], boolean)">
+<a name="flatten-org.apache.commons.cli.Options-java.lang.String:A-boolean-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>flatten</h4>
-<pre>protected&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/PosixParser.html#line.97">flatten</a>(<a
 href="../../../../org/apache/commons/cli/Options.html" title="class in 
org.apache.commons.cli">Options</a>&nbsp;options,
-               <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;arguments,
-               boolean&nbsp;stopAtNonOption)
+<pre>protected&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/PosixParser.html#line.96">flatten</a>(<a
 href="../../../../org/apache/commons/cli/Options.html" title="class in 
org.apache.commons.cli">Options</a>&nbsp;options,
+                           <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;arguments,
+                           boolean&nbsp;stopAtNonOption)
                     throws <a 
href="../../../../org/apache/commons/cli/ParseException.html" title="class in 
org.apache.commons.cli">ParseException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block"><p>An implementation of <a 
href="../../../../org/apache/commons/cli/Parser.html" title="class in 
org.apache.commons.cli"><code>Parser</code></a>'s abstract
- <a 
href="../../../../org/apache/commons/cli/Parser.html#flatten(org.apache.commons.cli.Options,%20java.lang.String[],%20boolean)"><code>flatten</code></a>
 method.</p>
+ <a 
href="../../../../org/apache/commons/cli/Parser.html#flatten-org.apache.commons.cli.Options-java.lang.String:A-boolean-"><code>flatten</code></a>
 method.</p>
 
- <p>The following are the rules used by this flatten method.
+ <p>The following are the rules used by this flatten method.</p>
  <ol>
   <li>if <code>stopAtNonOption</code> is <b>true</b> then do not
   burst anymore of <code>arguments</code> entries, just add each
@@ -266,31 +282,36 @@ extends <a href="../../../../org/apache/
   characters in length and the first character is "<b>-</b>" then
   we need to burst the entry to determine its constituents.  For more
   information on the bursting algorithm see
-  <a 
href="../../../../org/apache/commons/cli/PosixParser.html#burstToken(java.lang.String,%20boolean)"><code>burstToken</code></a>.</li>
+  <a 
href="../../../../org/apache/commons/cli/PosixParser.html#burstToken-java.lang.String-boolean-"><code>burstToken</code></a>.</li>
   <li>if the current <code>arguments</code> entry is not handled
   by any of the previous rules, then the entry is added to the list
   of processed tokens.</li>
- </ol>
- </p></div>
+ </ol></div>
 <dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a 
href="../../../../org/apache/commons/cli/Parser.html#flatten(org.apache.commons.cli.Options,%20java.lang.String[],%20boolean)">flatten</a></code>&nbsp;in
 class&nbsp;<code><a href="../../../../org/apache/commons/cli/Parser.html" 
title="class in org.apache.commons.cli">Parser</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>options</code> - The 
command line <a href="../../../../org/apache/commons/cli/Options.html" 
title="class in 
org.apache.commons.cli"><code>Options</code></a></dd><dd><code>arguments</code> 
- The command line arguments to be parsed</dd><dd><code>stopAtNonOption</code> 
- Specifies whether to stop flattening
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../org/apache/commons/cli/Parser.html#flatten-org.apache.commons.cli.Options-java.lang.String:A-boolean-">flatten</a></code>&nbsp;in
 class&nbsp;<code><a href="../../../../org/apache/commons/cli/Parser.html" 
title="class in org.apache.commons.cli">Parser</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>options</code> - The command line <a 
href="../../../../org/apache/commons/cli/Options.html" title="class in 
org.apache.commons.cli"><code>Options</code></a></dd>
+<dd><code>arguments</code> - The command line arguments to be parsed</dd>
+<dd><code>stopAtNonOption</code> - Specifies whether to stop flattening
  when an non option is found.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The flattened 
<code>arguments</code> String array.</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../org/apache/commons/cli/ParseException.html" 
title="class in org.apache.commons.cli">ParseException</a></code></dd></dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The flattened <code>arguments</code> String array.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../org/apache/commons/cli/ParseException.html" 
title="class in org.apache.commons.cli">ParseException</a></code> - if there 
are any problems encountered
+                        while parsing the command line tokens.</dd>
+</dl>
 </li>
 </ul>
-<a name="burstToken(java.lang.String, boolean)">
+<a name="burstToken-java.lang.String-boolean-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>burstToken</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/cli/PosixParser.html#line.268">burstToken</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;token,
-              boolean&nbsp;stopAtNonOption)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/cli/PosixParser.html#line.267">burstToken</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;token,
+                          boolean&nbsp;stopAtNonOption)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">Breaks <code>token</code> into its constituent parts
  using the following algorithm.
 
@@ -311,8 +332,12 @@ extends <a href="../../../../org/apache/
   <code>stopAtNonOption</code> <b>IS NOT</b> set then add that
   character prepended with "<b>-</b>".</li>
  </ul></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>token</code> - 
The current token to be <b>burst</b></dd><dd><code>stopAtNonOption</code> - 
Specifies whether to stop processing
- at the first non-Option encountered.</dd></dl>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>token</code> - The current token to be <b>burst</b></dd>
+<dd><code>stopAtNonOption</code> - Specifies whether to stop processing
+ at the first non-Option encountered.</dd>
+</dl>
 </li>
 </ul>
 </li>
@@ -323,9 +348,11 @@ extends <a href="../../../../org/apache/
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
+<div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -340,15 +367,15 @@ extends <a href="../../../../org/apache/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/cli/PatternOptionBuilder.html" 
title="class in org.apache.commons.cli"><span class="strong">Prev 
Class</span></a></li>
-<li><a href="../../../../org/apache/commons/cli/TypeHandler.html" title="class 
in org.apache.commons.cli"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/PatternOptionBuilder.html" 
title="class in org.apache.commons.cli"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/cli/TypeHandler.html" title="class 
in org.apache.commons.cli"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/commons/cli/PosixParser.html" 
target="_top">Frames</a></li>
-<li><a href="PosixParser.html" target="_top">No Frames</a></li>
+<li><a href="PosixParser.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -366,18 +393,18 @@ extends <a href="../../../../org/apache/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a 
href="#fields_inherited_from_class_org.apache.commons.cli.Parser">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a 
href="#fields.inherited.from.class.org.apache.commons.cli.Parser">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
-<a name="skip-navbar_bottom">
+<a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->


Reply via email to