You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2022/05/08 09:04:04 UTC

svn commit: r1900684 [23/26] - in /maven/website/components/wrapper-archives/wrapper-LATEST: ./ css/ fonts/ images/ img/ js/ maven-wrapper-distribution/ maven-wrapper-plugin/ maven-wrapper/ maven-wrapper/apidocs/ maven-wrapper/apidocs/org/apache/maven/...

Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper/xref/org/apache/maven/wrapper/cli/CommandLineOption.html
==============================================================================
--- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper/xref/org/apache/maven/wrapper/cli/CommandLineOption.html (original)
+++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper/xref/org/apache/maven/wrapper/cli/CommandLineOption.html Sun May  8 09:04:03 2022
@@ -17,7 +17,7 @@
 <a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
 <a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
 <a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em class="jxr_comment"> *  <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em class="jxr_comment"> *  <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
 <a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em class="jxr_comment"> *</em>
 <a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
 <a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
@@ -34,7 +34,7 @@
 <a class="jxr_linenumber" name="L26" href="#L26">26</a>  <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L27" href="#L27">27</a>  <em class="jxr_javadoccomment"> * Command line option. </em>
 <a class="jxr_linenumber" name="L28" href="#L28">28</a>  <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html">CommandLineOption</a>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a name="CommandLineOption" href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html#CommandLineOption">CommandLineOption</a>
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  {
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Set&lt;String&gt; options = <strong class="jxr_keyword">new</strong> HashSet&lt;String&gt;();
 <a class="jxr_linenumber" name="L32" href="#L32">32</a>  
@@ -48,7 +48,7 @@
 <a class="jxr_linenumber" name="L40" href="#L40">40</a>  
 <a class="jxr_linenumber" name="L41" href="#L41">41</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> incubating;
 <a class="jxr_linenumber" name="L42" href="#L42">42</a>  
-<a class="jxr_linenumber" name="L43" href="#L43">43</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html">CommandLineOption</a>( Iterable&lt;String&gt; options )
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>      <strong class="jxr_keyword">public</strong> <a name="CommandLineOption" href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html#CommandLineOption">CommandLineOption</a>( Iterable&lt;String&gt; options )
 <a class="jxr_linenumber" name="L44" href="#L44">44</a>      {
 <a class="jxr_linenumber" name="L45" href="#L45">45</a>          <strong class="jxr_keyword">for</strong> ( String option : options )
 <a class="jxr_linenumber" name="L46" href="#L46">46</a>          {
@@ -61,13 +61,13 @@
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>          <strong class="jxr_keyword">return</strong> options;
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>      }
 <a class="jxr_linenumber" name="L55" href="#L55">55</a>  
-<a class="jxr_linenumber" name="L56" href="#L56">56</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html">CommandLineOption</a> hasArgument()
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>      <strong class="jxr_keyword">public</strong> <a name="CommandLineOption" href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html#CommandLineOption">CommandLineOption</a> hasArgument()
 <a class="jxr_linenumber" name="L57" href="#L57">57</a>      {
 <a class="jxr_linenumber" name="L58" href="#L58">58</a>          argumentType = String.<strong class="jxr_keyword">class</strong>;
 <a class="jxr_linenumber" name="L59" href="#L59">59</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
 <a class="jxr_linenumber" name="L60" href="#L60">60</a>      }
 <a class="jxr_linenumber" name="L61" href="#L61">61</a>  
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html">CommandLineOption</a> hasArguments()
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>      <strong class="jxr_keyword">public</strong> <a name="CommandLineOption" href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html#CommandLineOption">CommandLineOption</a> hasArguments()
 <a class="jxr_linenumber" name="L63" href="#L63">63</a>      {
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>          argumentType = List.<strong class="jxr_keyword">class</strong>;
 <a class="jxr_linenumber" name="L65" href="#L65">65</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
@@ -78,7 +78,7 @@
 <a class="jxr_linenumber" name="L70" href="#L70">70</a>          <strong class="jxr_keyword">return</strong> subcommand;
 <a class="jxr_linenumber" name="L71" href="#L71">71</a>      }
 <a class="jxr_linenumber" name="L72" href="#L72">72</a>  
-<a class="jxr_linenumber" name="L73" href="#L73">73</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html">CommandLineOption</a> mapsToSubcommand( String command )
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>      <strong class="jxr_keyword">public</strong> <a name="CommandLineOption" href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html#CommandLineOption">CommandLineOption</a> mapsToSubcommand( String command )
 <a class="jxr_linenumber" name="L74" href="#L74">74</a>      {
 <a class="jxr_linenumber" name="L75" href="#L75">75</a>          <strong class="jxr_keyword">this</strong>.subcommand = command;
 <a class="jxr_linenumber" name="L76" href="#L76">76</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
@@ -112,7 +112,7 @@
 <a class="jxr_linenumber" name="L104" href="#L104">104</a>         <strong class="jxr_keyword">return</strong> result.toString();
 <a class="jxr_linenumber" name="L105" href="#L105">105</a>     }
 <a class="jxr_linenumber" name="L106" href="#L106">106</a> 
-<a class="jxr_linenumber" name="L107" href="#L107">107</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html">CommandLineOption</a> hasDescription( String description )
+<a class="jxr_linenumber" name="L107" href="#L107">107</a>     <strong class="jxr_keyword">public</strong> <a name="CommandLineOption" href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html#CommandLineOption">CommandLineOption</a> hasDescription( String description )
 <a class="jxr_linenumber" name="L108" href="#L108">108</a>     {
 <a class="jxr_linenumber" name="L109" href="#L109">109</a>         <strong class="jxr_keyword">this</strong>.description = description;
 <a class="jxr_linenumber" name="L110" href="#L110">110</a>         <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
@@ -128,13 +128,13 @@
 <a class="jxr_linenumber" name="L120" href="#L120">120</a>         <strong class="jxr_keyword">return</strong> argumentType == List.<strong class="jxr_keyword">class</strong>;
 <a class="jxr_linenumber" name="L121" href="#L121">121</a>     }
 <a class="jxr_linenumber" name="L122" href="#L122">122</a> 
-<a class="jxr_linenumber" name="L123" href="#L123">123</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html">CommandLineOption</a> deprecated( String deprecationWarning )
+<a class="jxr_linenumber" name="L123" href="#L123">123</a>     <strong class="jxr_keyword">public</strong> <a name="CommandLineOption" href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html#CommandLineOption">CommandLineOption</a> deprecated( String deprecationWarning )
 <a class="jxr_linenumber" name="L124" href="#L124">124</a>     {
 <a class="jxr_linenumber" name="L125" href="#L125">125</a>         <strong class="jxr_keyword">this</strong>.deprecationWarning = deprecationWarning;
 <a class="jxr_linenumber" name="L126" href="#L126">126</a>         <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
 <a class="jxr_linenumber" name="L127" href="#L127">127</a>     }
 <a class="jxr_linenumber" name="L128" href="#L128">128</a> 
-<a class="jxr_linenumber" name="L129" href="#L129">129</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html">CommandLineOption</a> incubating()
+<a class="jxr_linenumber" name="L129" href="#L129">129</a>     <strong class="jxr_keyword">public</strong> <a name="CommandLineOption" href="../../../../../org/apache/maven/wrapper/cli/CommandLineOption.html#CommandLineOption">CommandLineOption</a> incubating()
 <a class="jxr_linenumber" name="L130" href="#L130">130</a>     {
 <a class="jxr_linenumber" name="L131" href="#L131">131</a>         incubating = <strong class="jxr_keyword">true</strong>;
 <a class="jxr_linenumber" name="L132" href="#L132">132</a>         <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
@@ -147,6 +147,6 @@
 <a class="jxr_linenumber" name="L139" href="#L139">139</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2016&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2013&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file