Network programming assignment for University
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

410 lignes
18 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>Serialized Form (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="Serialized Form (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>Class</li>
  36. <li>Use</li>
  37. <li><a href="org/apache/commons/cli/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?serialized-form.html" target="_top">Frames</a></li>
  50. <li><a href="serialized-form.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. <h1 title="Serialized Form" class="title">Serialized Form</h1>
  73. </div>
  74. <div class="serializedFormContainer">
  75. <ul class="blockList">
  76. <li class="blockList">
  77. <h2 title="Package">Package&nbsp;org.apache.commons.cli</h2>
  78. <ul class="blockList">
  79. <li class="blockList"><a name="org.apache.commons.cli.AlreadySelectedException">
  80. <!-- -->
  81. </a>
  82. <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>
  83. <dl class="nameValue">
  84. <dt>serialVersionUID:</dt>
  85. <dd>3674381532418544760L</dd>
  86. </dl>
  87. <ul class="blockList">
  88. <li class="blockList">
  89. <h3>Serialized Fields</h3>
  90. <ul class="blockList">
  91. <li class="blockList">
  92. <h4>group</h4>
  93. <pre><a href="org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</a> group</pre>
  94. <div class="block">The option group selected.</div>
  95. </li>
  96. <li class="blockListLast">
  97. <h4>option</h4>
  98. <pre><a href="org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a> option</pre>
  99. <div class="block">The option that triggered the exception.</div>
  100. </li>
  101. </ul>
  102. </li>
  103. </ul>
  104. </li>
  105. <li class="blockList"><a name="org.apache.commons.cli.AmbiguousOptionException">
  106. <!-- -->
  107. </a>
  108. <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>
  109. <dl class="nameValue">
  110. <dt>serialVersionUID:</dt>
  111. <dd>5829816121277947229L</dd>
  112. </dl>
  113. <ul class="blockList">
  114. <li class="blockList">
  115. <h3>Serialized Fields</h3>
  116. <ul class="blockList">
  117. <li class="blockListLast">
  118. <h4>matchingOptions</h4>
  119. <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>&lt;<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>&gt; matchingOptions</pre>
  120. <div class="block">The list of options matching the partial name specified</div>
  121. </li>
  122. </ul>
  123. </li>
  124. </ul>
  125. </li>
  126. <li class="blockList"><a name="org.apache.commons.cli.CommandLine">
  127. <!-- -->
  128. </a>
  129. <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>
  130. <dl class="nameValue">
  131. <dt>serialVersionUID:</dt>
  132. <dd>1L</dd>
  133. </dl>
  134. <ul class="blockList">
  135. <li class="blockList">
  136. <h3>Serialized Fields</h3>
  137. <ul class="blockList">
  138. <li class="blockList">
  139. <h4>args</h4>
  140. <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>&lt;<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>&gt; args</pre>
  141. <div class="block">the unrecognized options/arguments</div>
  142. </li>
  143. <li class="blockListLast">
  144. <h4>options</h4>
  145. <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>&lt;<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>&gt; options</pre>
  146. <div class="block">the processed options</div>
  147. </li>
  148. </ul>
  149. </li>
  150. </ul>
  151. </li>
  152. <li class="blockList"><a name="org.apache.commons.cli.MissingArgumentException">
  153. <!-- -->
  154. </a>
  155. <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>
  156. <dl class="nameValue">
  157. <dt>serialVersionUID:</dt>
  158. <dd>-7098538588704965017L</dd>
  159. </dl>
  160. <ul class="blockList">
  161. <li class="blockList">
  162. <h3>Serialized Fields</h3>
  163. <ul class="blockList">
  164. <li class="blockListLast">
  165. <h4>option</h4>
  166. <pre><a href="org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</a> option</pre>
  167. <div class="block">The option requiring additional arguments</div>
  168. </li>
  169. </ul>
  170. </li>
  171. </ul>
  172. </li>
  173. <li class="blockList"><a name="org.apache.commons.cli.MissingOptionException">
  174. <!-- -->
  175. </a>
  176. <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>
  177. <dl class="nameValue">
  178. <dt>serialVersionUID:</dt>
  179. <dd>8161889051578563249L</dd>
  180. </dl>
  181. <ul class="blockList">
  182. <li class="blockList">
  183. <h3>Serialized Fields</h3>
  184. <ul class="blockList">
  185. <li class="blockListLast">
  186. <h4>missingOptions</h4>
  187. <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>&lt;<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>&gt; missingOptions</pre>
  188. <div class="block">The list of missing options and groups</div>
  189. </li>
  190. </ul>
  191. </li>
  192. </ul>
  193. </li>
  194. <li class="blockList"><a name="org.apache.commons.cli.Option">
  195. <!-- -->
  196. </a>
  197. <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>
  198. <dl class="nameValue">
  199. <dt>serialVersionUID:</dt>
  200. <dd>1L</dd>
  201. </dl>
  202. <ul class="blockList">
  203. <li class="blockList">
  204. <h3>Serialized Fields</h3>
  205. <ul class="blockList">
  206. <li class="blockList">
  207. <h4>opt</h4>
  208. <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>
  209. <div class="block">the name of the option</div>
  210. </li>
  211. <li class="blockList">
  212. <h4>longOpt</h4>
  213. <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>
  214. <div class="block">the long representation of the option</div>
  215. </li>
  216. <li class="blockList">
  217. <h4>argName</h4>
  218. <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>
  219. <div class="block">the name of the argument for this option</div>
  220. </li>
  221. <li class="blockList">
  222. <h4>description</h4>
  223. <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>
  224. <div class="block">description of the option</div>
  225. </li>
  226. <li class="blockList">
  227. <h4>required</h4>
  228. <pre>boolean required</pre>
  229. <div class="block">specifies whether this option is required to be present</div>
  230. </li>
  231. <li class="blockList">
  232. <h4>optionalArg</h4>
  233. <pre>boolean optionalArg</pre>
  234. <div class="block">specifies whether the argument value of this Option is optional</div>
  235. </li>
  236. <li class="blockList">
  237. <h4>numberOfArgs</h4>
  238. <pre>int numberOfArgs</pre>
  239. <div class="block">the number of argument values this option can have</div>
  240. </li>
  241. <li class="blockList">
  242. <h4>type</h4>
  243. <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>&lt;<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>&gt; type</pre>
  244. <div class="block">the type of this Option</div>
  245. </li>
  246. <li class="blockList">
  247. <h4>values</h4>
  248. <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>&lt;<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>&gt; values</pre>
  249. <div class="block">the list of argument values</div>
  250. </li>
  251. <li class="blockListLast">
  252. <h4>valuesep</h4>
  253. <pre>char valuesep</pre>
  254. <div class="block">the character that is the value separator</div>
  255. </li>
  256. </ul>
  257. </li>
  258. </ul>
  259. </li>
  260. <li class="blockList"><a name="org.apache.commons.cli.OptionGroup">
  261. <!-- -->
  262. </a>
  263. <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>
  264. <dl class="nameValue">
  265. <dt>serialVersionUID:</dt>
  266. <dd>1L</dd>
  267. </dl>
  268. <ul class="blockList">
  269. <li class="blockList">
  270. <h3>Serialized Fields</h3>
  271. <ul class="blockList">
  272. <li class="blockList">
  273. <h4>optionMap</h4>
  274. <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>&lt;<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>&gt; optionMap</pre>
  275. <div class="block">hold the options</div>
  276. </li>
  277. <li class="blockList">
  278. <h4>selected</h4>
  279. <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>
  280. <div class="block">the name of the selected option</div>
  281. </li>
  282. <li class="blockListLast">
  283. <h4>required</h4>
  284. <pre>boolean required</pre>
  285. <div class="block">specified whether this group is required</div>
  286. </li>
  287. </ul>
  288. </li>
  289. </ul>
  290. </li>
  291. <li class="blockList"><a name="org.apache.commons.cli.Options">
  292. <!-- -->
  293. </a>
  294. <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>
  295. <dl class="nameValue">
  296. <dt>serialVersionUID:</dt>
  297. <dd>1L</dd>
  298. </dl>
  299. <ul class="blockList">
  300. <li class="blockList">
  301. <h3>Serialized Fields</h3>
  302. <ul class="blockList">
  303. <li class="blockList">
  304. <h4>shortOpts</h4>
  305. <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>&lt;<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>&gt; shortOpts</pre>
  306. <div class="block">a map of the options with the character key</div>
  307. </li>
  308. <li class="blockList">
  309. <h4>longOpts</h4>
  310. <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>&lt;<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>&gt; longOpts</pre>
  311. <div class="block">a map of the options with the long key</div>
  312. </li>
  313. <li class="blockList">
  314. <h4>requiredOpts</h4>
  315. <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>&lt;<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>&gt; requiredOpts</pre>
  316. <div class="block">a map of the required options</div>
  317. </li>
  318. <li class="blockListLast">
  319. <h4>optionGroups</h4>
  320. <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>&lt;<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>&gt; optionGroups</pre>
  321. <div class="block">a map of the option groups</div>
  322. </li>
  323. </ul>
  324. </li>
  325. </ul>
  326. </li>
  327. <li class="blockList"><a name="org.apache.commons.cli.ParseException">
  328. <!-- -->
  329. </a>
  330. <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>
  331. <dl class="nameValue">
  332. <dt>serialVersionUID:</dt>
  333. <dd>9112808380089253192L</dd>
  334. </dl>
  335. </li>
  336. <li class="blockList"><a name="org.apache.commons.cli.UnrecognizedOptionException">
  337. <!-- -->
  338. </a>
  339. <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>
  340. <dl class="nameValue">
  341. <dt>serialVersionUID:</dt>
  342. <dd>-252504690284625623L</dd>
  343. </dl>
  344. <ul class="blockList">
  345. <li class="blockList">
  346. <h3>Serialized Fields</h3>
  347. <ul class="blockList">
  348. <li class="blockListLast">
  349. <h4>option</h4>
  350. <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>
  351. <div class="block">The unrecognized option</div>
  352. </li>
  353. </ul>
  354. </li>
  355. </ul>
  356. </li>
  357. </ul>
  358. </li>
  359. </ul>
  360. </div>
  361. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  362. <div class="bottomNav"><a name="navbar.bottom">
  363. <!-- -->
  364. </a>
  365. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  366. <a name="navbar.bottom.firstrow">
  367. <!-- -->
  368. </a>
  369. <ul class="navList" title="Navigation">
  370. <li><a href="org/apache/commons/cli/package-summary.html">Package</a></li>
  371. <li>Class</li>
  372. <li>Use</li>
  373. <li><a href="org/apache/commons/cli/package-tree.html">Tree</a></li>
  374. <li><a href="deprecated-list.html">Deprecated</a></li>
  375. <li><a href="index-all.html">Index</a></li>
  376. <li><a href="help-doc.html">Help</a></li>
  377. </ul>
  378. </div>
  379. <div class="subNav">
  380. <ul class="navList">
  381. <li>Prev</li>
  382. <li>Next</li>
  383. </ul>
  384. <ul class="navList">
  385. <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
  386. <li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
  387. </ul>
  388. <ul class="navList" id="allclasses_navbar_bottom">
  389. <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
  390. </ul>
  391. <div>
  392. <script type="text/javascript"><!--
  393. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  394. if(window==top) {
  395. allClassesLink.style.display = "block";
  396. }
  397. else {
  398. allClassesLink.style.display = "none";
  399. }
  400. //-->
  401. </script>
  402. </div>
  403. <a name="skip.navbar.bottom">
  404. <!-- -->
  405. </a></div>
  406. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  407. <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>
  408. </body>
  409. </html>