Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionGroup.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionGroup.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/OptionGroup.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>OptionGroup (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>OptionGroup (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: OptionGroup"> @@ -114,41 +114,54 @@ 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> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></code></div> <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#addOption(org.apache.commons.cli.Option)" class="member-name-link">addOption</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">Add the specified <code>Option</code> to this group.</div> +<div class="block">Adds the given <code>Option</code> to this 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/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</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>></code></div> <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getNames()" class="member-name-link">getNames</a>()</code></div> -<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> +<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> +<div class="block">Gets the names of the options in this group as a <code>Collection</code>.</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/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="Option.html" title="class in org.apache.commons.cli">Option</a>></code></div> <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOptions()" class="member-name-link">getOptions</a>()</code></div> -<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> +<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> +<div class="block">Gets the options in this group as a <code>Collection</code>.</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="#getSelected()" class="member-name-link">getSelected</a>()</code></div> -<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> +<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> +<div class="block">Gets the selected option name.</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="#isRequired()" class="member-name-link">isRequired</a>()</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> <div class="block">Tests whether this option group is required.</div> </div> -<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div> -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setRequired(boolean)" class="member-name-link">setRequired</a><wbr>(boolean required)</code></div> -<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </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="#isSelected()" class="member-name-link">isSelected</a>()</code></div> +<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> +<div class="block">Tests whether an option is selected.</div> +</div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setSelected(org.apache.commons.cli.Option)" class="member-name-link">setSelected</a><wbr>(<a href="Option.html" title="class in org.apache.commons.cli">Option</a> option)</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setRequired(boolean)" class="member-name-link">setRequired</a><wbr>(boolean required)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Sets the selected option of this group to <code>name</code>.</div> +<div class="block">Sets whether this group is required.</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="#toString()" class="member-name-link">toString</a>()</code></div> +<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setSelected(org.apache.commons.cli.Option)" class="member-name-link">setSelected</a><wbr>(<a href="Option.html" title="class in org.apache.commons.cli">Option</a> option)</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> +<div class="block">Sets the selected option of this group to <code>name</code>.</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="#toString()" class="member-name-link">toString</a>()</code></div> +<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> <div class="block">Returns the stringified version of this OptionGroup.</div> </div> </div> @@ -186,7 +199,7 @@ implements <a href="https://docs.oracle. <section class="detail" id="addOption(org.apache.commons.cli.Option)"> <h3>addOption</h3> <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></span> <span class="element-name"><a href="../../../../src-html/org/apache/commons/cli/OptionGroup.html#line-49">addOption</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">Add the specified <code>Option</code> to this group.</div> +<div class="block">Adds the given <code>Option</code> to this group.</div> <dl class="notes"> <dt>Parameters:</dt> <dd><code>option</code> - the option to add to this group</dd> @@ -198,37 +211,42 @@ implements <a href="https://docs.oracle. <li> <section class="detail" id="getNames()"> <h3>getNames</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/Collection.html" title="class or interface in java.util" class="external-link">Collection</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>></span> <span class="element-name"><a href="../../../../src-html/org/apache/commons/cli/OptionGroup.html#line-59">getNames</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/Collection.html" title="class or interface in java.util" class="external-link">Collection</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>></span> <span class="element-name"><a href="../../../../src-html/org/apache/commons/cli/OptionGroup.html#line-61">getNames</a></span>()</div> +<div class="block">Gets the names of the options in this group as a <code>Collection</code>.</div> <dl class="notes"> <dt>Returns:</dt> -<dd>the names of the options in this group as a <code>Collection</code></dd> +<dd>the names of the options in this group as a <code>Collection</code>.</dd> </dl> </section> </li> <li> <section class="detail" id="getOptions()"> <h3>getOptions</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/Collection.html" title="class or interface in java.util" class="external-link">Collection</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/OptionGroup.html#line-67">getOptions</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/Collection.html" title="class or interface in java.util" class="external-link">Collection</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/OptionGroup.html#line-71">getOptions</a></span>()</div> +<div class="block">Gets the options in this group as a <code>Collection</code>.</div> <dl class="notes"> <dt>Returns:</dt> -<dd>the options in this group as a <code>Collection</code></dd> +<dd>the options in this group as a <code>Collection</code>.</dd> </dl> </section> </li> <li> <section class="detail" id="getSelected()"> <h3>getSelected</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/OptionGroup.html#line-75">getSelected</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/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/OptionGroup.html#line-82">getSelected</a></span>()</div> +<div class="block">Gets the selected option name. + + If the selected option is deprecated <em>no warning is logged</em>.</div> <dl class="notes"> <dt>Returns:</dt> -<dd>the selected option name</dd> +<dd>the selected option name.</dd> </dl> </section> </li> <li> <section class="detail" id="isRequired()"> <h3>isRequired</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/OptionGroup.html#line-84">isRequired</a></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/OptionGroup.html#line-91">isRequired</a></span>()</div> <div class="block">Tests whether this option group is required.</div> <dl class="notes"> <dt>Returns:</dt> @@ -237,21 +255,39 @@ implements <a href="https://docs.oracle. </section> </li> <li> +<section class="detail" id="isSelected()"> +<h3>isSelected</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/OptionGroup.html#line-102">isSelected</a></span>()</div> +<div class="block">Tests whether an option is selected. + + If an option is selected and is deprecated <em>no warning is logged</em>.</div> +<dl class="notes"> +<dt>Returns:</dt> +<dd>whether whether an option is selected.</dd> +<dt>Since:</dt> +<dd>1.9.0</dd> +</dl> +</section> +</li> +<li> <section class="detail" id="setRequired(boolean)"> <h3>setRequired</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../src-html/org/apache/commons/cli/OptionGroup.html#line-91">setRequired</a></span><wbr><span class="parameters">(boolean required)</span></div> +<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../src-html/org/apache/commons/cli/OptionGroup.html#line-111">setRequired</a></span><wbr><span class="parameters">(boolean required)</span></div> +<div class="block">Sets whether this group is required.</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>required</code> - specifies if this group is required</dd> +<dd><code>required</code> - whether this group is required.</dd> </dl> </section> </li> <li> <section class="detail" id="setSelected(org.apache.commons.cli.Option)"> <h3>setSelected</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../src-html/org/apache/commons/cli/OptionGroup.html#line-101">setSelected</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="return-type">void</span> <span class="element-name"><a href="../../../../src-html/org/apache/commons/cli/OptionGroup.html#line-122">setSelected</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="AlreadySelectedException.html" title="class in org.apache.commons.cli">AlreadySelectedException</a></span></div> -<div class="block">Sets the selected option of this group to <code>name</code>.</div> +<div class="block">Sets the selected option of this group to <code>name</code>. + + If the selected option is deprecated <em>no warning is logged</em>.</div> <dl class="notes"> <dt>Parameters:</dt> <dd><code>option</code> - the option that is selected</dd> @@ -263,7 +299,7 @@ implements <a href="https://docs.oracle. <li> <section class="detail" id="toString()"> <h3>toString</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/OptionGroup.html#line-121">toString</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/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/OptionGroup.html#line-142">toString</a></span>()</div> <div class="block">Returns the stringified version of this OptionGroup.</div> <dl class="notes"> <dt>Overrides:</dt>
Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Options.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Options.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Options.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Options (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Options (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: Options"> @@ -122,8 +122,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/ParseException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/ParseException.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/ParseException.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>ParseException (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>ParseException (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: ParseException"> @@ -127,8 +127,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-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/Parser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Parser.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/Parser.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Parser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Parser (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: Parser"> @@ -134,8 +134,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-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><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> 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 Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>PatternOptionBuilder (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>PatternOptionBuilder (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: PatternOptionBuilder"> @@ -204,8 +204,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-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.ta bpanel" 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> @@ -224,7 +224,7 @@ loadScripts(document, 'script');</script <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div> <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isValueCode(char)" class="member-name-link">isValueCode</a><wbr>(char ch)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> -<div class="block">Returns whether <code>ch</code> is a value code, i.e.</div> +<div class="block">Returns whether <code>ch</code> is a value code, i.e. whether it represents a class in a pattern.</div> </div> <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Options.html" title="class in org.apache.commons.cli">Options</a></code></div> <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#parsePattern(java.lang.String)" class="member-name-link">parsePattern</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> pattern)</code></div> 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 Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>PosixParser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>PosixParser (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: PosixParser"> @@ -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> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/TypeHandler.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/TypeHandler.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/TypeHandler.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>TypeHandler (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>TypeHandler (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: TypeHandler"> @@ -113,8 +113,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><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> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>UnrecognizedOptionException (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>UnrecognizedOptionException (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: UnrecognizedOptionException"> @@ -130,8 +130,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/class-use/AlreadySelectedException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AlreadySelectedException.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AlreadySelectedException.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.AlreadySelectedException (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.AlreadySelectedException (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="use: package: org.apache.commons.cli, class: AlreadySelectedException"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.AmbiguousOptionException (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.AmbiguousOptionException (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="use: package: org.apache.commons.cli, class: AmbiguousOptionException"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/BasicParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/BasicParser.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/BasicParser.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.BasicParser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.BasicParser (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="use: package: org.apache.commons.cli, class: BasicParser"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.Builder.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.Builder.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.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>Uses of Class org.apache.commons.cli.CommandLine.Builder (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.CommandLine.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="use: package: org.apache.commons.cli, class: CommandLine, class: Builder"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLine.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.CommandLine (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.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="use: package: org.apache.commons.cli, class: CommandLine"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLineParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLineParser.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/CommandLineParser.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.cli.CommandLineParser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Interface org.apache.commons.cli.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="use: package: org.apache.commons.cli, interface: CommandLineParser"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Converter.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Converter.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Interface org.apache.commons.cli.Converter (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Interface org.apache.commons.cli.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="use: package: org.apache.commons.cli, interface: Converter"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DefaultParser.Builder.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DefaultParser.Builder.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.DefaultParser.Builder (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.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="use: package: org.apache.commons.cli, class: DefaultParser, class: Builder"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DefaultParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DefaultParser.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DefaultParser.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.DefaultParser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.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="use: package: org.apache.commons.cli, class: DefaultParser"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DeprecatedAttributes.Builder.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DeprecatedAttributes.Builder.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.DeprecatedAttributes.Builder (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.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="use: package: org.apache.commons.cli, class: DeprecatedAttributes, class: Builder"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DeprecatedAttributes.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/DeprecatedAttributes.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/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>Uses of Class org.apache.commons.cli.DeprecatedAttributes (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.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="use: package: org.apache.commons.cli, class: DeprecatedAttributes"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/GnuParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/GnuParser.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/GnuParser.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.GnuParser (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.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="use: package: org.apache.commons.cli, class: GnuParser"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/HelpFormatter.Builder.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/HelpFormatter.Builder.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/HelpFormatter.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>Uses of Class org.apache.commons.cli.HelpFormatter.Builder (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.HelpFormatter.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="use: package: org.apache.commons.cli, class: HelpFormatter, class: Builder"> @@ -76,10 +76,15 @@ loadScripts(document, 'script');</script <div class="block">Sets whether to show deprecated options.</div> </div> <div class="col-first odd-row-color"><code><a href="../HelpFormatter.Builder.html" title="class in org.apache.commons.cli">HelpFormatter.Builder</a></code></div> -<div class="col-second odd-row-color"><span class="type-name-label">HelpFormatter.Builder.</span><code><a href="../HelpFormatter.Builder.html#setShowDeprecated(java.util.function.Function)" class="member-name-link">setShowDeprecated</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Function.html" title="class or interface in java.util.function" class="external-link">Function</a><<a href="../Option.html" title="class in org.apache.commons.cli">Option</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>> showDeprecatedFunc)</code></div> +<div class="col-second odd-row-color"><span class="type-name-label">HelpFormatter.Builder.</span><code><a href="../HelpFormatter.Builder.html#setShowDeprecated(java.util.function.Function)" class="member-name-link">setShowDeprecated</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Function.html" title="class or interface in java.util.function" class="external-link">Function</a><<a href="../Option.html" title="class in org.apache.commons.cli">Option</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>> deprecatedFormatFunction)</code></div> <div class="col-last odd-row-color"> <div class="block">Sets whether to show deprecated options.</div> </div> +<div class="col-first even-row-color"><code><a href="../HelpFormatter.Builder.html" title="class in org.apache.commons.cli">HelpFormatter.Builder</a></code></div> +<div class="col-second even-row-color"><span class="type-name-label">HelpFormatter.Builder.</span><code><a href="../HelpFormatter.Builder.html#setShowSince(boolean)" class="member-name-link">setShowSince</a><wbr>(boolean showSince)</code></div> +<div class="col-last even-row-color"> +<div class="block">Sets whether to show the date the option was first added.</div> +</div> </div> </section> </li> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/HelpFormatter.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/HelpFormatter.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/HelpFormatter.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.HelpFormatter (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.HelpFormatter (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="use: package: org.apache.commons.cli, class: HelpFormatter"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingArgumentException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingArgumentException.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingArgumentException.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.MissingArgumentException (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.MissingArgumentException (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="use: package: org.apache.commons.cli, class: MissingArgumentException"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingOptionException.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingOptionException.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/MissingOptionException.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.MissingOptionException (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.MissingOptionException (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="use: package: org.apache.commons.cli, class: MissingOptionException"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Option.Builder.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Option.Builder.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Option.Builder.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.Option.Builder (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.Option.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="use: package: org.apache.commons.cli, class: Option, class: Builder"> @@ -111,7 +111,7 @@ loadScripts(document, 'script');</script <div class="block">Tests whether the Option can have unlimited argument values.</div> </div> <div class="col-first even-row-color"><code><a href="../Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a></code></div> -<div class="col-second even-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#longOpt(java.lang.String)" class="member-name-link">longOpt</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> longOpt)</code></div> +<div class="col-second even-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#longOpt(java.lang.String)" class="member-name-link">longOpt</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> longOption)</code></div> <div class="col-last even-row-color"> <div class="block">Sets the long name of the Option.</div> </div> @@ -141,18 +141,23 @@ loadScripts(document, 'script');</script <div class="block">Sets whether the Option is required.</div> </div> <div class="col-first even-row-color"><code><a href="../Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a></code></div> -<div class="col-second even-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#type(java.lang.Class)" class="member-name-link">type</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><?> type)</code></div> +<div class="col-second even-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#since(java.lang.String)" class="member-name-link">since</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> since)</code></div> <div class="col-last even-row-color"> -<div class="block">Sets the type of the Option.</div> +<div class="block">Sets the version number when this option was first defined."</div> </div> <div class="col-first odd-row-color"><code><a href="../Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a></code></div> -<div class="col-second odd-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#valueSeparator()" class="member-name-link">valueSeparator</a>()</code></div> +<div class="col-second odd-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#type(java.lang.Class)" class="member-name-link">type</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><?> type)</code></div> <div class="col-last odd-row-color"> -<div class="block">The Option will use '=' as a means to separate argument value.</div> +<div class="block">Sets the type of the Option.</div> </div> <div class="col-first even-row-color"><code><a href="../Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a></code></div> -<div class="col-second even-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#valueSeparator(char)" class="member-name-link">valueSeparator</a><wbr>(char valueSeparator)</code></div> +<div class="col-second even-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#valueSeparator()" class="member-name-link">valueSeparator</a>()</code></div> <div class="col-last even-row-color"> +<div class="block">The Option will use '=' as a means to separate argument value.</div> +</div> +<div class="col-first odd-row-color"><code><a href="../Option.Builder.html" title="class in org.apache.commons.cli">Option.Builder</a></code></div> +<div class="col-second odd-row-color"><span class="type-name-label">Option.Builder.</span><code><a href="../Option.Builder.html#valueSeparator(char)" class="member-name-link">valueSeparator</a><wbr>(char valueSeparator)</code></div> +<div class="col-last odd-row-color"> <div class="block">The Option will use <code>sep</code> as a means to separate argument values.</div> </div> </div> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Option.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Option.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Option.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.Option (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.Option (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="use: package: org.apache.commons.cli, class: Option"> @@ -140,7 +140,9 @@ loadScripts(document, 'script');</script </div> <div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="../Option.html" title="class in org.apache.commons.cli">Option</a>></code></div> <div class="col-second odd-row-color"><span class="type-name-label">OptionGroup.</span><code><a href="../OptionGroup.html#getOptions()" class="member-name-link">getOptions</a>()</code></div> -<div class="col-last odd-row-color"> </div> +<div class="col-last odd-row-color"> +<div class="block">Gets the options in this group as a <code>Collection</code>.</div> +</div> <div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="../Option.html" title="class in org.apache.commons.cli">Option</a>></code></div> <div class="col-second even-row-color"><span class="type-name-label">Options.</span><code><a href="../Options.html#getOptions()" class="member-name-link">getOptions</a>()</code></div> <div class="col-last even-row-color"> @@ -170,7 +172,7 @@ loadScripts(document, 'script');</script <div class="col-first even-row-color"><code><a href="../OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></code></div> <div class="col-second even-row-color"><span class="type-name-label">OptionGroup.</span><code><a href="../OptionGroup.html#addOption(org.apache.commons.cli.Option)" class="member-name-link">addOption</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"> -<div class="block">Add the specified <code>Option</code> to this group.</div> +<div class="block">Adds the given <code>Option</code> to this group.</div> </div> <div class="col-first odd-row-color"><code><a href="../Options.html" title="class in org.apache.commons.cli">Options</a></code></div> <div class="col-second odd-row-color"><span class="type-name-label">Options.</span><code><a href="../Options.html#addOption(org.apache.commons.cli.Option)" class="member-name-link">addOption</a><wbr>(<a href="../Option.html" title="class in org.apache.commons.cli">Option</a> opt)</code></div> @@ -271,7 +273,7 @@ loadScripts(document, 'script');</script <div class="block">Sets the comparator used to sort the options when they output in help text.</div> </div> <div class="col-first odd-row-color"><code><a href="../HelpFormatter.Builder.html" title="class in org.apache.commons.cli">HelpFormatter.Builder</a></code></div> -<div class="col-second odd-row-color"><span class="type-name-label">HelpFormatter.Builder.</span><code><a href="../HelpFormatter.Builder.html#setShowDeprecated(java.util.function.Function)" class="member-name-link">setShowDeprecated</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Function.html" title="class or interface in java.util.function" class="external-link">Function</a><<a href="../Option.html" title="class in org.apache.commons.cli">Option</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>> showDeprecatedFunc)</code></div> +<div class="col-second odd-row-color"><span class="type-name-label">HelpFormatter.Builder.</span><code><a href="../HelpFormatter.Builder.html#setShowDeprecated(java.util.function.Function)" class="member-name-link">setShowDeprecated</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/Function.html" title="class or interface in java.util.function" class="external-link">Function</a><<a href="../Option.html" title="class in org.apache.commons.cli">Option</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>> deprecatedFormatFunction)</code></div> <div class="col-last odd-row-color"> <div class="block">Sets whether to show deprecated options.</div> </div> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/OptionBuilder.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/OptionBuilder.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/OptionBuilder.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.OptionBuilder (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.OptionBuilder (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="use: package: org.apache.commons.cli, class: OptionBuilder"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/OptionGroup.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/OptionGroup.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/OptionGroup.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.OptionGroup (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.OptionGroup (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="use: package: org.apache.commons.cli, class: OptionGroup"> @@ -63,7 +63,7 @@ loadScripts(document, 'script');</script <div class="col-first even-row-color"><code><a href="../OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></code></div> <div class="col-second even-row-color"><span class="type-name-label">OptionGroup.</span><code><a href="../OptionGroup.html#addOption(org.apache.commons.cli.Option)" class="member-name-link">addOption</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"> -<div class="block">Add the specified <code>Option</code> to this group.</div> +<div class="block">Adds the given <code>Option</code> to this group.</div> </div> <div class="col-first odd-row-color"><code><a href="../OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></code></div> <div class="col-second odd-row-color"><span class="type-name-label">AlreadySelectedException.</span><code><a href="../AlreadySelectedException.html#getOptionGroup()" class="member-name-link">getOptionGroup</a>()</code></div> @@ -86,6 +86,50 @@ loadScripts(document, 'script');</script <div class="col-last even-row-color"> <div class="block">Adds the specified option group.</div> </div> +<div class="col-first odd-row-color"><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"><span class="type-name-label">CommandLine.</span><code><a href="../CommandLine.html#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"> +<div class="block">Gets the first argument, if any, of this option group.</div> +</div> +<div class="col-first even-row-color"><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"><span class="type-name-label">CommandLine.</span><code><a href="../CommandLine.html#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"> +<div class="block">Gets the first argument, if any, of an option group.</div> +</div> +<div class="col-first odd-row-color"><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"><span class="type-name-label">CommandLine.</span><code><a href="../CommandLine.html#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"> +<div class="block">Gets the first argument, if any, of an option group.</div> +</div> +<div class="col-first even-row-color"><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"><span class="type-name-label">CommandLine.</span><code><a href="../CommandLine.html#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 even-row-color"> +<div class="block">Gets the array of values, if any, of an option group.</div> +</div> +<div class="col-first odd-row-color"><code><T> T</code></div> +<div class="col-second odd-row-color"><span class="type-name-label">CommandLine.</span><code><a href="../CommandLine.html#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"> +<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"><code><T> T</code></div> +<div class="col-second even-row-color"><span class="type-name-label">CommandLine.</span><code><a href="../CommandLine.html#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"> +<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"><code><T> T</code></div> +<div class="col-second odd-row-color"><span class="type-name-label">CommandLine.</span><code><a href="../CommandLine.html#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"> +<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"><code>boolean</code></div> +<div class="col-second even-row-color"><span class="type-name-label">CommandLine.</span><code><a href="../CommandLine.html#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 even-row-color"> +<div class="block">Tests to see if an option has been set.</div> +</div> </div> <div class="caption"><span>Constructors in <a href="../package-summary.html">org.apache.commons.cli</a> with parameters of type <a href="../OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></span></div> <div class="summary-table three-column-summary"> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Options.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Options.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/class-use/Options.html Thu Aug 15 00:03:23 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.cli.Options (Apache Commons CLI 1.8.1-SNAPSHOT API)</title> +<title>Uses of Class org.apache.commons.cli.Options (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="use: package: org.apache.commons.cli, class: Options">
