410 lines
18 KiB
HTML
Executable File
410 lines
18 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="de">
|
|
<head>
|
|
<!-- Generated by javadoc -->
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Serialized Form (Apache Commons CLI 1.4 API)</title>
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
<script type="text/javascript" src="script.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
try {
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Serialized Form (Apache Commons CLI 1.4 API)";
|
|
}
|
|
}
|
|
catch(err) {
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.top.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="org/apache/commons/cli/package-summary.html">Package</a></li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="org/apache/commons/cli/package-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="header">
|
|
<h1 title="Serialized Form" class="title">Serialized Form</h1>
|
|
</div>
|
|
<div class="serializedFormContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.apache.commons.cli</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.apache.commons.cli.AlreadySelectedException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/AlreadySelectedException.html" title="class in org.apache.commons.cli">org.apache.commons.cli.AlreadySelectedException</a> extends <a href="org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>3674381532418544760L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>group</h4>
|
|
<pre><a href="org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a> group</pre>
|
|
<div class="block">The option group selected.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>option</h4>
|
|
<pre><a href="org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a> option</pre>
|
|
<div class="block">The option that triggered the exception.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.AmbiguousOptionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/AmbiguousOptionException.html" title="class in org.apache.commons.cli">org.apache.commons.cli.AmbiguousOptionException</a> extends <a href="org/apache/commons/cli/UnrecognizedOptionException.html" title="class in org.apache.commons.cli">UnrecognizedOptionException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>5829816121277947229L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>matchingOptions</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">E</a>> matchingOptions</pre>
|
|
<div class="block">The list of options matching the partial name specified</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.CommandLine">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">org.apache.commons.cli.CommandLine</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>args</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> args</pre>
|
|
<div class="block">the unrecognized options/arguments</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>options</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> options</pre>
|
|
<div class="block">the processed options</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.MissingArgumentException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/MissingArgumentException.html" title="class in org.apache.commons.cli">org.apache.commons.cli.MissingArgumentException</a> extends <a href="org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>-7098538588704965017L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>option</h4>
|
|
<pre><a href="org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a> option</pre>
|
|
<div class="block">The option requiring additional arguments</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.MissingOptionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/MissingOptionException.html" title="class in org.apache.commons.cli">org.apache.commons.cli.MissingOptionException</a> extends <a href="org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>8161889051578563249L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>missingOptions</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> missingOptions</pre>
|
|
<div class="block">The list of missing options and groups</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.Option">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">org.apache.commons.cli.Option</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>opt</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> opt</pre>
|
|
<div class="block">the name of the option</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>longOpt</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> longOpt</pre>
|
|
<div class="block">the long representation of the option</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>argName</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> argName</pre>
|
|
<div class="block">the name of the argument for this option</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>description</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
|
|
<div class="block">description of the option</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>required</h4>
|
|
<pre>boolean required</pre>
|
|
<div class="block">specifies whether this option is required to be present</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>optionalArg</h4>
|
|
<pre>boolean optionalArg</pre>
|
|
<div class="block">specifies whether the argument value of this Option is optional</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>numberOfArgs</h4>
|
|
<pre>int numberOfArgs</pre>
|
|
<div class="block">the number of argument values this option can have</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>type</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</a>> type</pre>
|
|
<div class="block">the type of this Option</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>values</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> values</pre>
|
|
<div class="block">the list of argument values</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>valuesep</h4>
|
|
<pre>char valuesep</pre>
|
|
<div class="block">the character that is the value separator</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.OptionGroup">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">org.apache.commons.cli.OptionGroup</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>optionMap</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> optionMap</pre>
|
|
<div class="block">hold the options</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>selected</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> selected</pre>
|
|
<div class="block">the name of the selected option</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>required</h4>
|
|
<pre>boolean required</pre>
|
|
<div class="block">specified whether this group is required</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.Options">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">org.apache.commons.cli.Options</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>shortOpts</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> shortOpts</pre>
|
|
<div class="block">a map of the options with the character key</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>longOpts</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> longOpts</pre>
|
|
<div class="block">a map of the options with the long key</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>requiredOpts</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> requiredOpts</pre>
|
|
<div class="block">a map of the required options</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>optionGroups</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> optionGroups</pre>
|
|
<div class="block">a map of the option groups</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.ParseException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">org.apache.commons.cli.ParseException</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>9112808380089253192L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="org.apache.commons.cli.UnrecognizedOptionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/apache/commons/cli/UnrecognizedOptionException.html" title="class in org.apache.commons.cli">org.apache.commons.cli.UnrecognizedOptionException</a> extends <a href="org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>-252504690284625623L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>option</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> option</pre>
|
|
<div class="block">The unrecognized option</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.bottom.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="org/apache/commons/cli/package-summary.html">Package</a></li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="org/apache/commons/cli/package-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
<p class="legalCopy"><small>Copyright © 2002–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
|
|
</body>
|
|
</html>
|