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.
 
 
 
 

368 lines
28 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.ParseException (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.ParseException (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/ParseException.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/ParseException.html" target="_top">Frames</a></li>
  50. <li><a href="ParseException.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.ParseException" class="title">Uses of Class<br>org.apache.commons.cli.ParseException</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/ParseException.html" title="class in org.apache.commons.cli">ParseException</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 subclasses, and an explanation">
  83. <caption><span>Subclasses of <a href="../../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a> in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</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/AlreadySelectedException.html" title="class in org.apache.commons.cli">AlreadySelectedException</a></span></code>
  92. <div class="block">Thrown when more than one option in an option group
  93. has been provided.</div>
  94. </td>
  95. </tr>
  96. <tr class="rowColor">
  97. <td class="colFirst"><code>class&nbsp;</code></td>
  98. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/AmbiguousOptionException.html" title="class in org.apache.commons.cli">AmbiguousOptionException</a></span></code>
  99. <div class="block">Exception thrown when an option can't be identified from a partial name.</div>
  100. </td>
  101. </tr>
  102. <tr class="altColor">
  103. <td class="colFirst"><code>class&nbsp;</code></td>
  104. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/MissingArgumentException.html" title="class in org.apache.commons.cli">MissingArgumentException</a></span></code>
  105. <div class="block">Thrown when an option requiring an argument
  106. is not provided with an argument.</div>
  107. </td>
  108. </tr>
  109. <tr class="rowColor">
  110. <td class="colFirst"><code>class&nbsp;</code></td>
  111. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/MissingOptionException.html" title="class in org.apache.commons.cli">MissingOptionException</a></span></code>
  112. <div class="block">Thrown when a required option has not been provided.</div>
  113. </td>
  114. </tr>
  115. <tr class="altColor">
  116. <td class="colFirst"><code>class&nbsp;</code></td>
  117. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/UnrecognizedOptionException.html" title="class in org.apache.commons.cli">UnrecognizedOptionException</a></span></code>
  118. <div class="block">Exception thrown during parsing signalling an unrecognized
  119. option was seen.</div>
  120. </td>
  121. </tr>
  122. </tbody>
  123. </table>
  124. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  125. <caption><span>Methods in <a href="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</a> that throw <a href="../../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">ParseException</a></span><span class="tabEnd">&nbsp;</span></caption>
  126. <tr>
  127. <th class="colFirst" scope="col">Modifier and Type</th>
  128. <th class="colLast" scope="col">Method and Description</th>
  129. </tr>
  130. <tbody>
  131. <tr class="altColor">
  132. <td class="colFirst"><code>static <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;?&gt;</code></td>
  133. <td class="colLast"><span class="typeNameLabel">TypeHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/TypeHandler.html#createClass-java.lang.String-">createClass</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;classname)</code>
  134. <div class="block">Returns the class whose name is <code>classname</code>.</div>
  135. </td>
  136. </tr>
  137. <tr class="rowColor">
  138. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a></code></td>
  139. <td class="colLast"><span class="typeNameLabel">TypeHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/TypeHandler.html#createNumber-java.lang.String-">createNumber</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;str)</code>
  140. <div class="block">Create a number from a String.</div>
  141. </td>
  142. </tr>
  143. <tr class="altColor">
  144. <td class="colFirst"><code>static <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></code></td>
  145. <td class="colLast"><span class="typeNameLabel">TypeHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/TypeHandler.html#createObject-java.lang.String-">createObject</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;classname)</code>
  146. <div class="block">Create an Object from the classname and empty constructor.</div>
  147. </td>
  148. </tr>
  149. <tr class="rowColor">
  150. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a></code></td>
  151. <td class="colLast"><span class="typeNameLabel">TypeHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/TypeHandler.html#createURL-java.lang.String-">createURL</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;str)</code>
  152. <div class="block">Returns the URL represented by <code>str</code>.</div>
  153. </td>
  154. </tr>
  155. <tr class="altColor">
  156. <td class="colFirst"><code>static <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></code></td>
  157. <td class="colLast"><span class="typeNameLabel">TypeHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/TypeHandler.html#createValue-java.lang.String-java.lang.Class-">createValue</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;str,
  158. <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;?&gt;&nbsp;clazz)</code>
  159. <div class="block">Returns the <code>Object</code> of type <code>clazz</code>
  160. with the value of <code>str</code>.</div>
  161. </td>
  162. </tr>
  163. <tr class="rowColor">
  164. <td class="colFirst"><code>static <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></code></td>
  165. <td class="colLast"><span class="typeNameLabel">TypeHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/TypeHandler.html#createValue-java.lang.String-java.lang.Object-">createValue</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;str,
  166. <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>&nbsp;obj)</code>
  167. <div class="block">Returns the <code>Object</code> of type <code>obj</code>
  168. with the value of <code>str</code>.</div>
  169. </td>
  170. </tr>
  171. <tr class="altColor">
  172. <td class="colFirst"><code>protected <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>[]</code></td>
  173. <td class="colLast"><span class="typeNameLabel">PosixParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/PosixParser.html#flatten-org.apache.commons.cli.Options-java.lang.String:A-boolean-">flatten</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  174. <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;arguments,
  175. boolean&nbsp;stopAtNonOption)</code>
  176. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  177. <div class="block">An implementation of <a href="../../../../../org/apache/commons/cli/Parser.html" title="class in org.apache.commons.cli"><code>Parser</code></a>'s abstract
  178. <a href="../../../../../org/apache/commons/cli/Parser.html#flatten-org.apache.commons.cli.Options-java.lang.String:A-boolean-"><code>flatten</code></a> method.</div>
  179. </td>
  180. </tr>
  181. <tr class="rowColor">
  182. <td class="colFirst"><code>protected abstract <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>[]</code></td>
  183. <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#flatten-org.apache.commons.cli.Options-java.lang.String:A-boolean-">flatten</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;opts,
  184. <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;arguments,
  185. boolean&nbsp;stopAtNonOption)</code>
  186. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  187. <div class="block">Subclasses must implement this method to reduce
  188. the <code>arguments</code> that have been passed to the parse method.</div>
  189. </td>
  190. </tr>
  191. <tr class="altColor">
  192. <td class="colFirst"><code><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></code></td>
  193. <td class="colLast"><span class="typeNameLabel">CommandLine.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLine.html#getParsedOptionValue-java.lang.String-">getParsedOptionValue</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>
  194. <div class="block">Return a version of this <code>Option</code> converted to a particular type.</div>
  195. </td>
  196. </tr>
  197. <tr class="rowColor">
  198. <td class="colFirst"><code>protected void</code></td>
  199. <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#handleConcatenatedOptions-java.lang.String-">handleConcatenatedOptions</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;token)</code>
  200. <div class="block">Breaks <code>token</code> into its constituent parts
  201. using the following algorithm.</div>
  202. </td>
  203. </tr>
  204. <tr class="altColor">
  205. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  206. <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  207. <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;arguments)</code>
  208. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  209. <div class="block">Parses the specified <code>arguments</code> based
  210. on the specified <a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
  211. </td>
  212. </tr>
  213. <tr class="rowColor">
  214. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  215. <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  216. <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;arguments)</code>&nbsp;</td>
  217. </tr>
  218. <tr class="altColor">
  219. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  220. <td class="colLast"><span class="typeNameLabel">CommandLineParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLineParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  221. <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;arguments)</code>
  222. <div class="block">Parse the arguments according to the specified options.</div>
  223. </td>
  224. </tr>
  225. <tr class="rowColor">
  226. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  227. <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  228. <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;arguments,
  229. boolean&nbsp;stopAtNonOption)</code>
  230. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  231. <div class="block">Parses the specified <code>arguments</code>
  232. based on the specified <a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><code>Options</code></a>.</div>
  233. </td>
  234. </tr>
  235. <tr class="altColor">
  236. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  237. <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  238. <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;arguments,
  239. boolean&nbsp;stopAtNonOption)</code>&nbsp;</td>
  240. </tr>
  241. <tr class="rowColor">
  242. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  243. <td class="colLast"><span class="typeNameLabel">CommandLineParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/CommandLineParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  244. <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;arguments,
  245. boolean&nbsp;stopAtNonOption)</code>
  246. <div class="block">Parse the arguments according to the specified options.</div>
  247. </td>
  248. </tr>
  249. <tr class="altColor">
  250. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  251. <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  252. <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;arguments,
  253. <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>
  254. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  255. <div class="block">Parse the arguments according to the specified options and properties.</div>
  256. </td>
  257. </tr>
  258. <tr class="rowColor">
  259. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  260. <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  261. <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;arguments,
  262. <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>
  263. <div class="block">Parse the arguments according to the specified options and properties.</div>
  264. </td>
  265. </tr>
  266. <tr class="altColor">
  267. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  268. <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  269. <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;arguments,
  270. <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
  271. boolean&nbsp;stopAtNonOption)</code>
  272. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  273. <div class="block">Parse the arguments according to the specified options and
  274. properties.</div>
  275. </td>
  276. </tr>
  277. <tr class="rowColor">
  278. <td class="colFirst"><code><a href="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</a></code></td>
  279. <td class="colLast"><span class="typeNameLabel">DefaultParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/DefaultParser.html#parse-org.apache.commons.cli.Options-java.lang.String:A-java.util.Properties-boolean-">parse</a></span>(<a href="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</a>&nbsp;options,
  280. <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;arguments,
  281. <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
  282. boolean&nbsp;stopAtNonOption)</code>
  283. <div class="block">Parse the arguments according to the specified options and properties.</div>
  284. </td>
  285. </tr>
  286. <tr class="altColor">
  287. <td class="colFirst"><code>void</code></td>
  288. <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,
  289. <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>
  290. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  291. <div class="block">Process the argument values for the specified Option
  292. <code>opt</code> using the values retrieved from the
  293. specified iterator <code>iter</code>.</div>
  294. </td>
  295. </tr>
  296. <tr class="rowColor">
  297. <td class="colFirst"><code>protected void</code></td>
  298. <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#processOption-java.lang.String-java.util.ListIterator-">processOption</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;arg,
  299. <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>
  300. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  301. <div class="block">Process the Option specified by <code>arg</code> using the values
  302. retrieved from the specified iterator <code>iter</code>.</div>
  303. </td>
  304. </tr>
  305. <tr class="altColor">
  306. <td class="colFirst"><code>protected void</code></td>
  307. <td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/Parser.html#processProperties-java.util.Properties-">processProperties</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>
  308. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  309. <div class="block">Sets the values of Options using the values in <code>properties</code>.</div>
  310. </td>
  311. </tr>
  312. </tbody>
  313. </table>
  314. </li>
  315. </ul>
  316. </li>
  317. </ul>
  318. </div>
  319. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  320. <div class="bottomNav"><a name="navbar.bottom">
  321. <!-- -->
  322. </a>
  323. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  324. <a name="navbar.bottom.firstrow">
  325. <!-- -->
  326. </a>
  327. <ul class="navList" title="Navigation">
  328. <li><a href="../../../../../org/apache/commons/cli/package-summary.html">Package</a></li>
  329. <li><a href="../../../../../org/apache/commons/cli/ParseException.html" title="class in org.apache.commons.cli">Class</a></li>
  330. <li class="navBarCell1Rev">Use</li>
  331. <li><a href="../package-tree.html">Tree</a></li>
  332. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  333. <li><a href="../../../../../index-all.html">Index</a></li>
  334. <li><a href="../../../../../help-doc.html">Help</a></li>
  335. </ul>
  336. </div>
  337. <div class="subNav">
  338. <ul class="navList">
  339. <li>Prev</li>
  340. <li>Next</li>
  341. </ul>
  342. <ul class="navList">
  343. <li><a href="../../../../../index.html?org/apache/commons/cli/class-use/ParseException.html" target="_top">Frames</a></li>
  344. <li><a href="ParseException.html" target="_top">No&nbsp;Frames</a></li>
  345. </ul>
  346. <ul class="navList" id="allclasses_navbar_bottom">
  347. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  348. </ul>
  349. <div>
  350. <script type="text/javascript"><!--
  351. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  352. if(window==top) {
  353. allClassesLink.style.display = "block";
  354. }
  355. else {
  356. allClassesLink.style.display = "none";
  357. }
  358. //-->
  359. </script>
  360. </div>
  361. <a name="skip.navbar.bottom">
  362. <!-- -->
  363. </a></div>
  364. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  365. <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>
  366. </body>
  367. </html>