Modified:
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLine.html
==============================================================================
---
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLine.html
(original)
+++
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLine.html
Thu Aug 15 00:03:23 2024
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
-<html lang="en">
+<html lang>
<head>
<!-- Generated by javadoc (17) -->
-<title>CommandLine (Apache Commons CLI 1.8.1-SNAPSHOT API)</title>
+<title>CommandLine (Apache Commons CLI 1.9.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package:
org.apache.commons.cli, class: CommandLine">
@@ -142,8 +142,8 @@ implements <a href="https://docs.oracle.
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button
id="method-summary-table-tab0" role="tab" aria-selected="true"
aria-controls="method-summary-table.tabpanel" tabindex="0"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table', 3)" class="active-table-tab">All
Methods</button><button id="method-summary-table-tab1" role="tab"
aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab1', 3)"
class="table-tab">Static Methods</button><button id="method-summary-table-tab2"
role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)"
class="table-tab">Instance Methods</button><button
id="method-summary-table-tab4" role="tab" aria-selected="false"
aria-controls="method-summary-table.ta
bpanel" tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab4', 3)"
class="table-tab">Concrete Methods</button><button
id="method-summary-table-tab6" role="tab" aria-selected="false"
aria-controls="method-summary-table.tabpanel" tabindex="-1"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table-tab6', 3)" class="table-tab">Deprecated
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary"
aria-labelledby="method-summary-table-tab0">
+<div id="method-summary-table.tabpanel" role="tabpanel"
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
@@ -241,31 +241,53 @@ implements <a href="https://docs.oracle.
<div class="block">Gets the first argument, if any, of this option.</div>
</div>
<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></code></div>
-<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValue(org.apache.commons.cli.Option,java.lang.String)"
class="member-name-link">getOptionValue</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option,
- <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> defaultValue)</code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValue(org.apache.commons.cli.OptionGroup)"
class="member-name-link">getOptionValue</a><wbr>(<a href="OptionGroup.html"
title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup)</code></div>
<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets the first argument, if any, of an option.</div>
+<div class="block">Gets the first argument, if any, of this option group.</div>
</div>
<div class="col-first even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></code></div>
-<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValue(org.apache.commons.cli.Option,java.util.function.Supplier)"
class="member-name-link">getOptionValue</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option,
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValue(org.apache.commons.cli.OptionGroup,java.lang.String)"
class="member-name-link">getOptionValue</a><wbr>(<a href="OptionGroup.html"
title="class in org.apache.commons.cli">OptionGroup</a> optionGroup,
+ <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> defaultValue)</code></div>
+<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets the first argument, if any, of an option group.</div>
+</div>
+<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValue(org.apache.commons.cli.OptionGroup,java.util.function.Supplier)"
class="member-name-link">getOptionValue</a><wbr>(<a href="OptionGroup.html"
title="class in org.apache.commons.cli">OptionGroup</a> optionGroup,
<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>> defaultValue)</code></div>
+<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets the first argument, if any, of an option group.</div>
+</div>
+<div class="col-first even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValue(org.apache.commons.cli.Option,java.lang.String)"
class="member-name-link">getOptionValue</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option,
+ <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> defaultValue)</code></div>
<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the first argument, if any, of an option.</div>
</div>
+<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValue(org.apache.commons.cli.Option,java.util.function.Supplier)"
class="member-name-link">getOptionValue</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option,
+ <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>> defaultValue)</code></div>
+<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets the first argument, if any, of an option.</div>
+</div>
+<div class="col-first even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</code></div>
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValues(char)"
class="member-name-link">getOptionValues</a><wbr>(char opt)</code></div>
+<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets the array of values, if any, of an option.</div>
+</div>
<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</code></div>
-<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValues(char)"
class="member-name-link">getOptionValues</a><wbr>(char opt)</code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValues(java.lang.String)"
class="member-name-link">getOptionValues</a><wbr>(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</code></div>
<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the array of values, if any, of an option.</div>
</div>
<div class="col-first even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</code></div>
-<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValues(java.lang.String)"
class="member-name-link">getOptionValues</a><wbr>(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</code></div>
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValues(org.apache.commons.cli.Option)"
class="member-name-link">getOptionValues</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option)</code></div>
<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the array of values, if any, of an option.</div>
</div>
<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</code></div>
-<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValues(org.apache.commons.cli.Option)"
class="member-name-link">getOptionValues</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option)</code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getOptionValues(org.apache.commons.cli.OptionGroup)"
class="member-name-link">getOptionValues</a><wbr>(<a href="OptionGroup.html"
title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup)</code></div>
<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets the array of values, if any, of an option.</div>
+<div class="block">Gets the array of values, if any, of an option group.</div>
</div>
<div class="col-first even-row-color method-summary-table
method-summary-table-tab2
method-summary-table-tab4"><code><T> T</code></div>
<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getParsedOptionValue(char)"
class="member-name-link">getParsedOptionValue</a><wbr>(char opt)</code></div>
@@ -307,29 +329,51 @@ implements <a href="https://docs.oracle.
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
</div>
<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2
method-summary-table-tab4"><code><T> T</code></div>
-<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getParsedOptionValue(org.apache.commons.cli.Option,java.util.function.Supplier)"
class="member-name-link">getParsedOptionValue</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option,
- <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><T> defaultValue)</code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getParsedOptionValue(org.apache.commons.cli.OptionGroup)"
class="member-name-link">getParsedOptionValue</a><wbr>(<a
href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup)</code></div>
<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
+<div class="block">Gets a version of this <code>OptionGroup</code> converted
to a particular type.</div>
</div>
<div class="col-first even-row-color method-summary-table
method-summary-table-tab2
method-summary-table-tab4"><code><T> T</code></div>
-<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getParsedOptionValue(org.apache.commons.cli.Option,T)"
class="member-name-link">getParsedOptionValue</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option,
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getParsedOptionValue(org.apache.commons.cli.OptionGroup,java.util.function.Supplier)"
class="member-name-link">getParsedOptionValue</a><wbr>(<a
href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup,
+ <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><T> defaultValue)</code></div>
+<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets a version of this <code>OptionGroup</code> converted
to a particular type.</div>
+</div>
+<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2
method-summary-table-tab4"><code><T> T</code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getParsedOptionValue(org.apache.commons.cli.OptionGroup,T)"
class="member-name-link">getParsedOptionValue</a><wbr>(<a
href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup,
T defaultValue)</code></div>
+<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets a version of this <code>OptionGroup</code> converted
to a particular type.</div>
+</div>
+<div class="col-first even-row-color method-summary-table
method-summary-table-tab2
method-summary-table-tab4"><code><T> T</code></div>
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getParsedOptionValue(org.apache.commons.cli.Option,java.util.function.Supplier)"
class="member-name-link">getParsedOptionValue</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option,
+ <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><T> defaultValue)</code></div>
<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
</div>
+<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2
method-summary-table-tab4"><code><T> T</code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#getParsedOptionValue(org.apache.commons.cli.Option,T)"
class="member-name-link">getParsedOptionValue</a><wbr>(<a href="Option.html"
title="class in org.apache.commons.cli">Option</a> option,
+ T defaultValue)</code></div>
+<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
+</div>
+<div class="col-first even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#hasOption(char)"
class="member-name-link">hasOption</a><wbr>(char opt)</code></div>
+<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Tests to see if an option has been set.</div>
+</div>
<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
-<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#hasOption(char)"
class="member-name-link">hasOption</a><wbr>(char opt)</code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#hasOption(java.lang.String)"
class="member-name-link">hasOption</a><wbr>(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</code></div>
<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Tests to see if an option has been set.</div>
</div>
<div class="col-first even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
-<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#hasOption(java.lang.String)"
class="member-name-link">hasOption</a><wbr>(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</code></div>
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#hasOption(org.apache.commons.cli.Option)"
class="member-name-link">hasOption</a><wbr>(<a href="Option.html" title="class
in org.apache.commons.cli">Option</a> opt)</code></div>
<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Tests to see if an option has been set.</div>
</div>
<div class="col-first odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
-<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#hasOption(org.apache.commons.cli.Option)"
class="member-name-link">hasOption</a><wbr>(<a href="Option.html" title="class
in org.apache.commons.cli">Option</a> opt)</code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4"><code><a
href="#hasOption(org.apache.commons.cli.OptionGroup)"
class="member-name-link">hasOption</a><wbr>(<a href="OptionGroup.html"
title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup)</code></div>
<div class="col-last odd-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Tests to see if an option has been set.</div>
</div>
@@ -561,7 +605,7 @@ implements <a href="https://docs.oracle.
<div class="block">Gets the first argument, if any, of this option.</div>
<dl class="notes">
<dt>Parameters:</dt>
-<dd><code>option</code> - the name of the option.</dd>
+<dd><code>option</code> - the option.</dd>
<dt>Returns:</dt>
<dd>Value of the argument if option is set, and has an argument, otherwise
null.</dd>
<dt>Since:</dt>
@@ -577,7 +621,7 @@ implements <a href="https://docs.oracle.
<div class="block">Gets the first argument, if any, of an option.</div>
<dl class="notes">
<dt>Parameters:</dt>
-<dd><code>option</code> - name of the option.</dd>
+<dd><code>option</code> - the option.</dd>
<dd><code>defaultValue</code> - is the default value to be returned if the
option is not specified.</dd>
<dt>Returns:</dt>
<dd>Value of the argument if option is set, and has an argument, otherwise
<code>defaultValue</code>.</dd>
@@ -594,7 +638,7 @@ implements <a href="https://docs.oracle.
<div class="block">Gets the first argument, if any, of an option.</div>
<dl class="notes">
<dt>Parameters:</dt>
-<dd><code>option</code> - name of the option.</dd>
+<dd><code>option</code> - the option.</dd>
<dd><code>defaultValue</code> - is a supplier for the default value to be
returned if the option is not specified.</dd>
<dt>Returns:</dt>
<dd>Value of the argument if option is set, and has an argument, otherwise
<code>defaultValue</code>.</dd>
@@ -604,9 +648,58 @@ implements <a href="https://docs.oracle.
</section>
</li>
<li>
+<section class="detail"
id="getOptionValue(org.apache.commons.cli.OptionGroup)">
+<h3>getOptionValue</h3>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-358">getOptionValue</a></span><wbr><span
class="parameters">(<a href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup)</span></div>
+<div class="block">Gets the first argument, if any, of this option group.</div>
+<dl class="notes">
+<dt>Parameters:</dt>
+<dd><code>optionGroup</code> - the option group.</dd>
+<dt>Returns:</dt>
+<dd>Value of the argument if option group is selected, and has an argument,
otherwise null.</dd>
+<dt>Since:</dt>
+<dd>1.9.0</dd>
+</dl>
+</section>
+</li>
+<li>
+<section class="detail"
id="getOptionValue(org.apache.commons.cli.OptionGroup,java.lang.String)">
+<h3>getOptionValue</h3>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-371">getOptionValue</a></span><wbr><span
class="parameters">(<a href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup,
+ <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> defaultValue)</span></div>
+<div class="block">Gets the first argument, if any, of an option group.</div>
+<dl class="notes">
+<dt>Parameters:</dt>
+<dd><code>optionGroup</code> - the option group.</dd>
+<dd><code>defaultValue</code> - is the default value to be returned if the
option group is not selected.</dd>
+<dt>Returns:</dt>
+<dd>Value of the argument if option group is selected, and has an argument,
otherwise <code>defaultValue</code>.</dd>
+<dt>Since:</dt>
+<dd>1.9.0</dd>
+</dl>
+</section>
+</li>
+<li>
+<section class="detail"
id="getOptionValue(org.apache.commons.cli.OptionGroup,java.util.function.Supplier)">
+<h3>getOptionValue</h3>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-383">getOptionValue</a></span><wbr><span
class="parameters">(<a href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup,
+ <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>> defaultValue)</span></div>
+<div class="block">Gets the first argument, if any, of an option group.</div>
+<dl class="notes">
+<dt>Parameters:</dt>
+<dd><code>optionGroup</code> - the option group..</dd>
+<dd><code>defaultValue</code> - is a supplier for the default value to be
returned if the option group is not selected.</dd>
+<dt>Returns:</dt>
+<dd>Value of the argument if option group is selected, and has an argument,
otherwise <code>defaultValue</code>.</dd>
+<dt>Since:</dt>
+<dd>1.9.0</dd>
+</dl>
+</section>
+</li>
+<li>
<section class="detail" id="getOptionValue(java.lang.String)">
<h3>getOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-357">getOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</span></div>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-395">getOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</span></div>
<div class="block">Gets the first argument, if any, of this option.</div>
<dl class="notes">
<dt>Parameters:</dt>
@@ -619,7 +712,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="getOptionValue(java.lang.String,java.lang.String)">
<h3>getOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-368">getOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt,
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-406">getOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt,
<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> defaultValue)</span></div>
<div class="block">Gets the first argument, if any, of an option.</div>
<dl class="notes">
@@ -634,7 +727,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail"
id="getOptionValue(java.lang.String,java.util.function.Supplier)">
<h3>getOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-380">getOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt,
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-418">getOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt,
<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>> defaultValue)</span></div>
<div class="block">Gets the first argument, if any, of an option.</div>
<dl class="notes">
@@ -651,7 +744,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="getOptionValues(char)">
<h3>getOptionValues</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-391">getOptionValues</a></span><wbr><span
class="parameters">(char opt)</span></div>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-429">getOptionValues</a></span><wbr><span
class="parameters">(char opt)</span></div>
<div class="block">Gets the array of values, if any, of an option.</div>
<dl class="notes">
<dt>Parameters:</dt>
@@ -664,11 +757,11 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="getOptionValues(org.apache.commons.cli.Option)">
<h3>getOptionValues</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-402">getOptionValues</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> option)</span></div>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-440">getOptionValues</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> option)</span></div>
<div class="block">Gets the array of values, if any, of an option.</div>
<dl class="notes">
<dt>Parameters:</dt>
-<dd><code>option</code> - string name of the option.</dd>
+<dd><code>option</code> - the option.</dd>
<dt>Returns:</dt>
<dd>Values of the argument if option is set, and has an argument, otherwise
null.</dd>
<dt>Since:</dt>
@@ -677,9 +770,24 @@ implements <a href="https://docs.oracle.
</section>
</li>
<li>
+<section class="detail"
id="getOptionValues(org.apache.commons.cli.OptionGroup)">
+<h3>getOptionValues</h3>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-463">getOptionValues</a></span><wbr><span
class="parameters">(<a href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup)</span></div>
+<div class="block">Gets the array of values, if any, of an option group.</div>
+<dl class="notes">
+<dt>Parameters:</dt>
+<dd><code>optionGroup</code> - the option group.</dd>
+<dt>Returns:</dt>
+<dd>Values of the argument if option group is selected, and has an argument,
otherwise null.</dd>
+<dt>Since:</dt>
+<dd>1.9.0</dd>
+</dl>
+</section>
+</li>
+<li>
<section class="detail" id="getOptionValues(java.lang.String)">
<h3>getOptionValues</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-424">getOptionValues</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</span></div>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a>[]</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-476">getOptionValues</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</span></div>
<div class="block">Gets the array of values, if any, of an option.</div>
<dl class="notes">
<dt>Parameters:</dt>
@@ -692,7 +800,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="getParsedOptionValue(char)">
<h3>getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-438">getParsedOptionValue</a></span><wbr><span
class="parameters">(char opt)</span>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-490">getParsedOptionValue</a></span><wbr><span
class="parameters">(char opt)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
<dl class="notes">
@@ -718,7 +826,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail"
id="getParsedOptionValue(char,java.util.function.Supplier)">
<h3>getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-453">getParsedOptionValue</a></span><wbr><span
class="parameters">(char opt,
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-505">getParsedOptionValue</a></span><wbr><span
class="parameters">(char opt,
<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><T> defaultValue)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
@@ -746,7 +854,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="getParsedOptionValue(char,T)">
<h3 id="getParsedOptionValue(char,java.lang.Object)">getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-468">getParsedOptionValue</a></span><wbr><span
class="parameters">(char opt,
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-520">getParsedOptionValue</a></span><wbr><span
class="parameters">(char opt,
T defaultValue)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
@@ -774,14 +882,14 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail"
id="getParsedOptionValue(org.apache.commons.cli.Option)">
<h3>getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-482">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> option)</span>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-534">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> option)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
<dl class="notes">
<dt>Type Parameters:</dt>
<dd><code>T</code> - The return type for the method.</dd>
<dt>Parameters:</dt>
-<dd><code>option</code> - the name of the option.</dd>
+<dd><code>option</code> - the option.</dd>
<dt>Returns:</dt>
<dd>the value parsed into a particular object.</dd>
<dt>Throws:</dt>
@@ -800,7 +908,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail"
id="getParsedOptionValue(org.apache.commons.cli.Option,java.util.function.Supplier)">
<h3>getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-497">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> option,
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-549">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> option,
<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><T> defaultValue)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
@@ -808,7 +916,7 @@ implements <a href="https://docs.oracle.
<dt>Type Parameters:</dt>
<dd><code>T</code> - The return type for the method.</dd>
<dt>Parameters:</dt>
-<dd><code>option</code> - the name of the option.</dd>
+<dd><code>option</code> - the option.</dd>
<dd><code>defaultValue</code> - the default value to return if opt is not
set.</dd>
<dt>Returns:</dt>
<dd>the value parsed into a particular object.</dd>
@@ -828,7 +936,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail"
id="getParsedOptionValue(org.apache.commons.cli.Option,T)">
<h3
id="getParsedOptionValue(org.apache.commons.cli.Option,java.lang.Object)">getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-524">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> option,
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-576">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> option,
T defaultValue)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
@@ -836,7 +944,7 @@ implements <a href="https://docs.oracle.
<dt>Type Parameters:</dt>
<dd><code>T</code> - The return type for the method.</dd>
<dt>Parameters:</dt>
-<dd><code>option</code> - the name of the option.</dd>
+<dd><code>option</code> - the option.</dd>
<dd><code>defaultValue</code> - the default value to return if opt is not
set.</dd>
<dt>Returns:</dt>
<dd>the value parsed into a particular object.</dd>
@@ -854,9 +962,91 @@ implements <a href="https://docs.oracle.
</section>
</li>
<li>
+<section class="detail"
id="getParsedOptionValue(org.apache.commons.cli.OptionGroup)">
+<h3>getParsedOptionValue</h3>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-590">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup)</span>
+ throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
+<div class="block">Gets a version of this <code>OptionGroup</code> converted
to a particular type.</div>
+<dl class="notes">
+<dt>Type Parameters:</dt>
+<dd><code>T</code> - The return type for the method.</dd>
+<dt>Parameters:</dt>
+<dd><code>optionGroup</code> - the option group.</dd>
+<dt>Returns:</dt>
+<dd>the value parsed into a particular object.</dd>
+<dt>Throws:</dt>
+<dd><code><a href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></code> - if there are problems
turning the selected option value into the desired type</dd>
+<dt>Since:</dt>
+<dd>1.9.0</dd>
+<dt>See Also:</dt>
+<dd>
+<ul class="see-list">
+<li><a href="PatternOptionBuilder.html" title="class in
org.apache.commons.cli"><code>PatternOptionBuilder</code></a></li>
+</ul>
+</dd>
+</dl>
+</section>
+</li>
+<li>
+<section class="detail"
id="getParsedOptionValue(org.apache.commons.cli.OptionGroup,java.util.function.Supplier)">
+<h3>getParsedOptionValue</h3>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-605">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup,
+ <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><T> defaultValue)</span>
+ throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
+<div class="block">Gets a version of this <code>OptionGroup</code> converted
to a particular type.</div>
+<dl class="notes">
+<dt>Type Parameters:</dt>
+<dd><code>T</code> - The return type for the method.</dd>
+<dt>Parameters:</dt>
+<dd><code>optionGroup</code> - the option group.</dd>
+<dd><code>defaultValue</code> - the default value to return if opt is not
set.</dd>
+<dt>Returns:</dt>
+<dd>the value parsed into a particular object.</dd>
+<dt>Throws:</dt>
+<dd><code><a href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></code> - if there are problems
turning the selected option value into the desired type</dd>
+<dt>Since:</dt>
+<dd>1.9.0</dd>
+<dt>See Also:</dt>
+<dd>
+<ul class="see-list">
+<li><a href="PatternOptionBuilder.html" title="class in
org.apache.commons.cli"><code>PatternOptionBuilder</code></a></li>
+</ul>
+</dd>
+</dl>
+</section>
+</li>
+<li>
+<section class="detail"
id="getParsedOptionValue(org.apache.commons.cli.OptionGroup,T)">
+<h3
id="getParsedOptionValue(org.apache.commons.cli.OptionGroup,java.lang.Object)">getParsedOptionValue</h3>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-623">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup,
+ T defaultValue)</span>
+ throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
+<div class="block">Gets a version of this <code>OptionGroup</code> converted
to a particular type.</div>
+<dl class="notes">
+<dt>Type Parameters:</dt>
+<dd><code>T</code> - The return type for the method.</dd>
+<dt>Parameters:</dt>
+<dd><code>optionGroup</code> - the option group.</dd>
+<dd><code>defaultValue</code> - the default value to return if an option is
not selected.</dd>
+<dt>Returns:</dt>
+<dd>the value parsed into a particular object.</dd>
+<dt>Throws:</dt>
+<dd><code><a href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></code> - if there are problems
turning the option value into the desired type</dd>
+<dt>Since:</dt>
+<dd>1.9.0</dd>
+<dt>See Also:</dt>
+<dd>
+<ul class="see-list">
+<li><a href="PatternOptionBuilder.html" title="class in
org.apache.commons.cli"><code>PatternOptionBuilder</code></a></li>
+</ul>
+</dd>
+</dl>
+</section>
+</li>
+<li>
<section class="detail" id="getParsedOptionValue(java.lang.String)">
<h3>getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-538">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</span>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-637">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
<dl class="notes">
@@ -882,7 +1072,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail"
id="getParsedOptionValue(java.lang.String,java.util.function.Supplier)">
<h3>getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-553">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt,
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-652">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt,
<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Supplier.html"
title="class or interface in java.util.function"
class="external-link">Supplier</a><T> defaultValue)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
@@ -910,7 +1100,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="getParsedOptionValue(java.lang.String,T)">
<h3
id="getParsedOptionValue(java.lang.String,java.lang.Object)">getParsedOptionValue</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-568">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt,
+<div class="member-signature"><span class="modifiers">public</span> <span
class="type-parameters"><T></span> <span
class="return-type">T</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-667">getParsedOptionValue</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt,
T defaultValue)</span>
throws <span class="exceptions"><a
href="ParseException.html" title="class in
org.apache.commons.cli">ParseException</a></span></div>
<div class="block">Gets a version of this <code>Option</code> converted to a
particular type.</div>
@@ -938,7 +1128,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="hasOption(char)">
<h3>hasOption</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type">boolean</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-607">hasOption</a></span><wbr><span
class="parameters">(char opt)</span></div>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type">boolean</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-706">hasOption</a></span><wbr><span
class="parameters">(char opt)</span></div>
<div class="block">Tests to see if an option has been set.</div>
<dl class="notes">
<dt>Parameters:</dt>
@@ -951,7 +1141,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="hasOption(org.apache.commons.cli.Option)">
<h3>hasOption</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type">boolean</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-618">hasOption</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> opt)</span></div>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type">boolean</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-717">hasOption</a></span><wbr><span
class="parameters">(<a href="Option.html" title="class in
org.apache.commons.cli">Option</a> opt)</span></div>
<div class="block">Tests to see if an option has been set.</div>
<dl class="notes">
<dt>Parameters:</dt>
@@ -964,9 +1154,24 @@ implements <a href="https://docs.oracle.
</section>
</li>
<li>
+<section class="detail" id="hasOption(org.apache.commons.cli.OptionGroup)">
+<h3>hasOption</h3>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type">boolean</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-732">hasOption</a></span><wbr><span
class="parameters">(<a href="OptionGroup.html" title="class in
org.apache.commons.cli">OptionGroup</a> optionGroup)</span></div>
+<div class="block">Tests to see if an option has been set.</div>
+<dl class="notes">
+<dt>Parameters:</dt>
+<dd><code>optionGroup</code> - the option group to check.</dd>
+<dt>Returns:</dt>
+<dd>true if set, false if not.</dd>
+<dt>Since:</dt>
+<dd>1.9.0</dd>
+</dl>
+</section>
+</li>
+<li>
<section class="detail" id="hasOption(java.lang.String)">
<h3>hasOption</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type">boolean</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-632">hasOption</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</span></div>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type">boolean</span> <span class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-745">hasOption</a></span><wbr><span
class="parameters">(<a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a> opt)</span></div>
<div class="block">Tests to see if an option has been set.</div>
<dl class="notes">
<dt>Parameters:</dt>
@@ -979,7 +1184,7 @@ implements <a href="https://docs.oracle.
<li>
<section class="detail" id="iterator()">
<h3>iterator</h3>
-<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Iterator.html"
title="class or interface in java.util"
class="external-link">Iterator</a><<a href="Option.html" title="class in
org.apache.commons.cli">Option</a>></span> <span
class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-641">iterator</a></span>()</div>
+<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type"><a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Iterator.html"
title="class or interface in java.util"
class="external-link">Iterator</a><<a href="Option.html" title="class in
org.apache.commons.cli">Option</a>></span> <span
class="element-name"><a
href="../../../../src-html/org/apache/commons/cli/CommandLine.html#line-754">iterator</a></span>()</div>
<div class="block">Returns an iterator over the Option members of
CommandLine.</div>
<dl class="notes">
<dt>Returns:</dt>
Modified:
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLineParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLineParser.html
(original)
+++
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/CommandLineParser.html
Thu Aug 15 00:03:23 2024
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
-<html lang="en">
+<html lang>
<head>
<!-- Generated by javadoc (17) -->
-<title>CommandLineParser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title>
+<title>CommandLineParser (Apache Commons CLI 1.9.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package:
org.apache.commons.cli, interface: CommandLineParser">
@@ -89,8 +89,8 @@ loadScripts(document, 'script');</script
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button
id="method-summary-table-tab0" role="tab" aria-selected="true"
aria-controls="method-summary-table.tabpanel" tabindex="0"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table', 3)" class="active-table-tab">All
Methods</button><button id="method-summary-table-tab2" role="tab"
aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)"
class="table-tab">Instance Methods</button><button
id="method-summary-table-tab3" role="tab" aria-selected="false"
aria-controls="method-summary-table.tabpanel" tabindex="-1"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table-tab3', 3)" class="table-tab">Abstract
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary"
aria-labelledby="method-summary-table-tab0">
+<div id="method-summary-table.tabpanel" role="tabpanel"
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Modified:
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Converter.html
==============================================================================
---
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Converter.html
(original)
+++
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Converter.html
Thu Aug 15 00:03:23 2024
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
-<html lang="en">
+<html lang>
<head>
<!-- Generated by javadoc (17) -->
-<title>Converter (Apache Commons CLI 1.8.1-SNAPSHOT API)</title>
+<title>Converter (Apache Commons CLI 1.9.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package:
org.apache.commons.cli, interface: Converter">
@@ -150,8 +150,8 @@ loadScripts(document, 'script');</script
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button
id="method-summary-table-tab0" role="tab" aria-selected="true"
aria-controls="method-summary-table.tabpanel" tabindex="0"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table', 3)" class="active-table-tab">All
Methods</button><button id="method-summary-table-tab2" role="tab"
aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)"
class="table-tab">Instance Methods</button><button
id="method-summary-table-tab3" role="tab" aria-selected="false"
aria-controls="method-summary-table.tabpanel" tabindex="-1"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table-tab3', 3)" class="table-tab">Abstract
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary"
aria-labelledby="method-summary-table-tab0">
+<div id="method-summary-table.tabpanel" role="tabpanel"
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Modified:
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DefaultParser.Builder.html
==============================================================================
---
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DefaultParser.Builder.html
(original)
+++
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DefaultParser.Builder.html
Thu Aug 15 00:03:23 2024
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
-<html lang="en">
+<html lang>
<head>
<!-- Generated by javadoc (17) -->
-<title>DefaultParser.Builder (Apache Commons CLI 1.8.1-SNAPSHOT API)</title>
+<title>DefaultParser.Builder (Apache Commons CLI 1.9.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package:
org.apache.commons.cli, class: DefaultParser, class: Builder">
@@ -105,8 +105,8 @@ loadScripts(document, 'script');</script
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button
id="method-summary-table-tab0" role="tab" aria-selected="true"
aria-controls="method-summary-table.tabpanel" tabindex="0"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table', 3)" class="active-table-tab">All
Methods</button><button id="method-summary-table-tab2" role="tab"
aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)"
class="table-tab">Instance Methods</button><button
id="method-summary-table-tab4" role="tab" aria-selected="false"
aria-controls="method-summary-table.tabpanel" tabindex="-1"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table-tab4', 3)" class="table-tab">Concrete
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary"
aria-labelledby="method-summary-table-tab0">
+<div id="method-summary-table.tabpanel" role="tabpanel"
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Modified:
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DefaultParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DefaultParser.html
(original)
+++
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DefaultParser.html
Thu Aug 15 00:03:23 2024
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
-<html lang="en">
+<html lang>
<head>
<!-- Generated by javadoc (17) -->
-<title>DefaultParser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title>
+<title>DefaultParser (Apache Commons CLI 1.9.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package:
org.apache.commons.cli, class: DefaultParser">
@@ -181,8 +181,8 @@ implements <a href="CommandLineParser.ht
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button
id="method-summary-table-tab0" role="tab" aria-selected="true"
aria-controls="method-summary-table.tabpanel" tabindex="0"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table', 3)" class="active-table-tab">All
Methods</button><button id="method-summary-table-tab1" role="tab"
aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab1', 3)"
class="table-tab">Static Methods</button><button id="method-summary-table-tab2"
role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)"
class="table-tab">Instance Methods</button><button
id="method-summary-table-tab4" role="tab" aria-selected="false"
aria-controls="method-summary-table.ta
bpanel" tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab4', 3)"
class="table-tab">Concrete Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary"
aria-labelledby="method-summary-table-tab0">
+<div id="method-summary-table.tabpanel" role="tabpanel"
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Modified:
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DeprecatedAttributes.Builder.html
==============================================================================
---
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DeprecatedAttributes.Builder.html
(original)
+++
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DeprecatedAttributes.Builder.html
Thu Aug 15 00:03:23 2024
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
-<html lang="en">
+<html lang>
<head>
<!-- Generated by javadoc (17) -->
-<title>DeprecatedAttributes.Builder (Apache Commons CLI 1.8.1-SNAPSHOT
API)</title>
+<title>DeprecatedAttributes.Builder (Apache Commons CLI 1.9.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package:
org.apache.commons.cli, class: DeprecatedAttributes, class: Builder">
@@ -110,8 +110,8 @@ implements <a href="https://docs.oracle.
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button
id="method-summary-table-tab0" role="tab" aria-selected="true"
aria-controls="method-summary-table.tabpanel" tabindex="0"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table', 3)" class="active-table-tab">All
Methods</button><button id="method-summary-table-tab2" role="tab"
aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)"
class="table-tab">Instance Methods</button><button
id="method-summary-table-tab4" role="tab" aria-selected="false"
aria-controls="method-summary-table.tabpanel" tabindex="-1"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table-tab4', 3)" class="table-tab">Concrete
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary"
aria-labelledby="method-summary-table-tab0">
+<div id="method-summary-table.tabpanel" role="tabpanel"
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Modified:
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DeprecatedAttributes.html
==============================================================================
---
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DeprecatedAttributes.html
(original)
+++
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/DeprecatedAttributes.html
Thu Aug 15 00:03:23 2024
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
-<html lang="en">
+<html lang>
<head>
<!-- Generated by javadoc (17) -->
-<title>DeprecatedAttributes (Apache Commons CLI 1.8.1-SNAPSHOT API)</title>
+<title>DeprecatedAttributes (Apache Commons CLI 1.9.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package:
org.apache.commons.cli, class: DeprecatedAttributes">
@@ -121,8 +121,8 @@ loadScripts(document, 'script');</script
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button
id="method-summary-table-tab0" role="tab" aria-selected="true"
aria-controls="method-summary-table.tabpanel" tabindex="0"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table', 3)" class="active-table-tab">All
Methods</button><button id="method-summary-table-tab1" role="tab"
aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab1', 3)"
class="table-tab">Static Methods</button><button id="method-summary-table-tab2"
role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)"
class="table-tab">Instance Methods</button><button
id="method-summary-table-tab4" role="tab" aria-selected="false"
aria-controls="method-summary-table.ta
bpanel" tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab4', 3)"
class="table-tab">Concrete Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary"
aria-labelledby="method-summary-table-tab0">
+<div id="method-summary-table.tabpanel" role="tabpanel"
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Modified:
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/GnuParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/GnuParser.html
(original)
+++
websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/GnuParser.html
Thu Aug 15 00:03:23 2024
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
-<html lang="en">
+<html lang>
<head>
<!-- Generated by javadoc (17) -->
-<title>GnuParser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title>
+<title>GnuParser (Apache Commons CLI 1.9.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package:
org.apache.commons.cli, class: GnuParser">
@@ -123,8 +123,8 @@ loadScripts(document, 'script');</script
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button
id="method-summary-table-tab0" role="tab" aria-selected="true"
aria-controls="method-summary-table.tabpanel" tabindex="0"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table', 3)" class="active-table-tab">All
Methods</button><button id="method-summary-table-tab2" role="tab"
aria-selected="false" aria-controls="method-summary-table.tabpanel"
tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)"
class="table-tab">Instance Methods</button><button
id="method-summary-table-tab4" role="tab" aria-selected="false"
aria-controls="method-summary-table.tabpanel" tabindex="-1"
onkeydown="switchTab(event)" onclick="show('method-summary-table',
'method-summary-table-tab4', 3)" class="table-tab">Concrete
Methods</button><button id="method-summary-table-tab6" role="tab"
aria-selected="false" aria-controls="method-summary-table.
tabpanel" tabindex="-1" onkeydown="switchTab(event)"
onclick="show('method-summary-table', 'method-summary-table-tab6', 3)"
class="table-tab">Deprecated Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary"
aria-labelledby="method-summary-table-tab0">
+<div id="method-summary-table.tabpanel" role="tabpanel"
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>