Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/ResolveArtifactMojo.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/ResolveArtifactMojo.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/ResolveArtifactMojo.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,121 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>ResolveArtifactMojo xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" 
/>
+</head>
+<body>
+<div id="overview"><a 
href="../../../../../../../apidocs/org/apache/maven/aether/examples/maven/ResolveArtifactMojo.html">View
 Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>   <strong 
class="jxr_keyword">package</strong> org.apache.maven.aether.examples.maven;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>   
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <em 
class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <em 
class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under 
one</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <em 
class="jxr_comment"> * or more contributor license agreements.  See the NOTICE 
file</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <em 
class="jxr_comment"> * distributed with this work for additional 
information</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em 
class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this 
file</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em 
class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<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="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>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em 
class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>  <em 
class="jxr_comment"> * KIND, either express or implied.  See the License for 
the</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>  <em 
class="jxr_comment"> * specific language governing permissions and 
limitations</em>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <em 
class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <em 
class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> java.util.List;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> org.apache.maven.plugin.AbstractMojo;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.plugin.MojoExecutionException;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.plugin.MojoFailureException;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> org.eclipse.aether.RepositorySystem;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> org.eclipse.aether.RepositorySystemSession;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong 
class="jxr_keyword">import</strong> org.eclipse.aether.artifact.Artifact;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <strong 
class="jxr_keyword">import</strong> org.eclipse.aether.artifact.DefaultArtifact;
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong 
class="jxr_keyword">import</strong> 
org.eclipse.aether.repository.RemoteRepository;
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong 
class="jxr_keyword">import</strong> 
org.eclipse.aether.resolution.ArtifactRequest;
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong 
class="jxr_keyword">import</strong> 
org.eclipse.aether.resolution.ArtifactResolutionException;
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong 
class="jxr_keyword">import</strong> 
org.eclipse.aether.resolution.ArtifactResult;
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <em 
class="jxr_javadoccomment"> * Resolves a single artifact (not including its 
transitive dependencies).</em>
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <em 
class="jxr_javadoccomment"> * </em>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>  <em 
class="jxr_javadoccomment"> * @goal resolve-artifact</em>
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  <em 
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a 
href="../../../../../../org/apache/maven/aether/examples/maven/ResolveArtifactMojo.html">ResolveArtifactMojo</a>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>      <strong 
class="jxr_keyword">extends</strong> AbstractMojo
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>  {
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>  
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>  <em 
class="jxr_javadoccomment">     * The entry point to Aether, i.e. the component 
doing all the work.</em>
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>  <em 
class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>  <em 
class="jxr_javadoccomment">     * @component</em>
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>      <strong 
class="jxr_keyword">private</strong> RepositorySystem repoSystem;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>  
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em 
class="jxr_javadoccomment">     * The current repository/network configuration 
of Maven.</em>
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em 
class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>  <em 
class="jxr_javadoccomment">     * @parameter 
default-value="${repositorySystemSession}"</em>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>  <em 
class="jxr_javadoccomment">     * @readonly</em>
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>      <strong 
class="jxr_keyword">private</strong> RepositorySystemSession repoSession;
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>  
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>  <em 
class="jxr_javadoccomment">     * The project's remote repositories to use for 
the resolution.</em>
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>  <em 
class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>  <em 
class="jxr_javadoccomment">     * @parameter 
default-value="${project.remoteProjectRepositories}"</em>
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>  <em 
class="jxr_javadoccomment">     * @readonly</em>
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>      <strong 
class="jxr_keyword">private</strong> List&lt;RemoteRepository&gt; remoteRepos;
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>  
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>  <em 
class="jxr_javadoccomment">     * The {@code 
&lt;groupId&gt;:&lt;artifactId&gt;[:&lt;extension&gt;[:&lt;classifier&gt;]]:&lt;version&gt;}
 of the artifact to resolve.</em>
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>  <em 
class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>  <em 
class="jxr_javadoccomment">     * @parameter 
expression="${aether.artifactCoords}"</em>
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>      <strong 
class="jxr_keyword">private</strong> String artifactCoords;
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>  
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
execute()
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>          <strong 
class="jxr_keyword">throws</strong> MojoExecutionException, MojoFailureException
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>      {
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>          Artifact 
artifact;
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>          <strong 
class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>          {
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>              artifact 
= <strong class="jxr_keyword">new</strong> DefaultArtifact( artifactCoords );
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>          }
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>          <strong 
class="jxr_keyword">catch</strong> ( IllegalArgumentException e )
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>          {
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>              <strong 
class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> 
MojoFailureException( e.getMessage(), e );
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>          }
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>  
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>          
ArtifactRequest request = <strong class="jxr_keyword">new</strong> 
ArtifactRequest();
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>          
request.setArtifact( artifact );
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>          
request.setRepositories( remoteRepos );
+<a class="jxr_linenumber" name="L91" href="#L91">91</a>  
+<a class="jxr_linenumber" name="L92" href="#L92">92</a>          
getLog().info( <span class="jxr_string">"Resolving artifact "</span> + artifact 
+ <span class="jxr_string">" from "</span> + remoteRepos );
+<a class="jxr_linenumber" name="L93" href="#L93">93</a>  
+<a class="jxr_linenumber" name="L94" href="#L94">94</a>          
ArtifactResult result;
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>          <strong 
class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>          {
+<a class="jxr_linenumber" name="L97" href="#L97">97</a>              result = 
repoSystem.resolveArtifact( repoSession, request );
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>          }
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>          <strong 
class="jxr_keyword">catch</strong> ( ArtifactResolutionException e )
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>         {
+<a class="jxr_linenumber" name="L101" href="#L101">101</a>             <strong 
class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> 
MojoExecutionException( e.getMessage(), e );
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>         }
+<a class="jxr_linenumber" name="L103" href="#L103">103</a> 
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>         
getLog().info( <span class="jxr_string">"Resolved artifact "</span> + artifact 
+ <span class="jxr_string">" to "</span> + result.getArtifact().getFile() + 
<span class="jxr_string">" from "</span>
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>                     
       + result.getRepository() );
+<a class="jxr_linenumber" name="L106" href="#L106">106</a>     }
+<a class="jxr_linenumber" name="L107" href="#L107">107</a> 
+<a class="jxr_linenumber" name="L108" href="#L108">108</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright &#169; 2010&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/package-frame.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/package-frame.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/package-frame.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,24 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xml:lang="en" lang="en">
+       <head>
+               <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
+               <title>Aether Demo Maven Plugin 1.0.0-SNAPSHOT Reference 
Package org.apache.maven.aether.examples.maven</title>
+               <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
+       </head>
+       <body>
+
+               <h3>
+               <a href="package-summary.html" 
target="classFrame">org.apache.maven.aether.examples.maven</a>
+       </h3>
+
+       <h3>Classes</h3>
+
+       <ul>
+                               <li>
+               <a href="ResolveArtifactMojo.html" 
target="classFrame">ResolveArtifactMojo</a>
+               </li>
+                       </ul>
+
+       </body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/package-summary.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/package-summary.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/org/apache/maven/aether/examples/maven/package-summary.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,69 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xml:lang="en" lang="en">
+       <head>
+               <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
+               <title>Aether Demo Maven Plugin 1.0.0-SNAPSHOT Reference 
Package org.apache.maven.aether.examples.maven</title>
+               <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
+       </head>
+       <body>
+                       <div class="overview">
+               <ul>
+                       <li>
+                       <a 
href="../../../../../../overview-summary.html">Overview</a>
+                       </li>
+                       <li class="selected">Package</li>
+               </ul>
+       </div>
+       <div class="framenoframe">
+               <ul>
+                       <li>
+                       <a href="../../../../../../index.html" 
target="_top">FRAMES</a>
+                       </li>
+                       <li>
+                       <a href="package-summary.html" target="_top">NO 
FRAMES</a>
+                       </li>
+               </ul>
+       </div>
+               
+                       <h2>Package org.apache.maven.aether.examples.maven</h2>
+
+               <table class="summary">
+               <thead>
+                       <tr>
+                       <th>Class Summary</th>
+                       </tr>
+               </thead>
+               <tbody>
+                                       <tr>
+                       <td>
+                               <a href="ResolveArtifactMojo.html" 
target="classFrame">ResolveArtifactMojo</a>
+                       </td>
+               </tr>
+                                               </tbody>
+       </table>
+               
+                       <div class="overview">
+               <ul>
+                       <li>
+                       <a 
href="../../../../../../overview-summary.html">Overview</a>
+                       </li>
+                       <li class="selected">Package</li>
+               </ul>
+       </div>
+       <div class="framenoframe">
+               <ul>
+                       <li>
+                       <a href="../../../../../../index.html" 
target="_top">FRAMES</a>
+                       </li>
+                       <li>
+                       <a href="package-summary.html" target="_top">NO 
FRAMES</a>
+                       </li>
+               </ul>
+       </div>
+                               <hr />
+               <div id="footer">
+                       Copyright &#169; 2010&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+               </div>
+       </body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/overview-frame.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/overview-frame.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/overview-frame.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,24 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xml:lang="en" lang="en">
+       <head>
+               <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
+               <title>Aether Demo Maven Plugin 1.0.0-SNAPSHOT Reference</title>
+               <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
+       </head>
+       <body>
+
+               <h3>
+                       <a href="allclasses-frame.html" 
target="packageFrame">All Classes</a>
+               </h3>
+
+               <h3>Packages</h3>
+
+               <ul>
+                                               <li>
+                               <a 
href="org/apache/maven/aether/examples/maven/package-frame.html" 
target="packageFrame">org.apache.maven.aether.examples.maven</a>
+                       </li>
+                                       </ul>
+
+       </body>
+</html>

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/overview-summary.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/overview-summary.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/overview-summary.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,66 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xml:lang="en" lang="en">
+       <head>
+               <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
+               <title>Aether Demo Maven Plugin 1.0.0-SNAPSHOT Reference</title>
+               <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
+       </head>
+       <body>
+                               <div class="overview">
+                       <ul>
+                               <li class="selected">Overview</li>
+                               <li>Package</li>
+                       </ul>
+               </div>
+               <div class="framenoframe">
+                       <ul>
+                               <li>
+                                       <a href="index.html" 
target="_top">FRAMES</a>
+                               </li>
+                               <li>
+                       <a href="overview-summary.html" target="_top">NO 
FRAMES</a>
+                       </li>
+               </ul>
+       </div>
+               
+                       <h2>Aether Demo Maven Plugin 1.0.0-SNAPSHOT 
Reference</h2>
+
+               <table class="summary">
+               <thead>
+                       <tr>
+                       <th>Packages</th>
+                       </tr>
+               </thead>
+               <tbody>
+                               <tr>
+                       <td>
+                               <a 
href="org/apache/maven/aether/examples/maven/package-summary.html">org.apache.maven.aether.examples.maven</a>
+                       </td>
+               </tr>
+                                       </tbody>
+       </table>
+               
+                               <div class="overview">
+                       <ul>
+                               <li class="selected">Overview</li>
+                               <li>Package</li>
+                       </ul>
+               </div>
+               <div class="framenoframe">
+                       <ul>
+                               <li>
+                                       <a href="index.html" 
target="_top">FRAMES</a>
+                               </li>
+                               <li>
+                       <a href="overview-summary.html" target="_top">NO 
FRAMES</a>
+                       </li>
+               </ul>
+       </div>
+               
+               <hr />
+               <div id="footer">
+                       Copyright &#169; 2010&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+               </div>
+       </body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/stylesheet.css
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/stylesheet.css
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-maven-plugin/xref/stylesheet.css
 Sun May  8 21:49:03 2016
@@ -0,0 +1,114 @@
+/* Javadoc style sheet */
+/* Define colors, fonts and other style attributes here to override the 
defaults  */
+body {
+    background-color: #fff;
+    font-family: Arial, Helvetica, sans-serif;
+}
+
+a:link {
+    color: #00f;
+}
+a:visited {
+    color: #00a;
+}
+
+a:active, a:hover {
+    color: #f30 !important;
+}
+
+ul, li {
+    list-style-type:none;
+    margin:0;
+    padding:0;
+}
+
+table td {
+    padding: 3px;
+    border: 1px solid #000;
+}
+table {
+    width:100%;
+    border: 1px solid #000;
+    border-collapse: collapse;
+}
+
+div.overview {
+    background-color:#ddd;
+    padding: 4px 4px 4px 0;
+}
+div.overview li, div.framenoframe li {
+    display: inline;
+}
+div.framenoframe {
+    text-align: center;
+    font-size: x-small;
+}
+div.framenoframe li {
+    margin: 0 3px 0 3px;
+}
+div.overview li {
+    margin:3px 3px 0 3px;
+    padding: 4px;
+}
+li.selected {
+    background-color:#888;
+    color: #fff;
+    font-weight: bold;
+}
+
+table.summary {
+    margin-bottom: 20px;
+}
+table.summary td, table.summary th {
+    font-weight: bold;
+    text-align: left;
+    padding: 3px;
+}
+table.summary th {
+    background-color:#036;
+    color: #fff;
+}
+table.summary td {
+    background-color:#eee;
+    border: 1px solid black;
+}
+
+em {
+    color: #A00;
+}
+em.comment {
+    color: #390;
+}
+.string {
+    color: #009;
+}
+
+#overview {
+    padding:2px;
+}
+
+hr {
+    height: 1px;
+    color: #000;
+}
+
+/* JXR style sheet */
+.jxr_comment
+{
+    color: #390;
+}
+
+.jxr_javadoccomment
+{
+    color: #A00;
+}
+
+.jxr_string
+{
+    color: #009;
+}
+
+.jxr_keyword
+{
+    color: #000;
+}
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/allclasses-frame.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/allclasses-frame.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/allclasses-frame.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Aether Demo Snippets 1.0.0-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar">All Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/maven/aether/examples/aether/Aether.html" title="class 
in org.apache.maven.aether.examples.aether" target="classFrame">Aether</a></li>
+<li><a href="org/apache/maven/aether/examples/aether/AetherDemo.html" 
title="class in org.apache.maven.aether.examples.aether" 
target="classFrame">AetherDemo</a></li>
+<li><a href="org/apache/maven/aether/examples/aether/AetherResult.html" 
title="class in org.apache.maven.aether.examples.aether" 
target="classFrame">AetherResult</a></li>
+<li><a href="org/apache/maven/aether/examples/AllAetherDemos.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">AllAetherDemos</a></li>
+<li><a href="org/apache/maven/aether/examples/util/Booter.html" title="class 
in org.apache.maven.aether.examples.util" target="classFrame">Booter</a></li>
+<li><a 
href="org/apache/maven/aether/examples/util/ConsoleDependencyGraphDumper.html" 
title="class in org.apache.maven.aether.examples.util" 
target="classFrame">ConsoleDependencyGraphDumper</a></li>
+<li><a 
href="org/apache/maven/aether/examples/util/ConsoleRepositoryListener.html" 
title="class in org.apache.maven.aether.examples.util" 
target="classFrame">ConsoleRepositoryListener</a></li>
+<li><a 
href="org/apache/maven/aether/examples/util/ConsoleTransferListener.html" 
title="class in org.apache.maven.aether.examples.util" 
target="classFrame">ConsoleTransferListener</a></li>
+<li><a href="org/apache/maven/aether/examples/DeployArtifacts.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">DeployArtifacts</a></li>
+<li><a href="org/apache/maven/aether/examples/FindAvailableVersions.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">FindAvailableVersions</a></li>
+<li><a href="org/apache/maven/aether/examples/FindNewestVersion.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">FindNewestVersion</a></li>
+<li><a href="org/apache/maven/aether/examples/GetDependencyHierarchy.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">GetDependencyHierarchy</a></li>
+<li><a href="org/apache/maven/aether/examples/GetDependencyTree.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">GetDependencyTree</a></li>
+<li><a href="org/apache/maven/aether/examples/GetDirectDependencies.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">GetDirectDependencies</a></li>
+<li><a 
href="org/apache/maven/aether/examples/guice/GuiceRepositorySystemFactory.html" 
title="class in org.apache.maven.aether.examples.guice" 
target="classFrame">GuiceRepositorySystemFactory</a></li>
+<li><a href="org/apache/maven/aether/examples/InstallArtifacts.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">InstallArtifacts</a></li>
+<li><a 
href="org/apache/maven/aether/examples/manual/ManualRepositorySystemFactory.html"
 title="class in org.apache.maven.aether.examples.manual" 
target="classFrame">ManualRepositorySystemFactory</a></li>
+<li><a 
href="org/apache/maven/aether/examples/plexus/PlexusRepositorySystemFactory.html"
 title="class in org.apache.maven.aether.examples.plexus" 
target="classFrame">PlexusRepositorySystemFactory</a></li>
+<li><a href="org/apache/maven/aether/examples/ResolveArtifact.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">ResolveArtifact</a></li>
+<li><a 
href="org/apache/maven/aether/examples/ResolveTransitiveDependencies.html" 
title="class in org.apache.maven.aether.examples" 
target="classFrame">ResolveTransitiveDependencies</a></li>
+<li><a 
href="org/apache/maven/aether/examples/sisu/SisuRepositorySystemFactory.html" 
title="class in org.apache.maven.aether.examples.sisu" 
target="classFrame">SisuRepositorySystemFactory</a></li>
+</ul>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/allclasses-noframe.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/allclasses-noframe.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/allclasses-noframe.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Aether Demo Snippets 1.0.0-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar">All Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/maven/aether/examples/aether/Aether.html" title="class 
in org.apache.maven.aether.examples.aether">Aether</a></li>
+<li><a href="org/apache/maven/aether/examples/aether/AetherDemo.html" 
title="class in org.apache.maven.aether.examples.aether">AetherDemo</a></li>
+<li><a href="org/apache/maven/aether/examples/aether/AetherResult.html" 
title="class in org.apache.maven.aether.examples.aether">AetherResult</a></li>
+<li><a href="org/apache/maven/aether/examples/AllAetherDemos.html" 
title="class in org.apache.maven.aether.examples">AllAetherDemos</a></li>
+<li><a href="org/apache/maven/aether/examples/util/Booter.html" title="class 
in org.apache.maven.aether.examples.util">Booter</a></li>
+<li><a 
href="org/apache/maven/aether/examples/util/ConsoleDependencyGraphDumper.html" 
title="class in 
org.apache.maven.aether.examples.util">ConsoleDependencyGraphDumper</a></li>
+<li><a 
href="org/apache/maven/aether/examples/util/ConsoleRepositoryListener.html" 
title="class in 
org.apache.maven.aether.examples.util">ConsoleRepositoryListener</a></li>
+<li><a 
href="org/apache/maven/aether/examples/util/ConsoleTransferListener.html" 
title="class in 
org.apache.maven.aether.examples.util">ConsoleTransferListener</a></li>
+<li><a href="org/apache/maven/aether/examples/DeployArtifacts.html" 
title="class in org.apache.maven.aether.examples">DeployArtifacts</a></li>
+<li><a href="org/apache/maven/aether/examples/FindAvailableVersions.html" 
title="class in org.apache.maven.aether.examples">FindAvailableVersions</a></li>
+<li><a href="org/apache/maven/aether/examples/FindNewestVersion.html" 
title="class in org.apache.maven.aether.examples">FindNewestVersion</a></li>
+<li><a href="org/apache/maven/aether/examples/GetDependencyHierarchy.html" 
title="class in 
org.apache.maven.aether.examples">GetDependencyHierarchy</a></li>
+<li><a href="org/apache/maven/aether/examples/GetDependencyTree.html" 
title="class in org.apache.maven.aether.examples">GetDependencyTree</a></li>
+<li><a href="org/apache/maven/aether/examples/GetDirectDependencies.html" 
title="class in org.apache.maven.aether.examples">GetDirectDependencies</a></li>
+<li><a 
href="org/apache/maven/aether/examples/guice/GuiceRepositorySystemFactory.html" 
title="class in 
org.apache.maven.aether.examples.guice">GuiceRepositorySystemFactory</a></li>
+<li><a href="org/apache/maven/aether/examples/InstallArtifacts.html" 
title="class in org.apache.maven.aether.examples">InstallArtifacts</a></li>
+<li><a 
href="org/apache/maven/aether/examples/manual/ManualRepositorySystemFactory.html"
 title="class in 
org.apache.maven.aether.examples.manual">ManualRepositorySystemFactory</a></li>
+<li><a 
href="org/apache/maven/aether/examples/plexus/PlexusRepositorySystemFactory.html"
 title="class in 
org.apache.maven.aether.examples.plexus">PlexusRepositorySystemFactory</a></li>
+<li><a href="org/apache/maven/aether/examples/ResolveArtifact.html" 
title="class in org.apache.maven.aether.examples">ResolveArtifact</a></li>
+<li><a 
href="org/apache/maven/aether/examples/ResolveTransitiveDependencies.html" 
title="class in 
org.apache.maven.aether.examples">ResolveTransitiveDependencies</a></li>
+<li><a 
href="org/apache/maven/aether/examples/sisu/SisuRepositorySystemFactory.html" 
title="class in 
org.apache.maven.aether.examples.sisu">SisuRepositorySystemFactory</a></li>
+</ul>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/constant-values.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/constant-values.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/constant-values.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (Aether Demo Snippets 1.0.0-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Constant Field Values (Aether Demo Snippets 
1.0.0-SNAPSHOT API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2010&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/deprecated-list.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/deprecated-list.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/deprecated-list.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Deprecated List (Aether Demo Snippets 1.0.0-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Deprecated List (Aether Demo Snippets 
1.0.0-SNAPSHOT API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Deprecated API" class="title">Deprecated API</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2010&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/help-doc.html
==============================================================================
--- 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/help-doc.html
 (added)
+++ 
websites/production/maven/components/aether-archives/aether-demos-LATEST/aether-demo-snippets/apidocs/help-doc.html
 Sun May  8 21:49:03 2016
@@ -0,0 +1,220 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Help (Aether Demo Snippets 1.0.0-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="API Help (Aether Demo Snippets 1.0.0-SNAPSHOT 
API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">How This API Document Is Organized</h1>
+<div class="subTitle">This API (Application Programming Interface) document 
has pages corresponding to the items in the navigation bar, described as 
follows.</div>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<h2>Overview</h2>
+<p>The <a href="overview-summary.html">Overview</a> page is the front page of 
this API document and provides a list of all packages with a summary for each.  
This page can also contain an overall description of the set of packages.</p>
+</li>
+<li class="blockList">
+<h2>Package</h2>
+<p>Each package has a page that contains a list of its classes and interfaces, 
with a summary for each. This page can contain six categories:</p>
+<ul>
+<li>Interfaces (italic)</li>
+<li>Classes</li>
+<li>Enums</li>
+<li>Exceptions</li>
+<li>Errors</li>
+<li>Annotation Types</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Class/Interface</h2>
+<p>Each class, interface, nested class and nested interface has its own 
separate page. Each of these pages has three sections consisting of a 
class/interface description, summary tables, and detailed member 
descriptions:</p>
+<ul>
+<li>Class inheritance diagram</li>
+<li>Direct Subclasses</li>
+<li>All Known Subinterfaces</li>
+<li>All Known Implementing Classes</li>
+<li>Class/interface declaration</li>
+<li>Class/interface description</li>
+</ul>
+<ul>
+<li>Nested Class Summary</li>
+<li>Field Summary</li>
+<li>Constructor Summary</li>
+<li>Method Summary</li>
+</ul>
+<ul>
+<li>Field Detail</li>
+<li>Constructor Detail</li>
+<li>Method Detail</li>
+</ul>
+<p>Each summary entry contains the first sentence from the detailed 
description for that item. The summary entries are alphabetical, while the 
detailed descriptions are in the order they appear in the source code. This 
preserves the logical groupings established by the programmer.</p>
+</li>
+<li class="blockList">
+<h2>Annotation Type</h2>
+<p>Each annotation type has its own separate page with the following 
sections:</p>
+<ul>
+<li>Annotation Type declaration</li>
+<li>Annotation Type description</li>
+<li>Required Element Summary</li>
+<li>Optional Element Summary</li>
+<li>Element Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Enum</h2>
+<p>Each enum has its own separate page with the following sections:</p>
+<ul>
+<li>Enum declaration</li>
+<li>Enum description</li>
+<li>Enum Constant Summary</li>
+<li>Enum Constant Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Use</h2>
+<p>Each documented package, class and interface has its own Use page.  This 
page describes what packages, classes, methods, constructors and fields use any 
part of the given class or package. Given a class or interface A, its Use page 
includes subclasses of A, fields declared as A, methods that return A, and 
methods and constructors with parameters of type A.  You can access this page 
by first going to the package, class or interface, then clicking on the "Use" 
link in the navigation bar.</p>
+</li>
+<li class="blockList">
+<h2>Tree (Class Hierarchy)</h2>
+<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all 
packages, plus a hierarchy for each package. Each hierarchy page contains a 
list of classes and a list of interfaces. The classes are organized by 
inheritance structure starting with <code>java.lang.Object</code>. The 
interfaces do not inherit from <code>java.lang.Object</code>.</p>
+<ul>
+<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy 
for all packages.</li>
+<li>When viewing a particular package, class or interface page, clicking 
"Tree" displays the hierarchy for only that package.</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Deprecated API</h2>
+<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the 
API that have been deprecated. A deprecated API is not recommended for use, 
generally due to improvements, and a replacement API is usually given. 
Deprecated APIs may be removed in future implementations.</p>
+</li>
+<li class="blockList">
+<h2>Index</h2>
+<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all 
classes, interfaces, constructors, methods, and fields.</p>
+</li>
+<li class="blockList">
+<h2>Prev/Next</h2>
+<p>These links take you to the next or previous class, interface, package, or 
related page.</p>
+</li>
+<li class="blockList">
+<h2>Frames/No Frames</h2>
+<p>These links show and hide the HTML frames.  All pages are available with or 
without frames.</p>
+</li>
+<li class="blockList">
+<h2>All Classes</h2>
+<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all 
classes and interfaces except non-static nested types.</p>
+</li>
+<li class="blockList">
+<h2>Serialized Form</h2>
+<p>Each serializable or externalizable class has a description of its 
serialization fields and methods. This information is of interest to 
re-implementors, not to developers using the API. While there is no link in the 
navigation bar, you can get to this information by going to any serialized 
class and clicking "Serialized Form" in the "See also" section of the class 
description.</p>
+</li>
+<li class="blockList">
+<h2>Constant Field Values</h2>
+<p>The <a href="constant-values.html">Constant Field Values</a> page lists the 
static final fields and their values.</p>
+</li>
+</ul>
+<em>This help file applies to API documentation generated using the standard 
doclet.</em></div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2010&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file


Reply via email to