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.
 
 
 
 

183 lines
7.9 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 Interface org.apache.commons.cli.CommandLineParser (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 Interface org.apache.commons.cli.CommandLineParser (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/CommandLineParser.html" title="interface 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/CommandLineParser.html" target="_top">Frames</a></li>
  50. <li><a href="CommandLineParser.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 Interface org.apache.commons.cli.CommandLineParser" class="title">Uses of Interface<br>org.apache.commons.cli.CommandLineParser</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/CommandLineParser.html" title="interface in org.apache.commons.cli">CommandLineParser</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 classes, and an explanation">
  83. <caption><span>Classes in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> that implement <a href="../../../../../org/apache/commons/cli/CommandLineParser.html" title="interface in org.apache.commons.cli">CommandLineParser</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">Class and Description</th>
  87. </tr>
  88. <tbody>
  89. <tr class="altColor">
  90. <td class="colFirst"><code>class&nbsp;</code></td>
  91. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/BasicParser.html" title="class in org.apache.commons.cli">BasicParser</a></span></code>
  92. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
  93. <div class="block"><span class="deprecationComment">since 1.3, use the <a href="../../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><code>DefaultParser</code></a> instead</span></div>
  94. </div>
  95. </td>
  96. </tr>
  97. <tr class="rowColor">
  98. <td class="colFirst"><code>class&nbsp;</code></td>
  99. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli">DefaultParser</a></span></code>
  100. <div class="block">Default parser.</div>
  101. </td>
  102. </tr>
  103. <tr class="altColor">
  104. <td class="colFirst"><code>class&nbsp;</code></td>
  105. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/GnuParser.html" title="class in org.apache.commons.cli">GnuParser</a></span></code>
  106. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
  107. <div class="block"><span class="deprecationComment">since 1.3, use the <a href="../../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><code>DefaultParser</code></a> instead</span></div>
  108. </div>
  109. </td>
  110. </tr>
  111. <tr class="rowColor">
  112. <td class="colFirst"><code>class&nbsp;</code></td>
  113. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html" title="class in org.apache.commons.cli">Parser</a></span></code>
  114. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
  115. <div class="block"><span class="deprecationComment">since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases</span></div>
  116. </div>
  117. </td>
  118. </tr>
  119. <tr class="altColor">
  120. <td class="colFirst"><code>class&nbsp;</code></td>
  121. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/PosixParser.html" title="class in org.apache.commons.cli">PosixParser</a></span></code>
  122. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
  123. <div class="block"><span class="deprecationComment">since 1.3, use the <a href="../../../../../org/apache/commons/cli/DefaultParser.html" title="class in org.apache.commons.cli"><code>DefaultParser</code></a> instead</span></div>
  124. </div>
  125. </td>
  126. </tr>
  127. </tbody>
  128. </table>
  129. </li>
  130. </ul>
  131. </li>
  132. </ul>
  133. </div>
  134. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  135. <div class="bottomNav"><a name="navbar.bottom">
  136. <!-- -->
  137. </a>
  138. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  139. <a name="navbar.bottom.firstrow">
  140. <!-- -->
  141. </a>
  142. <ul class="navList" title="Navigation">
  143. <li><a href="../../../../../org/apache/commons/cli/package-summary.html">Package</a></li>
  144. <li><a href="../../../../../org/apache/commons/cli/CommandLineParser.html" title="interface in org.apache.commons.cli">Class</a></li>
  145. <li class="navBarCell1Rev">Use</li>
  146. <li><a href="../package-tree.html">Tree</a></li>
  147. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  148. <li><a href="../../../../../index-all.html">Index</a></li>
  149. <li><a href="../../../../../help-doc.html">Help</a></li>
  150. </ul>
  151. </div>
  152. <div class="subNav">
  153. <ul class="navList">
  154. <li>Prev</li>
  155. <li>Next</li>
  156. </ul>
  157. <ul class="navList">
  158. <li><a href="../../../../../index.html?org/apache/commons/cli/class-use/CommandLineParser.html" target="_top">Frames</a></li>
  159. <li><a href="CommandLineParser.html" target="_top">No&nbsp;Frames</a></li>
  160. </ul>
  161. <ul class="navList" id="allclasses_navbar_bottom">
  162. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  163. </ul>
  164. <div>
  165. <script type="text/javascript"><!--
  166. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  167. if(window==top) {
  168. allClassesLink.style.display = "block";
  169. }
  170. else {
  171. allClassesLink.style.display = "none";
  172. }
  173. //-->
  174. </script>
  175. </div>
  176. <a name="skip.navbar.bottom">
  177. <!-- -->
  178. </a></div>
  179. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  180. <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>
  181. </body>
  182. </html>