You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/05/06 03:39:08 UTC

svn commit: r1479445 [38/50] - in /archiva/site-content/redback/components/modello-plugins: ./ css/ images/ images/logos/ images/profiles/ img/ jpox-modello-maven-plugin/ jpox-modello-maven-plugin/css/ jpox-modello-maven-plugin/images/ jpox-modello-mav...

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/StoreModelloGenerator.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/StoreModelloGenerator.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/StoreModelloGenerator.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/StoreModelloGenerator.html Mon May  6 01:38:58 2013
@@ -0,0 +1,131 @@
+<!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>StoreModelloGenerator xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../../../../apidocs/org/apache/archiva/redback/components/modello/plugin/store/StoreModelloGenerator.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.archiva.redback.components.modello.plugin.store;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">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="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.velocity.VelocityContext;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.velocity.context.Context;
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.ModelloException;
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.model.Model;
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.plugin.AbstractModelloGenerator;
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.archiva.redback.components.modello.plugin.store.metadata.StoreClassMetadata;
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.WriterFactory;
+<a class="jxr_linenumber" name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.velocity.VelocityComponent;
+<a class="jxr_linenumber" name="30" href="#30">30</a>  
+<a class="jxr_linenumber" name="31" href="#31">31</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="32" href="#32">32</a>  <strong class="jxr_keyword">import</strong> java.io.Writer;
+<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong class="jxr_keyword">import</strong> java.util.Properties;
+<a class="jxr_linenumber" name="34" href="#34">34</a>  
+<a class="jxr_linenumber" name="35" href="#35">35</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="36" href="#36">36</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:trygvis@inamo.no" target="alexandria_uri">mailto:trygvis@inamo.no</a>"&gt;Trygve Laugst&amp;oslash;l&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="37" href="#37">37</a>  <em class="jxr_javadoccomment"> * @version $Id: StoreModelloGenerator.java 1414989 2012-11-28 23:16:34Z olamy $</em>
+<a class="jxr_linenumber" name="38" href="#38">38</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="39" href="#39">39</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/StoreModelloGenerator.html">StoreModelloGenerator</a>
+<a class="jxr_linenumber" name="40" href="#40">40</a>      <strong class="jxr_keyword">extends</strong> AbstractModelloGenerator
+<a class="jxr_linenumber" name="41" href="#41">41</a>  {
+<a class="jxr_linenumber" name="42" href="#42">42</a>      <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> @requirement */</em>
+<a class="jxr_linenumber" name="43" href="#43">43</a>      <strong class="jxr_keyword">private</strong> VelocityComponent velocity;
+<a class="jxr_linenumber" name="44" href="#44">44</a>  
+<a class="jxr_linenumber" name="45" href="#45">45</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> generate( Model model, Properties properties )
+<a class="jxr_linenumber" name="46" href="#46">46</a>          <strong class="jxr_keyword">throws</strong> ModelloException
+<a class="jxr_linenumber" name="47" href="#47">47</a>      {
+<a class="jxr_linenumber" name="48" href="#48">48</a>          initialize( model, properties );
+<a class="jxr_linenumber" name="49" href="#49">49</a>  
+<a class="jxr_linenumber" name="50" href="#50">50</a>  
+<a class="jxr_linenumber" name="51" href="#51">51</a>          <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="52" href="#52">52</a>          <em class="jxr_comment">// Initialize the Velocity context</em>
+<a class="jxr_linenumber" name="53" href="#53">53</a>          <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="54" href="#54">54</a>  
+<a class="jxr_linenumber" name="55" href="#55">55</a>          Context context = <strong class="jxr_keyword">new</strong> VelocityContext();
+<a class="jxr_linenumber" name="56" href="#56">56</a>  
+<a class="jxr_linenumber" name="57" href="#57">57</a>          context.put( <span class="jxr_string">"version"</span>, getGeneratedVersion() );
+<a class="jxr_linenumber" name="58" href="#58">58</a>  
+<a class="jxr_linenumber" name="59" href="#59">59</a>          context.put( <span class="jxr_string">"package"</span>, model.getDefaultPackageName( false, getGeneratedVersion() ) );
+<a class="jxr_linenumber" name="60" href="#60">60</a>  
+<a class="jxr_linenumber" name="61" href="#61">61</a>          context.put( <span class="jxr_string">"metadataId"</span>, StoreClassMetadata.ID );
+<a class="jxr_linenumber" name="62" href="#62">62</a>  
+<a class="jxr_linenumber" name="63" href="#63">63</a>          context.put( <span class="jxr_string">"model"</span>, model );
+<a class="jxr_linenumber" name="64" href="#64">64</a>  
+<a class="jxr_linenumber" name="65" href="#65">65</a>          <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="66" href="#66">66</a>          <em class="jxr_comment">// Generate the code</em>
+<a class="jxr_linenumber" name="67" href="#67">67</a>          <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="68" href="#68">68</a>  
+<a class="jxr_linenumber" name="69" href="#69">69</a>          String packageName = model.getDefaultPackageName( false, getGeneratedVersion() );
+<a class="jxr_linenumber" name="70" href="#70">70</a>  
+<a class="jxr_linenumber" name="71" href="#71">71</a>          File packageFile = <strong class="jxr_keyword">new</strong> File( getOutputDirectory(), packageName.replace( '.', File.separatorChar ) );
+<a class="jxr_linenumber" name="72" href="#72">72</a>  
+<a class="jxr_linenumber" name="73" href="#73">73</a>          File interfaceFile = <strong class="jxr_keyword">new</strong> File( packageFile, model.getName() + <span class="jxr_string">"Store.java"</span> );
+<a class="jxr_linenumber" name="74" href="#74">74</a>  
+<a class="jxr_linenumber" name="75" href="#75">75</a>          File exceptionFile = <strong class="jxr_keyword">new</strong> File( packageFile, model.getName() + <span class="jxr_string">"StoreException.java"</span> );
+<a class="jxr_linenumber" name="76" href="#76">76</a>  
+<a class="jxr_linenumber" name="77" href="#77">77</a>          <strong class="jxr_keyword">if</strong> ( !interfaceFile.getParentFile().exists() )
+<a class="jxr_linenumber" name="78" href="#78">78</a>          {
+<a class="jxr_linenumber" name="79" href="#79">79</a>              <strong class="jxr_keyword">if</strong> ( !interfaceFile.getParentFile().mkdirs() )
+<a class="jxr_linenumber" name="80" href="#80">80</a>              {
+<a class="jxr_linenumber" name="81" href="#81">81</a>                  <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> ModelloException( <span class="jxr_string">"Error while creating parent directories for '"</span> + interfaceFile.getAbsolutePath() + <span class="jxr_string">"'."</span> );
+<a class="jxr_linenumber" name="82" href="#82">82</a>              }
+<a class="jxr_linenumber" name="83" href="#83">83</a>          }
+<a class="jxr_linenumber" name="84" href="#84">84</a>  
+<a class="jxr_linenumber" name="85" href="#85">85</a>          String interfaceTemplate = <span class="jxr_string">"org/apache/archiva/redback/components/modello/plugin/store/templates/Store.vm"</span>;
+<a class="jxr_linenumber" name="86" href="#86">86</a>  
+<a class="jxr_linenumber" name="87" href="#87">87</a>          String exceptionTemplate =
+<a class="jxr_linenumber" name="88" href="#88">88</a>              <span class="jxr_string">"org/apache/archiva/redback/components/modello/plugin/store/templates/StoreException.vm"</span>;
+<a class="jxr_linenumber" name="89" href="#89">89</a>  
+<a class="jxr_linenumber" name="90" href="#90">90</a>          writeTemplate( interfaceTemplate, interfaceFile, context );
+<a class="jxr_linenumber" name="91" href="#91">91</a>  
+<a class="jxr_linenumber" name="92" href="#92">92</a>          writeTemplate( exceptionTemplate, exceptionFile, context );
+<a class="jxr_linenumber" name="93" href="#93">93</a>      }
+<a class="jxr_linenumber" name="94" href="#94">94</a>  
+<a class="jxr_linenumber" name="95" href="#95">95</a>      <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="96" href="#96">96</a>      <em class="jxr_comment">//</em>
+<a class="jxr_linenumber" name="97" href="#97">97</a>      <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="98" href="#98">98</a>  
+<a class="jxr_linenumber" name="99" href="#99">99</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> writeTemplate( String template, File file, Context context )
+<a class="jxr_linenumber" name="100" href="#100">100</a>         <strong class="jxr_keyword">throws</strong> ModelloException
+<a class="jxr_linenumber" name="101" href="#101">101</a>     {
+<a class="jxr_linenumber" name="102" href="#102">102</a>         <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="103" href="#103">103</a>         {
+<a class="jxr_linenumber" name="104" href="#104">104</a>             Writer writer = getEncoding() == <strong class="jxr_keyword">null</strong> ? WriterFactory.newPlatformWriter( file )
+<a class="jxr_linenumber" name="105" href="#105">105</a>                                 : WriterFactory.newWriter( file, getEncoding() );
+<a class="jxr_linenumber" name="106" href="#106">106</a> 
+<a class="jxr_linenumber" name="107" href="#107">107</a>             velocity.getEngine().mergeTemplate( template, context, writer );
+<a class="jxr_linenumber" name="108" href="#108">108</a> 
+<a class="jxr_linenumber" name="109" href="#109">109</a>             writer.flush();
+<a class="jxr_linenumber" name="110" href="#110">110</a> 
+<a class="jxr_linenumber" name="111" href="#111">111</a>             writer.close();
+<a class="jxr_linenumber" name="112" href="#112">112</a>         }
+<a class="jxr_linenumber" name="113" href="#113">113</a>         <strong class="jxr_keyword">catch</strong> ( Exception e )
+<a class="jxr_linenumber" name="114" href="#114">114</a>         {
+<a class="jxr_linenumber" name="115" href="#115">115</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> ModelloException( <span class="jxr_string">"Error while generating code."</span>, e );
+<a class="jxr_linenumber" name="116" href="#116">116</a>         }
+<a class="jxr_linenumber" name="117" href="#117">117</a>     }
+<a class="jxr_linenumber" name="118" href="#118">118</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreAssociationMetadata.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreAssociationMetadata.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreAssociationMetadata.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreAssociationMetadata.html Mon May  6 01:38:58 2013
@@ -0,0 +1,81 @@
+<!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>StoreAssociationMetadata xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../../../../../apidocs/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreAssociationMetadata.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.archiva.redback.components.modello.plugin.store.metadata;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">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="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.AssociationMetadata;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:jason@maven.org" target="alexandria_uri">mailto:jason@maven.org</a>"&gt;Jason van Zyl&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <em class="jxr_javadoccomment"> * @version $Id: StoreAssociationMetadata.java 1414989 2012-11-28 23:16:34Z olamy $</em>
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreAssociationMetadata.html">StoreAssociationMetadata</a>
+<a class="jxr_linenumber" name="29" href="#29">29</a>      <strong class="jxr_keyword">implements</strong> AssociationMetadata
+<a class="jxr_linenumber" name="30" href="#30">30</a>  {
+<a class="jxr_linenumber" name="31" href="#31">31</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ID = StoreAssociationMetadata.<strong class="jxr_keyword">class</strong>.getName();
+<a class="jxr_linenumber" name="32" href="#32">32</a>  
+<a class="jxr_linenumber" name="33" href="#33">33</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> storable;
+<a class="jxr_linenumber" name="34" href="#34">34</a>  
+<a class="jxr_linenumber" name="35" href="#35">35</a>      <strong class="jxr_keyword">private</strong> Boolean part;
+<a class="jxr_linenumber" name="36" href="#36">36</a>  
+<a class="jxr_linenumber" name="37" href="#37">37</a>      <strong class="jxr_keyword">private</strong> String keyType;
+<a class="jxr_linenumber" name="38" href="#38">38</a>  
+<a class="jxr_linenumber" name="39" href="#39">39</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setStorable( <strong class="jxr_keyword">boolean</strong> storable )
+<a class="jxr_linenumber" name="40" href="#40">40</a>      {
+<a class="jxr_linenumber" name="41" href="#41">41</a>          <strong class="jxr_keyword">this</strong>.storable = storable;
+<a class="jxr_linenumber" name="42" href="#42">42</a>      }
+<a class="jxr_linenumber" name="43" href="#43">43</a>  
+<a class="jxr_linenumber" name="44" href="#44">44</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isStorable()
+<a class="jxr_linenumber" name="45" href="#45">45</a>      {
+<a class="jxr_linenumber" name="46" href="#46">46</a>          <strong class="jxr_keyword">return</strong> storable;
+<a class="jxr_linenumber" name="47" href="#47">47</a>      }
+<a class="jxr_linenumber" name="48" href="#48">48</a>  
+<a class="jxr_linenumber" name="49" href="#49">49</a>      <strong class="jxr_keyword">public</strong> Boolean isPart()
+<a class="jxr_linenumber" name="50" href="#50">50</a>      {
+<a class="jxr_linenumber" name="51" href="#51">51</a>          <strong class="jxr_keyword">return</strong> part;
+<a class="jxr_linenumber" name="52" href="#52">52</a>      }
+<a class="jxr_linenumber" name="53" href="#53">53</a>  
+<a class="jxr_linenumber" name="54" href="#54">54</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setPart( Boolean part )
+<a class="jxr_linenumber" name="55" href="#55">55</a>      {
+<a class="jxr_linenumber" name="56" href="#56">56</a>          <strong class="jxr_keyword">this</strong>.part = part;
+<a class="jxr_linenumber" name="57" href="#57">57</a>      }
+<a class="jxr_linenumber" name="58" href="#58">58</a>  
+<a class="jxr_linenumber" name="59" href="#59">59</a>      <strong class="jxr_keyword">public</strong> String getKeyType()
+<a class="jxr_linenumber" name="60" href="#60">60</a>      {
+<a class="jxr_linenumber" name="61" href="#61">61</a>          <strong class="jxr_keyword">return</strong> keyType;
+<a class="jxr_linenumber" name="62" href="#62">62</a>      }
+<a class="jxr_linenumber" name="63" href="#63">63</a>  
+<a class="jxr_linenumber" name="64" href="#64">64</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setKeyType( String keyType )
+<a class="jxr_linenumber" name="65" href="#65">65</a>      {
+<a class="jxr_linenumber" name="66" href="#66">66</a>          <strong class="jxr_keyword">this</strong>.keyType = keyType;
+<a class="jxr_linenumber" name="67" href="#67">67</a>      }
+<a class="jxr_linenumber" name="68" href="#68">68</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreClassMetadata.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreClassMetadata.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreClassMetadata.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreClassMetadata.html Mon May  6 01:38:58 2013
@@ -0,0 +1,57 @@
+<!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>StoreClassMetadata xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../../../../../apidocs/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreClassMetadata.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.archiva.redback.components.modello.plugin.store.metadata;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">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="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.ClassMetadata;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:jason@maven.org" target="alexandria_uri">mailto:jason@maven.org</a>"&gt;Jason van Zyl&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <em class="jxr_javadoccomment"> * @version $Id: StoreClassMetadata.java 1414989 2012-11-28 23:16:34Z olamy $</em>
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreClassMetadata.html">StoreClassMetadata</a>
+<a class="jxr_linenumber" name="29" href="#29">29</a>      <strong class="jxr_keyword">implements</strong> ClassMetadata
+<a class="jxr_linenumber" name="30" href="#30">30</a>  {
+<a class="jxr_linenumber" name="31" href="#31">31</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ID = StoreClassMetadata.<strong class="jxr_keyword">class</strong>.getName();
+<a class="jxr_linenumber" name="32" href="#32">32</a>  
+<a class="jxr_linenumber" name="33" href="#33">33</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> storable;
+<a class="jxr_linenumber" name="34" href="#34">34</a>  
+<a class="jxr_linenumber" name="35" href="#35">35</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setStorable( <strong class="jxr_keyword">boolean</strong> storable )
+<a class="jxr_linenumber" name="36" href="#36">36</a>      {
+<a class="jxr_linenumber" name="37" href="#37">37</a>          <strong class="jxr_keyword">this</strong>.storable = storable;
+<a class="jxr_linenumber" name="38" href="#38">38</a>      }
+<a class="jxr_linenumber" name="39" href="#39">39</a>  
+<a class="jxr_linenumber" name="40" href="#40">40</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isStorable()
+<a class="jxr_linenumber" name="41" href="#41">41</a>      {
+<a class="jxr_linenumber" name="42" href="#42">42</a>          <strong class="jxr_keyword">return</strong> storable;
+<a class="jxr_linenumber" name="43" href="#43">43</a>      }
+<a class="jxr_linenumber" name="44" href="#44">44</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreFieldMetadata.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreFieldMetadata.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreFieldMetadata.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreFieldMetadata.html Mon May  6 01:38:58 2013
@@ -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 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>StoreFieldMetadata xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../../../../../apidocs/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreFieldMetadata.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.archiva.redback.components.modello.plugin.store.metadata;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">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="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.FieldMetadata;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:jason@maven.org" target="alexandria_uri">mailto:jason@maven.org</a>"&gt;Jason van Zyl&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <em class="jxr_javadoccomment"> * @version $Id: StoreFieldMetadata.java 1414989 2012-11-28 23:16:34Z olamy $</em>
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreFieldMetadata.html">StoreFieldMetadata</a>
+<a class="jxr_linenumber" name="29" href="#29">29</a>      <strong class="jxr_keyword">implements</strong> FieldMetadata
+<a class="jxr_linenumber" name="30" href="#30">30</a>  {
+<a class="jxr_linenumber" name="31" href="#31">31</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ID = StoreFieldMetadata.<strong class="jxr_keyword">class</strong>.getName();
+<a class="jxr_linenumber" name="32" href="#32">32</a>  
+<a class="jxr_linenumber" name="33" href="#33">33</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> storable;
+<a class="jxr_linenumber" name="34" href="#34">34</a>  
+<a class="jxr_linenumber" name="35" href="#35">35</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> maxSize;
+<a class="jxr_linenumber" name="36" href="#36">36</a>  
+<a class="jxr_linenumber" name="37" href="#37">37</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setStorable( <strong class="jxr_keyword">boolean</strong> storable )
+<a class="jxr_linenumber" name="38" href="#38">38</a>      {
+<a class="jxr_linenumber" name="39" href="#39">39</a>          <strong class="jxr_keyword">this</strong>.storable = storable;
+<a class="jxr_linenumber" name="40" href="#40">40</a>      }
+<a class="jxr_linenumber" name="41" href="#41">41</a>  
+<a class="jxr_linenumber" name="42" href="#42">42</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isStorable()
+<a class="jxr_linenumber" name="43" href="#43">43</a>      {
+<a class="jxr_linenumber" name="44" href="#44">44</a>          <strong class="jxr_keyword">return</strong> storable;
+<a class="jxr_linenumber" name="45" href="#45">45</a>      }
+<a class="jxr_linenumber" name="46" href="#46">46</a>  
+<a class="jxr_linenumber" name="47" href="#47">47</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMaxSize()
+<a class="jxr_linenumber" name="48" href="#48">48</a>      {
+<a class="jxr_linenumber" name="49" href="#49">49</a>          <strong class="jxr_keyword">return</strong> maxSize;
+<a class="jxr_linenumber" name="50" href="#50">50</a>      }
+<a class="jxr_linenumber" name="51" href="#51">51</a>  
+<a class="jxr_linenumber" name="52" href="#52">52</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setMaxSize( <strong class="jxr_keyword">int</strong> maxSize )
+<a class="jxr_linenumber" name="53" href="#53">53</a>      {
+<a class="jxr_linenumber" name="54" href="#54">54</a>          <strong class="jxr_keyword">this</strong>.maxSize = maxSize;
+<a class="jxr_linenumber" name="55" href="#55">55</a>      }
+<a class="jxr_linenumber" name="56" href="#56">56</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreMetadataPlugin.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreMetadataPlugin.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreMetadataPlugin.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreMetadataPlugin.html Mon May  6 01:38:58 2013
@@ -0,0 +1,182 @@
+<!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>StoreMetadataPlugin xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../../../../../apidocs/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreMetadataPlugin.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.archiva.redback.components.modello.plugin.store.metadata;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">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="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.ModelloException;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.AbstractMetadataPlugin;
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.AssociationMetadata;
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.ClassMetadata;
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.FieldMetadata;
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.InterfaceMetadata;
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.ModelMetadata;
+<a class="jxr_linenumber" name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.model.Model;
+<a class="jxr_linenumber" name="30" href="#30">30</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.model.ModelAssociation;
+<a class="jxr_linenumber" name="31" href="#31">31</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.model.ModelClass;
+<a class="jxr_linenumber" name="32" href="#32">32</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.model.ModelField;
+<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.model.ModelInterface;
+<a class="jxr_linenumber" name="34" href="#34">34</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.StringUtils;
+<a class="jxr_linenumber" name="35" href="#35">35</a>  
+<a class="jxr_linenumber" name="36" href="#36">36</a>  <strong class="jxr_keyword">import</strong> java.util.Collections;
+<a class="jxr_linenumber" name="37" href="#37">37</a>  <strong class="jxr_keyword">import</strong> java.util.Map;
+<a class="jxr_linenumber" name="38" href="#38">38</a>  
+<a class="jxr_linenumber" name="39" href="#39">39</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="40" href="#40">40</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:trygvis@inamo.no" target="alexandria_uri">mailto:trygvis@inamo.no</a>"&gt;Trygve Laugst&amp;oslash;l&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="41" href="#41">41</a>  <em class="jxr_javadoccomment"> * @version $Id: StoreMetadataPlugin.java 1414989 2012-11-28 23:16:34Z olamy $</em>
+<a class="jxr_linenumber" name="42" href="#42">42</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="43" href="#43">43</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreMetadataPlugin.html">StoreMetadataPlugin</a>
+<a class="jxr_linenumber" name="44" href="#44">44</a>      <strong class="jxr_keyword">extends</strong> AbstractMetadataPlugin
+<a class="jxr_linenumber" name="45" href="#45">45</a>  {
+<a class="jxr_linenumber" name="46" href="#46">46</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String PART = <span class="jxr_string">"stash.part"</span>;
+<a class="jxr_linenumber" name="47" href="#47">47</a>  
+<a class="jxr_linenumber" name="48" href="#48">48</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String KEY_TYPE = <span class="jxr_string">"stash.keyType"</span>;
+<a class="jxr_linenumber" name="49" href="#49">49</a>  
+<a class="jxr_linenumber" name="50" href="#50">50</a>      <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="51" href="#51">51</a>      <em class="jxr_comment">// Map to Metadata</em>
+<a class="jxr_linenumber" name="52" href="#52">52</a>      <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="53" href="#53">53</a>  
+<a class="jxr_linenumber" name="54" href="#54">54</a>      <strong class="jxr_keyword">public</strong> ModelMetadata getModelMetadata( Model model, Map data )
+<a class="jxr_linenumber" name="55" href="#55">55</a>      {
+<a class="jxr_linenumber" name="56" href="#56">56</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreModelMetadata.html">StoreModelMetadata</a>();
+<a class="jxr_linenumber" name="57" href="#57">57</a>      }
+<a class="jxr_linenumber" name="58" href="#58">58</a>  
+<a class="jxr_linenumber" name="59" href="#59">59</a>      <strong class="jxr_keyword">public</strong> InterfaceMetadata getInterfaceMetadata( ModelInterface modelInterface, Map&lt;String, String&gt; stringStringMap )
+<a class="jxr_linenumber" name="60" href="#60">60</a>          <strong class="jxr_keyword">throws</strong> ModelloException
+<a class="jxr_linenumber" name="61" href="#61">61</a>      {
+<a class="jxr_linenumber" name="62" href="#62">62</a>          <em class="jxr_comment">// TODO implements ?</em>
+<a class="jxr_linenumber" name="63" href="#63">63</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="64" href="#64">64</a>      }
+<a class="jxr_linenumber" name="65" href="#65">65</a>  
+<a class="jxr_linenumber" name="66" href="#66">66</a>      <strong class="jxr_keyword">public</strong> ClassMetadata getClassMetadata( ModelClass clazz, Map data )
+<a class="jxr_linenumber" name="67" href="#67">67</a>          <strong class="jxr_keyword">throws</strong> ModelloException
+<a class="jxr_linenumber" name="68" href="#68">68</a>      {
+<a class="jxr_linenumber" name="69" href="#69">69</a>          <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreClassMetadata.html">StoreClassMetadata</a> metadata = <strong class="jxr_keyword">new</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreClassMetadata.html">StoreClassMetadata</a>();
+<a class="jxr_linenumber" name="70" href="#70">70</a>  
+<a class="jxr_linenumber" name="71" href="#71">71</a>          String storable = (String) data.get( <span class="jxr_string">"stash.storable"</span> );
+<a class="jxr_linenumber" name="72" href="#72">72</a>  
+<a class="jxr_linenumber" name="73" href="#73">73</a>          <strong class="jxr_keyword">if</strong> ( storable != <strong class="jxr_keyword">null</strong> &amp;&amp; storable.equals( <span class="jxr_string">"true"</span> ) )
+<a class="jxr_linenumber" name="74" href="#74">74</a>          {
+<a class="jxr_linenumber" name="75" href="#75">75</a>  <em class="jxr_comment">//            JavaClassMetadata jcm = (JavaClassMetadata) clazz.getMetadata( JavaClassMetadata.ID );</em>
+<a class="jxr_linenumber" name="76" href="#76">76</a>  <em class="jxr_comment">//</em>
+<a class="jxr_linenumber" name="77" href="#77">77</a>  <em class="jxr_comment">//            if ( jcm.isAbstract() )</em>
+<a class="jxr_linenumber" name="78" href="#78">78</a>  <em class="jxr_comment">//            {</em>
+<a class="jxr_linenumber" name="79" href="#79">79</a>  <em class="jxr_comment">//                throw new ModelloException( "A storable class can't be abstract. " +</em>
+<a class="jxr_linenumber" name="80" href="#80">80</a>  <em class="jxr_comment">//                                            "Class name '" + clazz.getName() + "'." );</em>
+<a class="jxr_linenumber" name="81" href="#81">81</a>  <em class="jxr_comment">//            }</em>
+<a class="jxr_linenumber" name="82" href="#82">82</a>  <em class="jxr_comment">//</em>
+<a class="jxr_linenumber" name="83" href="#83">83</a>              metadata.setStorable( <strong class="jxr_keyword">true</strong> );
+<a class="jxr_linenumber" name="84" href="#84">84</a>          }
+<a class="jxr_linenumber" name="85" href="#85">85</a>  
+<a class="jxr_linenumber" name="86" href="#86">86</a>          <strong class="jxr_keyword">return</strong> metadata;
+<a class="jxr_linenumber" name="87" href="#87">87</a>      }
+<a class="jxr_linenumber" name="88" href="#88">88</a>  
+<a class="jxr_linenumber" name="89" href="#89">89</a>      <strong class="jxr_keyword">public</strong> FieldMetadata getFieldMetadata( ModelField field, Map data )
+<a class="jxr_linenumber" name="90" href="#90">90</a>          <strong class="jxr_keyword">throws</strong> ModelloException
+<a class="jxr_linenumber" name="91" href="#91">91</a>      {
+<a class="jxr_linenumber" name="92" href="#92">92</a>          <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreFieldMetadata.html">StoreFieldMetadata</a> metadata = <strong class="jxr_keyword">new</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreFieldMetadata.html">StoreFieldMetadata</a>();
+<a class="jxr_linenumber" name="93" href="#93">93</a>  
+<a class="jxr_linenumber" name="94" href="#94">94</a>          <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="95" href="#95">95</a>          <em class="jxr_comment">// Fields are per default storable as the fields can't be persisted</em>
+<a class="jxr_linenumber" name="96" href="#96">96</a>          <em class="jxr_comment">// unless the class itself is storable.</em>
+<a class="jxr_linenumber" name="97" href="#97">97</a>          <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="98" href="#98">98</a>  
+<a class="jxr_linenumber" name="99" href="#99">99</a>          metadata.setStorable( getBoolean( data, <span class="jxr_string">"stash.storable"</span>, <strong class="jxr_keyword">true</strong> ) );
+<a class="jxr_linenumber" name="100" href="#100">100</a> 
+<a class="jxr_linenumber" name="101" href="#101">101</a>         String maxSize = (String) data.get( <span class="jxr_string">"stash.maxSize"</span> );
+<a class="jxr_linenumber" name="102" href="#102">102</a> 
+<a class="jxr_linenumber" name="103" href="#103">103</a>         <strong class="jxr_keyword">if</strong> ( !StringUtils.isEmpty( maxSize ) )
+<a class="jxr_linenumber" name="104" href="#104">104</a>         {
+<a class="jxr_linenumber" name="105" href="#105">105</a>             <strong class="jxr_keyword">if</strong> ( !field.getType().equals( <span class="jxr_string">"String"</span> ) )
+<a class="jxr_linenumber" name="106" href="#106">106</a>             {
+<a class="jxr_linenumber" name="107" href="#107">107</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> ModelloException( <span class="jxr_string">"When specifying max size on a field the type must be String. "</span> +
+<a class="jxr_linenumber" name="108" href="#108">108</a>                                             <span class="jxr_string">"Class: '"</span> + field.getModelClass().getName() + <span class="jxr_string">"', "</span> +
+<a class="jxr_linenumber" name="109" href="#109">109</a>                                             <span class="jxr_string">"field : '"</span> + field.getName() + <span class="jxr_string">"'."</span> );
+<a class="jxr_linenumber" name="110" href="#110">110</a>             }
+<a class="jxr_linenumber" name="111" href="#111">111</a> 
+<a class="jxr_linenumber" name="112" href="#112">112</a>             <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="113" href="#113">113</a>             {
+<a class="jxr_linenumber" name="114" href="#114">114</a>                 metadata.setMaxSize( Integer.parseInt( maxSize ) );
+<a class="jxr_linenumber" name="115" href="#115">115</a>             }
+<a class="jxr_linenumber" name="116" href="#116">116</a>             <strong class="jxr_keyword">catch</strong> ( NumberFormatException e )
+<a class="jxr_linenumber" name="117" href="#117">117</a>             {
+<a class="jxr_linenumber" name="118" href="#118">118</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> ModelloException( <span class="jxr_string">"Max size on a field the type must be String. "</span> +
+<a class="jxr_linenumber" name="119" href="#119">119</a>                                             <span class="jxr_string">"Class: '"</span> + field.getModelClass().getName() + <span class="jxr_string">"', "</span> +
+<a class="jxr_linenumber" name="120" href="#120">120</a>                                             <span class="jxr_string">"field : '"</span> + field.getName() + <span class="jxr_string">"'."</span> );
+<a class="jxr_linenumber" name="121" href="#121">121</a>             }
+<a class="jxr_linenumber" name="122" href="#122">122</a>         }
+<a class="jxr_linenumber" name="123" href="#123">123</a> 
+<a class="jxr_linenumber" name="124" href="#124">124</a>         <strong class="jxr_keyword">return</strong> metadata;
+<a class="jxr_linenumber" name="125" href="#125">125</a>     }
+<a class="jxr_linenumber" name="126" href="#126">126</a> 
+<a class="jxr_linenumber" name="127" href="#127">127</a>     <strong class="jxr_keyword">public</strong> AssociationMetadata getAssociationMetadata( ModelAssociation association, Map data )
+<a class="jxr_linenumber" name="128" href="#128">128</a>         <strong class="jxr_keyword">throws</strong> ModelloException
+<a class="jxr_linenumber" name="129" href="#129">129</a>     {
+<a class="jxr_linenumber" name="130" href="#130">130</a>         <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreAssociationMetadata.html">StoreAssociationMetadata</a> metadata = <strong class="jxr_keyword">new</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreAssociationMetadata.html">StoreAssociationMetadata</a>();
+<a class="jxr_linenumber" name="131" href="#131">131</a> 
+<a class="jxr_linenumber" name="132" href="#132">132</a>         <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="133" href="#133">133</a>         <em class="jxr_comment">// Associations are per default storable as the fields can't be persisted</em>
+<a class="jxr_linenumber" name="134" href="#134">134</a>         <em class="jxr_comment">// unless the class itself is storable.</em>
+<a class="jxr_linenumber" name="135" href="#135">135</a>         <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="136" href="#136">136</a> 
+<a class="jxr_linenumber" name="137" href="#137">137</a>         metadata.setStorable( getBoolean( data, <span class="jxr_string">"stash.storable"</span>, <strong class="jxr_keyword">true</strong> ) );
+<a class="jxr_linenumber" name="138" href="#138">138</a> 
+<a class="jxr_linenumber" name="139" href="#139">139</a>         <strong class="jxr_keyword">if</strong> ( data.containsKey( PART ) )
+<a class="jxr_linenumber" name="140" href="#140">140</a>         {
+<a class="jxr_linenumber" name="141" href="#141">141</a>             metadata.setPart( Boolean.valueOf( (String) data.get( PART ) ) );
+<a class="jxr_linenumber" name="142" href="#142">142</a>         }
+<a class="jxr_linenumber" name="143" href="#143">143</a> 
+<a class="jxr_linenumber" name="144" href="#144">144</a>         String keyType = (String) data.get( KEY_TYPE );
+<a class="jxr_linenumber" name="145" href="#145">145</a> 
+<a class="jxr_linenumber" name="146" href="#146">146</a>         <strong class="jxr_keyword">if</strong> ( association.getType() != <strong class="jxr_keyword">null</strong> &amp;&amp; association.getType().equals( <span class="jxr_string">"Map"</span> ) )
+<a class="jxr_linenumber" name="147" href="#147">147</a>         {
+<a class="jxr_linenumber" name="148" href="#148">148</a>             <strong class="jxr_keyword">if</strong> ( StringUtils.isEmpty( keyType ) )
+<a class="jxr_linenumber" name="149" href="#149">149</a>             {
+<a class="jxr_linenumber" name="150" href="#150">150</a>                 keyType = <span class="jxr_string">"String"</span>;
+<a class="jxr_linenumber" name="151" href="#151">151</a>             }
+<a class="jxr_linenumber" name="152" href="#152">152</a> 
+<a class="jxr_linenumber" name="153" href="#153">153</a>             <em class="jxr_comment">// TODO: assert the key type</em>
+<a class="jxr_linenumber" name="154" href="#154">154</a> 
+<a class="jxr_linenumber" name="155" href="#155">155</a>             metadata.setKeyType( keyType );
+<a class="jxr_linenumber" name="156" href="#156">156</a>         }
+<a class="jxr_linenumber" name="157" href="#157">157</a> 
+<a class="jxr_linenumber" name="158" href="#158">158</a>         <strong class="jxr_keyword">return</strong> metadata;
+<a class="jxr_linenumber" name="159" href="#159">159</a>     }
+<a class="jxr_linenumber" name="160" href="#160">160</a> 
+<a class="jxr_linenumber" name="161" href="#161">161</a>     <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="162" href="#162">162</a>     <em class="jxr_comment">// Metadata to Map</em>
+<a class="jxr_linenumber" name="163" href="#163">163</a>     <em class="jxr_comment">// ----------------------------------------------------------------------</em>
+<a class="jxr_linenumber" name="164" href="#164">164</a> 
+<a class="jxr_linenumber" name="165" href="#165">165</a>     <strong class="jxr_keyword">public</strong> Map getFieldMap( ModelField field, FieldMetadata metadata )
+<a class="jxr_linenumber" name="166" href="#166">166</a>     {
+<a class="jxr_linenumber" name="167" href="#167">167</a>         <strong class="jxr_keyword">return</strong> Collections.EMPTY_MAP;
+<a class="jxr_linenumber" name="168" href="#168">168</a>     }
+<a class="jxr_linenumber" name="169" href="#169">169</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreModelMetadata.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreModelMetadata.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreModelMetadata.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreModelMetadata.html Mon May  6 01:38:58 2013
@@ -0,0 +1,44 @@
+<!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>StoreModelMetadata xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../../../../../apidocs/org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreModelMetadata.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.archiva.redback.components.modello.plugin.store.metadata;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">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="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.codehaus.modello.metadata.ModelMetadata;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:jason@maven.org" target="alexandria_uri">mailto:jason@maven.org</a>"&gt;Jason van Zyl&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <em class="jxr_javadoccomment"> * @version $Id: StoreModelMetadata.java 1414989 2012-11-28 23:16:34Z olamy $</em>
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../../../org/apache/archiva/redback/components/modello/plugin/store/metadata/StoreModelMetadata.html">StoreModelMetadata</a>
+<a class="jxr_linenumber" name="29" href="#29">29</a>      <strong class="jxr_keyword">implements</strong> ModelMetadata
+<a class="jxr_linenumber" name="30" href="#30">30</a>  {
+<a class="jxr_linenumber" name="31" href="#31">31</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/package-frame.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/package-frame.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/package-frame.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/package-frame.html Mon May  6 01:38:58 2013
@@ -0,0 +1,36 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Modello Store Plugin 1.0 Reference Package org.apache.archiva.redback.components.modello.plugin.store.metadata</title>
+		<link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+
+		<h3>
+        	<a href="package-summary.html" target="classFrame">org.apache.archiva.redback.components.modello.plugin.store.metadata</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="StoreAssociationMetadata.html" target="classFrame">StoreAssociationMetadata</a>
+          	</li>
+          	          	<li>
+            	<a href="StoreClassMetadata.html" target="classFrame">StoreClassMetadata</a>
+          	</li>
+          	          	<li>
+            	<a href="StoreFieldMetadata.html" target="classFrame">StoreFieldMetadata</a>
+          	</li>
+          	          	<li>
+            	<a href="StoreMetadataPlugin.html" target="classFrame">StoreMetadataPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="StoreModelMetadata.html" target="classFrame">StoreModelMetadata</a>
+          	</li>
+          	      	</ul>
+
+	</body>
+</html>
\ No newline at end of file

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/package-summary.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/package-summary.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/package-summary.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/metadata/package-summary.html Mon May  6 01:38:58 2013
@@ -0,0 +1,87 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Modello Store Plugin 1.0 Reference Package org.apache.archiva.redback.components.modello.plugin.store.metadata</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.archiva.redback.components.modello.plugin.store.metadata</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="StoreAssociationMetadata.html" target="classFrame">StoreAssociationMetadata</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="StoreClassMetadata.html" target="classFrame">StoreClassMetadata</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="StoreFieldMetadata.html" target="classFrame">StoreFieldMetadata</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="StoreMetadataPlugin.html" target="classFrame">StoreMetadataPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="StoreModelMetadata.html" target="classFrame">StoreModelMetadata</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 />
+		Copyright &#169; 2006-2013 The Apache Software Foundation. All Rights Reserved.
+	</body>
+</html>
\ No newline at end of file

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/package-frame.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/package-frame.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/package-frame.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/package-frame.html Mon May  6 01:38:58 2013
@@ -0,0 +1,27 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Modello Store Plugin 1.0 Reference Package org.apache.archiva.redback.components.modello.plugin.store</title>
+		<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+
+		<h3>
+        	<a href="package-summary.html" target="classFrame">org.apache.archiva.redback.components.modello.plugin.store</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="AbstractVelocityModelloGenerator.html" target="classFrame">AbstractVelocityModelloGenerator</a>
+          	</li>
+          	          	<li>
+            	<a href="StoreModelloGenerator.html" target="classFrame">StoreModelloGenerator</a>
+          	</li>
+          	      	</ul>
+
+	</body>
+</html>
\ No newline at end of file

Added: archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/package-summary.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/package-summary.html?rev=1479445&view=auto
==============================================================================
--- archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/package-summary.html (added)
+++ archiva/site-content/redback/components/modello-plugins/modello-plugin-store/xref/org/apache/archiva/redback/components/modello/plugin/store/package-summary.html Mon May  6 01:38:58 2013
@@ -0,0 +1,72 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Modello Store Plugin 1.0 Reference Package org.apache.archiva.redback.components.modello.plugin.store</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.archiva.redback.components.modello.plugin.store</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="AbstractVelocityModelloGenerator.html" target="classFrame">AbstractVelocityModelloGenerator</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="StoreModelloGenerator.html" target="classFrame">StoreModelloGenerator</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 />
+		Copyright &#169; 2006-2013 The Apache Software Foundation. All Rights Reserved.
+	</body>
+</html>
\ No newline at end of file