|
23 | 23 | </a> |
24 | 24 | <section id="Introducing"> |
25 | 25 | <h1> |
26 | | - <img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Introducing Apache Commons CLI |
| 26 | + <img src="org/apache/commons/cli/doc-files/leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Introducing Apache Commons CLI |
27 | 27 | </h1> |
28 | 28 |
|
29 | 29 | <p>The Apacahe Commons CLI component parses command-line arguments for your application.</p> |
@@ -120,7 +120,7 @@ <h2>Interrogating the CLI</h2> |
120 | 120 | </section> |
121 | 121 | </section> |
122 | 122 | <section id="Using"> |
123 | | - <h1><img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Using Apache Commons CLI</h1> |
| 123 | + <h1><img src="org/apache/commons/cli/doc-files/leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Using Apache Commons CLI</h1> |
124 | 124 | <p> |
125 | 125 | The following sections describe some example scenarios on how to |
126 | 126 | use CLI in applications. |
@@ -243,7 +243,7 @@ <h2>Retrieving the argument value</h2> |
243 | 243 | </section> |
244 | 244 |
|
245 | 245 | <section> |
246 | | - <h1><img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Using Ant as an Example</h1> |
| 246 | + <h1><img src="org/apache/commons/cli/doc-files/leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Using Ant as an Example</h1> |
247 | 247 | <p> |
248 | 248 | <a href="https://ant.apache.org/">Ant</a> will be used |
249 | 249 | here to illustrate how to create the <code>Options</code> required. The following |
@@ -434,7 +434,7 @@ <h2>Displaying Usage and Help</h2> |
434 | 434 | </section> |
435 | 435 |
|
436 | 436 | <section> |
437 | | - <h1><img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Creating an ls Example</h1> |
| 437 | + <h1><img src="org/apache/commons/cli/doc-files/leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Creating an ls Example</h1> |
438 | 438 | <p> |
439 | 439 | One of the most widely used command line applications in the *nix world |
440 | 440 | is <code>ls</code>. Due to the large number of options required for <code>ls</code> |
@@ -497,7 +497,7 @@ <h1><img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; pa |
497 | 497 | } </code></pre> |
498 | 498 | </section> |
499 | 499 | <section> |
500 | | - <h1><img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Converting (Parsing) Option Values</h1> |
| 500 | + <h1><img src="org/apache/commons/cli/doc-files/leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Converting (Parsing) Option Values</h1> |
501 | 501 | <p> |
502 | 502 | By in most cases the values on the command line are retrieved as Strings via the |
503 | 503 | <code>commandLine.getOptionValue(key)</code> command. However, it is possible for |
@@ -575,7 +575,7 @@ <h1><img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; pa |
575 | 575 | </p> |
576 | 576 | </section> |
577 | 577 | <section> |
578 | | - <h1><img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Deprecating Options</h1> |
| 578 | + <h1><img src="org/apache/commons/cli/doc-files/leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Deprecating Options</h1> |
579 | 579 | <p> |
580 | 580 | Options may be marked as deprecated using ghe <code>Option.builder.deprecated()</code> method. |
581 | 581 | Additional information may be specified by passing a <code>DeprecatedAttributes</code> instance to the |
@@ -729,7 +729,7 @@ <h2>Changing help format</h2> |
729 | 729 | </section> |
730 | 730 | </section> |
731 | 731 | <section id="Properties"> |
732 | | - <h1><img src="org/apache/commons/cli/doc-files//leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Defining Option Properties</h1> |
| 732 | + <h1><img src="org/apache/commons/cli/doc-files/leaf.svg" style="height: 1em; padding-right: 0.25em" alt="leaf">Defining Option Properties</h1> |
733 | 733 | <p> |
734 | 734 | The following are the properties that each |
735 | 735 | <a href="javadocs/api-release/org/apache/commons/cli/Option.html">Option</a> has. All of these |
|
0 commit comments