Network programming assignment for University
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

353 lines
23 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="de">
  4. <head>
  5. <!-- Generated by javadoc -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <title>Uses of Class org.apache.commons.cli.Option (Apache Commons CLI 1.4 API)</title>
  8. <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="Uses of Class org.apache.commons.cli.Option (Apache Commons CLI 1.4 API)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../../../../../org/apache/commons/cli/package-summary.html">Package</a></li>
  35. <li><a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Class</a></li>
  36. <li class="navBarCell1Rev">Use</li>
  37. <li><a href="../package-tree.html">Tree</a></li>
  38. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  39. <li><a href="../../../../../index-all.html">Index</a></li>
  40. <li><a href="../../../../../help-doc.html">Help</a></li>
  41. </ul>
  42. </div>
  43. <div class="subNav">
  44. <ul class="navList">
  45. <li>Prev</li>
  46. <li>Next</li>
  47. </ul>
  48. <ul class="navList">
  49. <li><a href="../../../../../index.html?org/apache/commons/cli/class-use/Option.html" target="_top">Frames</a></li>
  50. <li><a href="Option.html" target="_top">No&nbsp;Frames</a></li>
  51. </ul>
  52. <ul class="navList" id="allclasses_navbar_top">
  53. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  54. </ul>
  55. <div>
  56. <script type="text/javascript"><!--
  57. allClassesLink = document.getElementById("allclasses_navbar_top");
  58. if(window==top) {
  59. allClassesLink.style.display = "block";
  60. }
  61. else {
  62. allClassesLink.style.display = "none";
  63. }
  64. //-->
  65. </script>
  66. </div>
  67. <a name="skip.navbar.top">
  68. <!-- -->
  69. </a></div>
  70. <!-- ========= END OF TOP NAVBAR ========= -->
  71. <div class="header">
  72. <h2 title="Uses of Class org.apache.commons.cli.Option" class="title">Uses of Class<br>org.apache.commons.cli.Option</h2>
  73. </div>
  74. <div class="classUseContainer">
  75. <ul class="blockList">
  76. <li class="blockList">
  77. <ul class="blockList">
  78. <li class="blockList"><a name="org.apache.commons.cli">
  79. <!-- -->
  80. </a>
  81. <h3>Uses of <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a> in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a></h3>
  82. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
  83. <caption><span>Fields in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> declared as <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></span><span class="tabEnd">&nbsp;</span></caption>
  84. <tr>
  85. <th class="colFirst" scope="col">Modifier and Type</th>
  86. <th class="colLast" scope="col">Field and Description</th>
  87. </tr>
  88. <tbody>
  89. <tr class="altColor">
  90. <td class="colFirst"><code>protected <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></code></td>
  91. <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#currentOption">currentOption</a></span></code>
  92. <div class="block">The last option parsed.</div>
  93. </td>
  94. </tr>
  95. </tbody>
  96. </table>
  97. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
  98. <caption><span>Fields in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> with type parameters of type <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></span><span class="tabEnd">&nbsp;</span></caption>
  99. <tr>
  100. <th class="colFirst" scope="col">Modifier and Type</th>
  101. <th class="colLast" scope="col">Field and Description</th>
  102. </tr>
  103. <tbody>
  104. <tr class="altColor">
  105. <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&gt;</code></td>
  106. <td class="colLast"><span class="typeNameLabel">HelpFormatter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/HelpFormatter.html#optionComparator">optionComparator</a></span></code>
  107. <div class="block">Comparator used to sort the options when they output in help text
  108. Defaults to case-insensitive alphabetical sorting by option key</div>
  109. </td>
  110. </tr>
  111. </tbody>
  112. </table>
  113. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  114. <caption><span>Methods in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> that return <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></span><span class="tabEnd">&nbsp;</span></caption>
  115. <tr>
  116. <th class="colFirst" scope="col">Modifier and Type</th>
  117. <th class="colLast" scope="col">Method and Description</th>
  118. </tr>
  119. <tbody>
  120. <tr class="altColor">
  121. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></code></td>
  122. <td class="colLast"><span class="typeNameLabel">Option.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Option.Builder.html#build--">build</a></span>()</code>
  123. <div class="block">Constructs an Option with the values declared by this <a href="../../../../../org/apache/commons/cli/Option.Builder.html" title="class in org.apache.commons.cli"><code>Option.Builder</code></a>.</div>
  124. </td>
  125. </tr>
  126. <tr class="rowColor">
  127. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></code></td>
  128. <td class="colLast"><span class="typeNameLabel">OptionBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/OptionBuilder.html#create--">create</a></span>()</code>
  129. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  130. <div class="block">Create an Option using the current settings</div>
  131. </td>
  132. </tr>
  133. <tr class="altColor">
  134. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></code></td>
  135. <td class="colLast"><span class="typeNameLabel">OptionBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/OptionBuilder.html#create-char-">create</a></span>(char&nbsp;opt)</code>
  136. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  137. <div class="block">Create an Option using the current settings and with
  138. the specified Option <code>char</code>.</div>
  139. </td>
  140. </tr>
  141. <tr class="rowColor">
  142. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></code></td>
  143. <td class="colLast"><span class="typeNameLabel">OptionBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/OptionBuilder.html#create-java.lang.String-">create</a></span>(<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>&nbsp;opt)</code>
  144. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  145. <div class="block">Create an Option using the current settings and with
  146. the specified Option <code>char</code>.</div>
  147. </td>
  148. </tr>
  149. <tr class="altColor">
  150. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></code></td>
  151. <td class="colLast"><span class="typeNameLabel">MissingArgumentException.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/MissingArgumentException.html#getOption--">getOption</a></span>()</code>
  152. <div class="block">Return the option requiring an argument that wasn't provided
  153. on the command line.</div>
  154. </td>
  155. </tr>
  156. <tr class="rowColor">
  157. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></code></td>
  158. <td class="colLast"><span class="typeNameLabel">AlreadySelectedException.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/AlreadySelectedException.html#getOption--">getOption</a></span>()</code>
  159. <div class="block">Returns the option that was added to the group and triggered the exception.</div>
  160. </td>
  161. </tr>
  162. <tr class="altColor">
  163. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></code></td>
  164. <td class="colLast"><span class="typeNameLabel">Options.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Options.html#getOption-java.lang.String-">getOption</a></span>(<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>&nbsp;opt)</code>
  165. <div class="block">Retrieve the <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a> matching the long or short name specified.</div>
  166. </td>
  167. </tr>
  168. <tr class="rowColor">
  169. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>[]</code></td>
  170. <td class="colLast"><span class="typeNameLabel">CommandLine.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.html#getOptions--">getOptions</a></span>()</code>
  171. <div class="block">Returns an array of the processed <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><code>Option</code></a>s.</div>
  172. </td>
  173. </tr>
  174. </tbody>
  175. </table>
  176. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  177. <caption><span>Methods in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> that return types with arguments of type <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></span><span class="tabEnd">&nbsp;</span></caption>
  178. <tr>
  179. <th class="colFirst" scope="col">Modifier and Type</th>
  180. <th class="colLast" scope="col">Method and Description</th>
  181. </tr>
  182. <tbody>
  183. <tr class="altColor">
  184. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&gt;</code></td>
  185. <td class="colLast"><span class="typeNameLabel">HelpFormatter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/HelpFormatter.html#getOptionComparator--">getOptionComparator</a></span>()</code>
  186. <div class="block">Comparator used to sort the options when they output in help text.</div>
  187. </td>
  188. </tr>
  189. <tr class="rowColor">
  190. <td class="colFirst"><code><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>&lt;<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&gt;</code></td>
  191. <td class="colLast"><span class="typeNameLabel">Options.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Options.html#getOptions--">getOptions</a></span>()</code>
  192. <div class="block">Retrieve a read-only list of options in this set</div>
  193. </td>
  194. </tr>
  195. <tr class="altColor">
  196. <td class="colFirst"><code><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>&lt;<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&gt;</code></td>
  197. <td class="colLast"><span class="typeNameLabel">OptionGroup.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/OptionGroup.html#getOptions--">getOptions</a></span>()</code>&nbsp;</td>
  198. </tr>
  199. <tr class="rowColor">
  200. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&gt;</code></td>
  201. <td class="colLast"><span class="typeNameLabel">CommandLine.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.html#iterator--">iterator</a></span>()</code>
  202. <div class="block">Returns an iterator over the Option members of CommandLine.</div>
  203. </td>
  204. </tr>
  205. </tbody>
  206. </table>
  207. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  208. <caption><span>Methods in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> with parameters of type <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></span><span class="tabEnd">&nbsp;</span></caption>
  209. <tr>
  210. <th class="colFirst" scope="col">Modifier and Type</th>
  211. <th class="colLast" scope="col">Method and Description</th>
  212. </tr>
  213. <tbody>
  214. <tr class="altColor">
  215. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a></code></td>
  216. <td class="colLast"><span class="typeNameLabel">Options.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Options.html#addOption-org.apache.commons.cli.Option-">addOption</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</code>
  217. <div class="block">Adds an option instance</div>
  218. </td>
  219. </tr>
  220. <tr class="rowColor">
  221. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></code></td>
  222. <td class="colLast"><span class="typeNameLabel">OptionGroup.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/OptionGroup.html#addOption-org.apache.commons.cli.Option-">addOption</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;option)</code>
  223. <div class="block">Add the specified <code>Option</code> to this group.</div>
  224. </td>
  225. </tr>
  226. <tr class="altColor">
  227. <td class="colFirst"><code>protected void</code></td>
  228. <td class="colLast"><span class="typeNameLabel">CommandLine.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.html#addOption-org.apache.commons.cli.Option-">addOption</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</code>
  229. <div class="block">Add an option to the command line.</div>
  230. </td>
  231. </tr>
  232. <tr class="rowColor">
  233. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html" title="class in org.apache.commons.cli">CommandLine.Builder</a></code></td>
  234. <td class="colLast"><span class="typeNameLabel">CommandLine.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.Builder.html#addOption-org.apache.commons.cli.Option-">addOption</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</code>
  235. <div class="block">Add an option to the command line.</div>
  236. </td>
  237. </tr>
  238. <tr class="altColor">
  239. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a></code></td>
  240. <td class="colLast"><span class="typeNameLabel">Options.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Options.html#getOptionGroup-org.apache.commons.cli.Option-">getOptionGroup</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt)</code>
  241. <div class="block">Returns the OptionGroup the <code>opt</code> belongs to.</div>
  242. </td>
  243. </tr>
  244. <tr class="rowColor">
  245. <td class="colFirst"><code>void</code></td>
  246. <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#processArgs-org.apache.commons.cli.Option-java.util.ListIterator-">processArgs</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;opt,
  247. <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a>&lt;<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>&gt;&nbsp;iter)</code>
  248. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  249. <div class="block">Process the argument values for the specified Option
  250. <code>opt</code> using the values retrieved from the
  251. specified iterator <code>iter</code>.</div>
  252. </td>
  253. </tr>
  254. <tr class="altColor">
  255. <td class="colFirst"><code>void</code></td>
  256. <td class="colLast"><span class="typeNameLabel">OptionGroup.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/OptionGroup.html#setSelected-org.apache.commons.cli.Option-">setSelected</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;option)</code>
  257. <div class="block">Set the selected option of this group to <code>name</code>.</div>
  258. </td>
  259. </tr>
  260. </tbody>
  261. </table>
  262. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  263. <caption><span>Method parameters in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> with type arguments of type <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></span><span class="tabEnd">&nbsp;</span></caption>
  264. <tr>
  265. <th class="colFirst" scope="col">Modifier and Type</th>
  266. <th class="colLast" scope="col">Method and Description</th>
  267. </tr>
  268. <tbody>
  269. <tr class="altColor">
  270. <td class="colFirst"><code>void</code></td>
  271. <td class="colLast"><span class="typeNameLabel">HelpFormatter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/HelpFormatter.html#setOptionComparator-java.util.Comparator-">setOptionComparator</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&gt;&nbsp;comparator)</code>
  272. <div class="block">Set the comparator used to sort the options when they output in help text.</div>
  273. </td>
  274. </tr>
  275. </tbody>
  276. </table>
  277. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  278. <caption><span>Constructors in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> with parameters of type <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a></span><span class="tabEnd">&nbsp;</span></caption>
  279. <tr>
  280. <th class="colOne" scope="col">Constructor and Description</th>
  281. </tr>
  282. <tbody>
  283. <tr class="altColor">
  284. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/AlreadySelectedException.html#AlreadySelectedException-org.apache.commons.cli.OptionGroup-org.apache.commons.cli.Option-">AlreadySelectedException</a></span>(<a href="../../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a>&nbsp;group,
  285. <a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;option)</code>
  286. <div class="block">Construct a new <code>AlreadySelectedException</code>
  287. for the specified option group.</div>
  288. </td>
  289. </tr>
  290. <tr class="rowColor">
  291. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/MissingArgumentException.html#MissingArgumentException-org.apache.commons.cli.Option-">MissingArgumentException</a></span>(<a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a>&nbsp;option)</code>
  292. <div class="block">Construct a new <code>MissingArgumentException</code>
  293. with the specified detail message.</div>
  294. </td>
  295. </tr>
  296. </tbody>
  297. </table>
  298. </li>
  299. </ul>
  300. </li>
  301. </ul>
  302. </div>
  303. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  304. <div class="bottomNav"><a name="navbar.bottom">
  305. <!-- -->
  306. </a>
  307. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  308. <a name="navbar.bottom.firstrow">
  309. <!-- -->
  310. </a>
  311. <ul class="navList" title="Navigation">
  312. <li><a href="../../../../../org/apache/commons/cli/package-summary.html">Package</a></li>
  313. <li><a href="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Class</a></li>
  314. <li class="navBarCell1Rev">Use</li>
  315. <li><a href="../package-tree.html">Tree</a></li>
  316. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  317. <li><a href="../../../../../index-all.html">Index</a></li>
  318. <li><a href="../../../../../help-doc.html">Help</a></li>
  319. </ul>
  320. </div>
  321. <div class="subNav">
  322. <ul class="navList">
  323. <li>Prev</li>
  324. <li>Next</li>
  325. </ul>
  326. <ul class="navList">
  327. <li><a href="../../../../../index.html?org/apache/commons/cli/class-use/Option.html" target="_top">Frames</a></li>
  328. <li><a href="Option.html" target="_top">No&nbsp;Frames</a></li>
  329. </ul>
  330. <ul class="navList" id="allclasses_navbar_bottom">
  331. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  332. </ul>
  333. <div>
  334. <script type="text/javascript"><!--
  335. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  336. if(window==top) {
  337. allClassesLink.style.display = "block";
  338. }
  339. else {
  340. allClassesLink.style.display = "none";
  341. }
  342. //-->
  343. </script>
  344. </div>
  345. <a name="skip.navbar.bottom">
  346. <!-- -->
  347. </a></div>
  348. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  349. <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
  350. </body>
  351. </html>