You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/05/21 03:27:11 UTC

svn commit: r1045249 [8/22] - in /websites/production/turbine/content/fulcrum/fulcrum-factory: ./ apidocs/ apidocs/org/apache/fulcrum/factory/ apidocs/org/apache/fulcrum/factory/class-use/ apidocs/org/apache/fulcrum/factory/utils/ apidocs/org/apache/fu...

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/Factory.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/Factory.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/Factory.html Tue May 21 03:27:10 2019
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="de">
+<html lang="en">
 <head>
 <title>Source code</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/FactoryException.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/FactoryException.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/FactoryException.html Tue May 21 03:27:10 2019
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="de">
+<html lang="en">
 <head>
 <title>Source code</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -31,47 +31,53 @@
 <span class="sourceLineNo">023</span> * Exception thrown when there is a problem with the FactoryService<a name="line.23"></a>
 <span class="sourceLineNo">024</span> *<a name="line.24"></a>
 <span class="sourceLineNo">025</span> * @author &lt;a href="mailto:epugh@upstate.com"&gt;Eric Pugh&lt;/a&gt;<a name="line.25"></a>
-<span class="sourceLineNo">026</span> * @version $Id: FactoryException.java 1771590 2016-11-27 13:36:13Z tv $<a name="line.26"></a>
+<span class="sourceLineNo">026</span> * @version $Id: FactoryException.java 1850690 2019-01-07 21:02:00Z painter $<a name="line.26"></a>
 <span class="sourceLineNo">027</span> */<a name="line.27"></a>
-<span class="sourceLineNo">028</span>public class FactoryException extends Exception<a name="line.28"></a>
-<span class="sourceLineNo">029</span>{<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    /**<a name="line.30"></a>
-<span class="sourceLineNo">031</span>     * Serial number<a name="line.31"></a>
-<span class="sourceLineNo">032</span>     */<a name="line.32"></a>
-<span class="sourceLineNo">033</span>    private static final long serialVersionUID = 8954422192583295720L;<a name="line.33"></a>
-<span class="sourceLineNo">034</span><a name="line.34"></a>
-<span class="sourceLineNo">035</span>    /**<a name="line.35"></a>
-<span class="sourceLineNo">036</span>     * Default constructor<a name="line.36"></a>
-<span class="sourceLineNo">037</span>     */<a name="line.37"></a>
-<span class="sourceLineNo">038</span>    public FactoryException()<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    {<a name="line.39"></a>
-<span class="sourceLineNo">040</span>        super();<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    }<a name="line.41"></a>
-<span class="sourceLineNo">042</span><a name="line.42"></a>
-<span class="sourceLineNo">043</span>    /**<a name="line.43"></a>
-<span class="sourceLineNo">044</span>     * @see java.lang.Exception(String, Throwable)<a name="line.44"></a>
-<span class="sourceLineNo">045</span>     */<a name="line.45"></a>
-<span class="sourceLineNo">046</span>    public FactoryException(String message, Throwable e)<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>        super(message, e);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    }<a name="line.49"></a>
-<span class="sourceLineNo">050</span><a name="line.50"></a>
-<span class="sourceLineNo">051</span>    /**<a name="line.51"></a>
-<span class="sourceLineNo">052</span>     * @see java.lang.Exception(Throwable)<a name="line.52"></a>
-<span class="sourceLineNo">053</span>     */<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    public FactoryException(Throwable e)<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    {<a name="line.55"></a>
-<span class="sourceLineNo">056</span>        super(e);<a name="line.56"></a>
-<span class="sourceLineNo">057</span>    }<a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>    /**<a name="line.59"></a>
-<span class="sourceLineNo">060</span>     * @see java.lang.Exception(String)<a name="line.60"></a>
-<span class="sourceLineNo">061</span>     */<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    public FactoryException(String msg)<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    {<a name="line.63"></a>
-<span class="sourceLineNo">064</span>        super(msg);<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    }<a name="line.65"></a>
-<span class="sourceLineNo">066</span>}<a name="line.66"></a>
+<span class="sourceLineNo">028</span>public class FactoryException extends Exception {<a name="line.28"></a>
+<span class="sourceLineNo">029</span>        /**<a name="line.29"></a>
+<span class="sourceLineNo">030</span>         * Serial number<a name="line.30"></a>
+<span class="sourceLineNo">031</span>         */<a name="line.31"></a>
+<span class="sourceLineNo">032</span>        private static final long serialVersionUID = 8954422192583295720L;<a name="line.32"></a>
+<span class="sourceLineNo">033</span><a name="line.33"></a>
+<span class="sourceLineNo">034</span>        /**<a name="line.34"></a>
+<span class="sourceLineNo">035</span>         * Default constructor<a name="line.35"></a>
+<span class="sourceLineNo">036</span>         */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>        public FactoryException() <a name="line.37"></a>
+<span class="sourceLineNo">038</span>        {<a name="line.38"></a>
+<span class="sourceLineNo">039</span>                super();<a name="line.39"></a>
+<span class="sourceLineNo">040</span>        }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>        /**<a name="line.42"></a>
+<span class="sourceLineNo">043</span>         * {@link java.lang.Exception#Exception(String, Throwable)}<a name="line.43"></a>
+<span class="sourceLineNo">044</span>         * <a name="line.44"></a>
+<span class="sourceLineNo">045</span>         * @param message the message<a name="line.45"></a>
+<span class="sourceLineNo">046</span>         * @param e       the exception<a name="line.46"></a>
+<span class="sourceLineNo">047</span>         */<a name="line.47"></a>
+<span class="sourceLineNo">048</span>        public FactoryException(String message, Throwable e) <a name="line.48"></a>
+<span class="sourceLineNo">049</span>        {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>                super(message, e);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>        }<a name="line.51"></a>
+<span class="sourceLineNo">052</span><a name="line.52"></a>
+<span class="sourceLineNo">053</span>        /**<a name="line.53"></a>
+<span class="sourceLineNo">054</span>         * {@link java.lang.Exception#Exception(Throwable)}<a name="line.54"></a>
+<span class="sourceLineNo">055</span>         * <a name="line.55"></a>
+<span class="sourceLineNo">056</span>         * @param e the exception to bubble up<a name="line.56"></a>
+<span class="sourceLineNo">057</span>         */<a name="line.57"></a>
+<span class="sourceLineNo">058</span>        public FactoryException(Throwable e) <a name="line.58"></a>
+<span class="sourceLineNo">059</span>        {<a name="line.59"></a>
+<span class="sourceLineNo">060</span>                super(e);<a name="line.60"></a>
+<span class="sourceLineNo">061</span>        }<a name="line.61"></a>
+<span class="sourceLineNo">062</span><a name="line.62"></a>
+<span class="sourceLineNo">063</span>        /**<a name="line.63"></a>
+<span class="sourceLineNo">064</span>         * {@link java.lang.Exception#Exception(String)}<a name="line.64"></a>
+<span class="sourceLineNo">065</span>         * <a name="line.65"></a>
+<span class="sourceLineNo">066</span>         * @param msg the message to bubble up<a name="line.66"></a>
+<span class="sourceLineNo">067</span>         */<a name="line.67"></a>
+<span class="sourceLineNo">068</span>        public FactoryException(String msg) <a name="line.68"></a>
+<span class="sourceLineNo">069</span>        {<a name="line.69"></a>
+<span class="sourceLineNo">070</span>                super(msg);<a name="line.70"></a>
+<span class="sourceLineNo">071</span>        }<a name="line.71"></a>
+<span class="sourceLineNo">072</span>}<a name="line.72"></a>
 
 
 

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/FactoryService.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/FactoryService.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/FactoryService.html Tue May 21 03:27:10 2019
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="de">
+<html lang="en">
 <head>
 <title>Source code</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -35,7 +35,7 @@
 <span class="sourceLineNo">027</span> *<a name="line.27"></a>
 <span class="sourceLineNo">028</span> * @author &lt;a href="mailto:epugh@upstate.com"&gt;Eric Pugh&lt;/a&gt;<a name="line.28"></a>
 <span class="sourceLineNo">029</span> * @author &lt;a href="mailto:ilkka.priha@simsoft.fi"&gt;Ilkka Priha&lt;/a&gt;<a name="line.29"></a>
-<span class="sourceLineNo">030</span> * @version $Id: FactoryService.java 1771590 2016-11-27 13:36:13Z tv $<a name="line.30"></a>
+<span class="sourceLineNo">030</span> * @version $Id: FactoryService.java 1850690 2019-01-07 21:02:00Z painter $<a name="line.30"></a>
 <span class="sourceLineNo">031</span> */<a name="line.31"></a>
 <span class="sourceLineNo">032</span>public interface FactoryService<a name="line.32"></a>
 <span class="sourceLineNo">033</span>{<a name="line.33"></a>
@@ -48,101 +48,108 @@
 <span class="sourceLineNo">040</span>        /**<a name="line.40"></a>
 <span class="sourceLineNo">041</span>        * Gets an instance of a class.<a name="line.41"></a>
 <span class="sourceLineNo">042</span>        *<a name="line.42"></a>
-<span class="sourceLineNo">043</span>        * @param clazz the name of the class.<a name="line.43"></a>
-<span class="sourceLineNo">044</span>        * @return the instance.<a name="line.44"></a>
-<span class="sourceLineNo">045</span>        * @throws FactoryException if instantiation fails.<a name="line.45"></a>
-<span class="sourceLineNo">046</span>        */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   &lt;T&gt; T getInstance(Class&lt;T&gt; clazz)<a name="line.47"></a>
-<span class="sourceLineNo">048</span>           throws FactoryException;<a name="line.48"></a>
-<span class="sourceLineNo">049</span><a name="line.49"></a>
-<span class="sourceLineNo">050</span>    /**<a name="line.50"></a>
-<span class="sourceLineNo">051</span>     * Gets an instance of a named class.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>     *<a name="line.52"></a>
-<span class="sourceLineNo">053</span>     * @param className the name of the class.<a name="line.53"></a>
-<span class="sourceLineNo">054</span>     * @return the instance.<a name="line.54"></a>
-<span class="sourceLineNo">055</span>     * @throws FactoryException if instantiation fails.<a name="line.55"></a>
-<span class="sourceLineNo">056</span>     */<a name="line.56"></a>
-<span class="sourceLineNo">057</span>    &lt;T&gt; T getInstance(String className)<a name="line.57"></a>
-<span class="sourceLineNo">058</span>        throws FactoryException;<a name="line.58"></a>
-<span class="sourceLineNo">059</span><a name="line.59"></a>
-<span class="sourceLineNo">060</span>    /**<a name="line.60"></a>
-<span class="sourceLineNo">061</span>     * Gets an instance of a named class using a specified class loader.<a name="line.61"></a>
-<span class="sourceLineNo">062</span>     *<a name="line.62"></a>
-<span class="sourceLineNo">063</span>     * &lt;p&gt;Class loaders are supported only if the isLoaderSupported<a name="line.63"></a>
-<span class="sourceLineNo">064</span>     * method returns true. Otherwise the loader parameter is ignored.<a name="line.64"></a>
-<span class="sourceLineNo">065</span>     *<a name="line.65"></a>
-<span class="sourceLineNo">066</span>     * @param className the name of the class.<a name="line.66"></a>
-<span class="sourceLineNo">067</span>     * @param loader the class loader.<a name="line.67"></a>
-<span class="sourceLineNo">068</span>     * @return the instance.<a name="line.68"></a>
-<span class="sourceLineNo">069</span>     * @throws FactoryException if instantiation fails.<a name="line.69"></a>
-<span class="sourceLineNo">070</span>     */<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    &lt;T&gt; T getInstance(String className,<a name="line.71"></a>
-<span class="sourceLineNo">072</span>                              ClassLoader loader)<a name="line.72"></a>
-<span class="sourceLineNo">073</span>        throws FactoryException;<a name="line.73"></a>
-<span class="sourceLineNo">074</span><a name="line.74"></a>
-<span class="sourceLineNo">075</span>    /**<a name="line.75"></a>
-<span class="sourceLineNo">076</span>     * Gets an instance of a named class.<a name="line.76"></a>
-<span class="sourceLineNo">077</span>     * Parameters for its constructor are given as an array of objects,<a name="line.77"></a>
-<span class="sourceLineNo">078</span>     * primitive types must be wrapped with a corresponding class.<a name="line.78"></a>
-<span class="sourceLineNo">079</span>     *<a name="line.79"></a>
-<span class="sourceLineNo">080</span>     * @param className the name of the class.<a name="line.80"></a>
-<span class="sourceLineNo">081</span>     * @param params an array containing the parameters of the constructor.<a name="line.81"></a>
-<span class="sourceLineNo">082</span>     * @param signature an array containing the signature of the constructor.<a name="line.82"></a>
-<span class="sourceLineNo">083</span>     * @return the instance.<a name="line.83"></a>
-<span class="sourceLineNo">084</span>     * @throws FactoryException if instantiation fails.<a name="line.84"></a>
-<span class="sourceLineNo">085</span>     */<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    &lt;T&gt; T getInstance(String className,<a name="line.86"></a>
-<span class="sourceLineNo">087</span>                              Object[] params,<a name="line.87"></a>
-<span class="sourceLineNo">088</span>                              String[] signature)<a name="line.88"></a>
-<span class="sourceLineNo">089</span>        throws FactoryException;<a name="line.89"></a>
-<span class="sourceLineNo">090</span><a name="line.90"></a>
-<span class="sourceLineNo">091</span>    /**<a name="line.91"></a>
-<span class="sourceLineNo">092</span>     * Gets an instance of a named class using a specified class loader.<a name="line.92"></a>
-<span class="sourceLineNo">093</span>     * Parameters for its constructor are given as an array of objects,<a name="line.93"></a>
-<span class="sourceLineNo">094</span>     * primitive types must be wrapped with a corresponding class.<a name="line.94"></a>
-<span class="sourceLineNo">095</span>     *<a name="line.95"></a>
-<span class="sourceLineNo">096</span>     * &lt;p&gt;Class loaders are supported only if the isLoaderSupported<a name="line.96"></a>
-<span class="sourceLineNo">097</span>     * method returns true. Otherwise the loader parameter is ignored.<a name="line.97"></a>
-<span class="sourceLineNo">098</span>     *<a name="line.98"></a>
-<span class="sourceLineNo">099</span>     * @param className the name of the class.<a name="line.99"></a>
-<span class="sourceLineNo">100</span>     * @param loader the class loader.<a name="line.100"></a>
-<span class="sourceLineNo">101</span>     * @param params an array containing the parameters of the constructor.<a name="line.101"></a>
-<span class="sourceLineNo">102</span>     * @param signature an array containing the signature of the constructor.<a name="line.102"></a>
-<span class="sourceLineNo">103</span>     * @return the instance.<a name="line.103"></a>
-<span class="sourceLineNo">104</span>     * @throws FactoryException if instantiation fails.<a name="line.104"></a>
-<span class="sourceLineNo">105</span>     */<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    &lt;T&gt; T getInstance(String className,<a name="line.106"></a>
-<span class="sourceLineNo">107</span>                              ClassLoader loader,<a name="line.107"></a>
-<span class="sourceLineNo">108</span>                              Object[] params,<a name="line.108"></a>
-<span class="sourceLineNo">109</span>                              String[] signature)<a name="line.109"></a>
-<span class="sourceLineNo">110</span>        throws FactoryException;<a name="line.110"></a>
-<span class="sourceLineNo">111</span><a name="line.111"></a>
-<span class="sourceLineNo">112</span>    /**<a name="line.112"></a>
-<span class="sourceLineNo">113</span>     * Tests if specified class loaders are supported for a named class.<a name="line.113"></a>
-<span class="sourceLineNo">114</span>     *<a name="line.114"></a>
-<span class="sourceLineNo">115</span>     * @param className the name of the class.<a name="line.115"></a>
-<span class="sourceLineNo">116</span>     * @return true if class loaders are supported, false otherwise.<a name="line.116"></a>
-<span class="sourceLineNo">117</span>     * @throws FactoryException if test fails.<a name="line.117"></a>
-<span class="sourceLineNo">118</span>     */<a name="line.118"></a>
-<span class="sourceLineNo">119</span>    boolean isLoaderSupported(String className)<a name="line.119"></a>
-<span class="sourceLineNo">120</span>        throws FactoryException;<a name="line.120"></a>
-<span class="sourceLineNo">121</span><a name="line.121"></a>
-<span class="sourceLineNo">122</span>    /**<a name="line.122"></a>
-<span class="sourceLineNo">123</span>     * Gets the signature classes for parameters of a method of a class.<a name="line.123"></a>
-<span class="sourceLineNo">124</span>     *<a name="line.124"></a>
-<span class="sourceLineNo">125</span>     * @param clazz the class.<a name="line.125"></a>
-<span class="sourceLineNo">126</span>     * @param params an array containing the parameters of the method.<a name="line.126"></a>
-<span class="sourceLineNo">127</span>     * @param signature an array containing the signature of the method.<a name="line.127"></a>
-<span class="sourceLineNo">128</span>     * @return an array of signature classes. Note that in some cases<a name="line.128"></a>
-<span class="sourceLineNo">129</span>     * objects in the parameter array can be switched to the context<a name="line.129"></a>
-<span class="sourceLineNo">130</span>     * of a different class loader.<a name="line.130"></a>
-<span class="sourceLineNo">131</span>     * @throws ClassNotFoundException if any of the classes is not found.<a name="line.131"></a>
-<span class="sourceLineNo">132</span>     */<a name="line.132"></a>
-<span class="sourceLineNo">133</span>    Class&lt;?&gt;[] getSignature(Class&lt;?&gt; clazz,<a name="line.133"></a>
-<span class="sourceLineNo">134</span>            Object params[],<a name="line.134"></a>
-<span class="sourceLineNo">135</span>            String signature[])<a name="line.135"></a>
-<span class="sourceLineNo">136</span>            throws ClassNotFoundException;<a name="line.136"></a>
-<span class="sourceLineNo">137</span>}<a name="line.137"></a>
+<span class="sourceLineNo">043</span>        * @param &lt;T&gt; Type of the class<a name="line.43"></a>
+<span class="sourceLineNo">044</span>        * @param clazz the name of the class.<a name="line.44"></a>
+<span class="sourceLineNo">045</span>        * @return {@inheritDoc} the instance.<a name="line.45"></a>
+<span class="sourceLineNo">046</span>        * @throws FactoryException if instantiation fails.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>        */<a name="line.47"></a>
+<span class="sourceLineNo">048</span>   &lt;T&gt; T getInstance(Class&lt;T&gt; clazz)<a name="line.48"></a>
+<span class="sourceLineNo">049</span>           throws FactoryException;<a name="line.49"></a>
+<span class="sourceLineNo">050</span><a name="line.50"></a>
+<span class="sourceLineNo">051</span>    /**<a name="line.51"></a>
+<span class="sourceLineNo">052</span>     * Gets an instance of a named class.<a name="line.52"></a>
+<span class="sourceLineNo">053</span>     *<a name="line.53"></a>
+<span class="sourceLineNo">054</span>     * @param &lt;T&gt; Type of the class<a name="line.54"></a>
+<span class="sourceLineNo">055</span>     * @param className the name of the class.<a name="line.55"></a>
+<span class="sourceLineNo">056</span>     * @return {@inheritDoc} the instance.<a name="line.56"></a>
+<span class="sourceLineNo">057</span>     * @throws FactoryException if instantiation fails.<a name="line.57"></a>
+<span class="sourceLineNo">058</span>     */<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    &lt;T&gt; T getInstance(String className)<a name="line.59"></a>
+<span class="sourceLineNo">060</span>        throws FactoryException;<a name="line.60"></a>
+<span class="sourceLineNo">061</span><a name="line.61"></a>
+<span class="sourceLineNo">062</span>    /**<a name="line.62"></a>
+<span class="sourceLineNo">063</span>     * Gets an instance of a named class using a specified class loader.<a name="line.63"></a>
+<span class="sourceLineNo">064</span>     *<a name="line.64"></a>
+<span class="sourceLineNo">065</span>     * Class loaders are supported only if the isLoaderSupported<a name="line.65"></a>
+<span class="sourceLineNo">066</span>     * method returns true. Otherwise the loader parameter is ignored.<a name="line.66"></a>
+<span class="sourceLineNo">067</span>     * <a name="line.67"></a>
+<span class="sourceLineNo">068</span>     * @param &lt;T&gt; Type of the class<a name="line.68"></a>
+<span class="sourceLineNo">069</span>     * @param className the name of the class.<a name="line.69"></a>
+<span class="sourceLineNo">070</span>     * @param loader the class loader.<a name="line.70"></a>
+<span class="sourceLineNo">071</span>     * @return {@inheritDoc} the instance.<a name="line.71"></a>
+<span class="sourceLineNo">072</span>     * @throws FactoryException if instantiation fails.<a name="line.72"></a>
+<span class="sourceLineNo">073</span>     */<a name="line.73"></a>
+<span class="sourceLineNo">074</span>    &lt;T&gt; T getInstance(String className,<a name="line.74"></a>
+<span class="sourceLineNo">075</span>                              ClassLoader loader)<a name="line.75"></a>
+<span class="sourceLineNo">076</span>        throws FactoryException;<a name="line.76"></a>
+<span class="sourceLineNo">077</span><a name="line.77"></a>
+<span class="sourceLineNo">078</span>    /**<a name="line.78"></a>
+<span class="sourceLineNo">079</span>     * Gets an instance of a named class.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>     * Parameters for its constructor are given as an array of objects,<a name="line.80"></a>
+<span class="sourceLineNo">081</span>     * primitive types must be wrapped with a corresponding class.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>     *<a name="line.82"></a>
+<span class="sourceLineNo">083</span>     * @param &lt;T&gt; Type of the class<a name="line.83"></a>
+<span class="sourceLineNo">084</span>     * @param className the name of the class.<a name="line.84"></a>
+<span class="sourceLineNo">085</span>     * @param params an array containing the parameters of the constructor.<a name="line.85"></a>
+<span class="sourceLineNo">086</span>     * @param signature an array containing the signature of the constructor.<a name="line.86"></a>
+<span class="sourceLineNo">087</span>     * @return {@inheritDoc} the instance.<a name="line.87"></a>
+<span class="sourceLineNo">088</span>     * @throws FactoryException if instantiation fails.<a name="line.88"></a>
+<span class="sourceLineNo">089</span>     */<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    &lt;T&gt; T getInstance(String className,<a name="line.90"></a>
+<span class="sourceLineNo">091</span>                              Object[] params,<a name="line.91"></a>
+<span class="sourceLineNo">092</span>                              String[] signature)<a name="line.92"></a>
+<span class="sourceLineNo">093</span>        throws FactoryException;<a name="line.93"></a>
+<span class="sourceLineNo">094</span><a name="line.94"></a>
+<span class="sourceLineNo">095</span>    /**<a name="line.95"></a>
+<span class="sourceLineNo">096</span>     * Gets an instance of a named class using a specified class loader.<a name="line.96"></a>
+<span class="sourceLineNo">097</span>     * Parameters for its constructor are given as an array of objects,<a name="line.97"></a>
+<span class="sourceLineNo">098</span>     * primitive types must be wrapped with a corresponding class.<a name="line.98"></a>
+<span class="sourceLineNo">099</span>     *<a name="line.99"></a>
+<span class="sourceLineNo">100</span>     * Class loaders are supported only if the isLoaderSupported<a name="line.100"></a>
+<span class="sourceLineNo">101</span>     * method returns true. Otherwise the loader parameter is ignored.<a name="line.101"></a>
+<span class="sourceLineNo">102</span>     *<a name="line.102"></a>
+<span class="sourceLineNo">103</span>     * @param &lt;T&gt; Type of the class<a name="line.103"></a>
+<span class="sourceLineNo">104</span>     * @param className the name of the class.<a name="line.104"></a>
+<span class="sourceLineNo">105</span>     * @param loader the class loader.<a name="line.105"></a>
+<span class="sourceLineNo">106</span>     * @param params an array containing the parameters of the constructor.<a name="line.106"></a>
+<span class="sourceLineNo">107</span>     * @param signature an array containing the signature of the constructor.<a name="line.107"></a>
+<span class="sourceLineNo">108</span>     * @return {@inheritDoc} the instance.<a name="line.108"></a>
+<span class="sourceLineNo">109</span>     * @throws FactoryException if instantiation fails.<a name="line.109"></a>
+<span class="sourceLineNo">110</span>     */<a name="line.110"></a>
+<span class="sourceLineNo">111</span>    &lt;T&gt; T getInstance(String className,<a name="line.111"></a>
+<span class="sourceLineNo">112</span>                              ClassLoader loader,<a name="line.112"></a>
+<span class="sourceLineNo">113</span>                              Object[] params,<a name="line.113"></a>
+<span class="sourceLineNo">114</span>                              String[] signature)<a name="line.114"></a>
+<span class="sourceLineNo">115</span>        throws FactoryException;<a name="line.115"></a>
+<span class="sourceLineNo">116</span><a name="line.116"></a>
+<span class="sourceLineNo">117</span>    /**<a name="line.117"></a>
+<span class="sourceLineNo">118</span>     * Tests if specified class loaders are supported for a named class.<a name="line.118"></a>
+<span class="sourceLineNo">119</span>     *<a name="line.119"></a>
+<span class="sourceLineNo">120</span>     * @param className the name of the class.<a name="line.120"></a>
+<span class="sourceLineNo">121</span>     * @return true if class loaders are supported, false otherwise.<a name="line.121"></a>
+<span class="sourceLineNo">122</span>     * @throws FactoryException if test fails.<a name="line.122"></a>
+<span class="sourceLineNo">123</span>     */<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    boolean isLoaderSupported(String className)<a name="line.124"></a>
+<span class="sourceLineNo">125</span>        throws FactoryException;<a name="line.125"></a>
+<span class="sourceLineNo">126</span><a name="line.126"></a>
+<span class="sourceLineNo">127</span>    /**<a name="line.127"></a>
+<span class="sourceLineNo">128</span>     * Gets the signature classes for parameters of a method of a class.<a name="line.128"></a>
+<span class="sourceLineNo">129</span>     *<a name="line.129"></a>
+<span class="sourceLineNo">130</span>     * @param clazz the class.<a name="line.130"></a>
+<span class="sourceLineNo">131</span>     * @param params an array containing the parameters of the method.<a name="line.131"></a>
+<span class="sourceLineNo">132</span>     * @param signature an array containing the signature of the method.<a name="line.132"></a>
+<span class="sourceLineNo">133</span>     * <a name="line.133"></a>
+<span class="sourceLineNo">134</span>     * @return {@inheritDoc} an array of signature classes. Note that in some cases<a name="line.134"></a>
+<span class="sourceLineNo">135</span>     * objects in the parameter array can be switched to the context<a name="line.135"></a>
+<span class="sourceLineNo">136</span>     * of a different class loader<a name="line.136"></a>
+<span class="sourceLineNo">137</span>     * <a name="line.137"></a>
+<span class="sourceLineNo">138</span>     * @throws ClassNotFoundException if any of the classes is not found.<a name="line.138"></a>
+<span class="sourceLineNo">139</span>     */<a name="line.139"></a>
+<span class="sourceLineNo">140</span>    Class&lt;?&gt;[] getSignature(Class&lt;?&gt; clazz,<a name="line.140"></a>
+<span class="sourceLineNo">141</span>            Object params[],<a name="line.141"></a>
+<span class="sourceLineNo">142</span>            String signature[])<a name="line.142"></a>
+<span class="sourceLineNo">143</span>            throws ClassNotFoundException;<a name="line.143"></a>
+<span class="sourceLineNo">144</span>}<a name="line.144"></a>
 
 
 

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/utils/ObjectInputStreamForContext.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/utils/ObjectInputStreamForContext.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/src-html/org/apache/fulcrum/factory/utils/ObjectInputStreamForContext.html Tue May 21 03:27:10 2019
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="de">
+<html lang="en">
 <head>
 <title>Source code</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
@@ -8,77 +8,84 @@
 <div class="sourceContainer">
 <pre><span class="sourceLineNo">001</span>package org.apache.fulcrum.factory.utils;<a name="line.1"></a>
 <span class="sourceLineNo">002</span><a name="line.2"></a>
-<span class="sourceLineNo">003</span>import java.io.IOException;<a name="line.3"></a>
-<span class="sourceLineNo">004</span><a name="line.4"></a>
-<span class="sourceLineNo">005</span>/*<a name="line.5"></a>
-<span class="sourceLineNo">006</span> * Licensed to the Apache Software Foundation (ASF) under one<a name="line.6"></a>
-<span class="sourceLineNo">007</span> * or more contributor license agreements.  See the NOTICE file<a name="line.7"></a>
-<span class="sourceLineNo">008</span> * distributed with this work for additional information<a name="line.8"></a>
-<span class="sourceLineNo">009</span> * regarding copyright ownership.  The ASF licenses this file<a name="line.9"></a>
-<span class="sourceLineNo">010</span> * to you under the Apache License, Version 2.0 (the<a name="line.10"></a>
-<span class="sourceLineNo">011</span> * "License"); you may not use this file except in compliance<a name="line.11"></a>
-<span class="sourceLineNo">012</span> * with the License.  You may obtain a copy of the License at<a name="line.12"></a>
+<span class="sourceLineNo">003</span>/*<a name="line.3"></a>
+<span class="sourceLineNo">004</span> * Licensed to the Apache Software Foundation (ASF) under one<a name="line.4"></a>
+<span class="sourceLineNo">005</span> * or more contributor license agreements.  See the NOTICE file<a name="line.5"></a>
+<span class="sourceLineNo">006</span> * distributed with this work for additional information<a name="line.6"></a>
+<span class="sourceLineNo">007</span> * regarding copyright ownership.  The ASF licenses this file<a name="line.7"></a>
+<span class="sourceLineNo">008</span> * to you under the Apache License, Version 2.0 (the<a name="line.8"></a>
+<span class="sourceLineNo">009</span> * "License"); you may not use this file except in compliance<a name="line.9"></a>
+<span class="sourceLineNo">010</span> * with the License.  You may obtain a copy of the License at<a name="line.10"></a>
+<span class="sourceLineNo">011</span> *<a name="line.11"></a>
+<span class="sourceLineNo">012</span> *   http://www.apache.org/licenses/LICENSE-2.0<a name="line.12"></a>
 <span class="sourceLineNo">013</span> *<a name="line.13"></a>
-<span class="sourceLineNo">014</span> *   http://www.apache.org/licenses/LICENSE-2.0<a name="line.14"></a>
-<span class="sourceLineNo">015</span> *<a name="line.15"></a>
-<span class="sourceLineNo">016</span> * Unless required by applicable law or agreed to in writing,<a name="line.16"></a>
-<span class="sourceLineNo">017</span> * software distributed under the License is distributed on an<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY<a name="line.18"></a>
-<span class="sourceLineNo">019</span> * KIND, either express or implied.  See the License for the<a name="line.19"></a>
-<span class="sourceLineNo">020</span> * specific language governing permissions and limitations<a name="line.20"></a>
-<span class="sourceLineNo">021</span> * under the License.<a name="line.21"></a>
-<span class="sourceLineNo">022</span> */<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>import java.io.InputStream;<a name="line.24"></a>
-<span class="sourceLineNo">025</span>import java.io.ObjectInputStream;<a name="line.25"></a>
-<span class="sourceLineNo">026</span>import java.io.ObjectStreamClass;<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>/**<a name="line.28"></a>
-<span class="sourceLineNo">029</span> * A deserialization stream for a specific class loader context.<a name="line.29"></a>
-<span class="sourceLineNo">030</span> *<a name="line.30"></a>
-<span class="sourceLineNo">031</span> * @author &lt;a href="mailto:ilkka.priha@simsoft.fi"&gt;Ilkka Priha&lt;/a&gt;<a name="line.31"></a>
-<span class="sourceLineNo">032</span> * @version $Id: ObjectInputStreamForContext.java 1771590 2016-11-27 13:36:13Z tv $<a name="line.32"></a>
-<span class="sourceLineNo">033</span> */<a name="line.33"></a>
-<span class="sourceLineNo">034</span>public class ObjectInputStreamForContext extends ObjectInputStream<a name="line.34"></a>
-<span class="sourceLineNo">035</span>{<a name="line.35"></a>
-<span class="sourceLineNo">036</span>    /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>     * The class loader of the context.<a name="line.37"></a>
-<span class="sourceLineNo">038</span>     */<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    private ClassLoader classLoader;<a name="line.39"></a>
-<span class="sourceLineNo">040</span><a name="line.40"></a>
-<span class="sourceLineNo">041</span>    // this is to make the proxy happy.<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    public ObjectInputStreamForContext()<a name="line.42"></a>
-<span class="sourceLineNo">043</span>        throws IOException<a name="line.43"></a>
-<span class="sourceLineNo">044</span>    {<a name="line.44"></a>
-<span class="sourceLineNo">045</span>    }<a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>    /**<a name="line.47"></a>
-<span class="sourceLineNo">048</span>     * Contructs a new object stream for a context.<a name="line.48"></a>
-<span class="sourceLineNo">049</span>     *<a name="line.49"></a>
-<span class="sourceLineNo">050</span>     * @param in the serialized input stream.<a name="line.50"></a>
-<span class="sourceLineNo">051</span>     * @param loader the class loader of the context.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>     * @throws IOException on errors.<a name="line.52"></a>
-<span class="sourceLineNo">053</span>     */<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    public  ObjectInputStreamForContext(InputStream in,<a name="line.54"></a>
-<span class="sourceLineNo">055</span>                                        ClassLoader loader)<a name="line.55"></a>
-<span class="sourceLineNo">056</span>                                        throws IOException<a name="line.56"></a>
-<span class="sourceLineNo">057</span>    {<a name="line.57"></a>
-<span class="sourceLineNo">058</span>        super(in);<a name="line.58"></a>
-<span class="sourceLineNo">059</span>        classLoader = loader;<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    }<a name="line.60"></a>
-<span class="sourceLineNo">061</span><a name="line.61"></a>
-<span class="sourceLineNo">062</span>    /**<a name="line.62"></a>
-<span class="sourceLineNo">063</span>     * @see java.io.ObjectInputStream#resolveClass(ObjectStreamClass)<a name="line.63"></a>
-<span class="sourceLineNo">064</span>     */<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    @Override<a name="line.65"></a>
-<span class="sourceLineNo">066</span>    protected Class&lt;?&gt; resolveClass(ObjectStreamClass v)<a name="line.66"></a>
-<span class="sourceLineNo">067</span>                                 throws IOException,<a name="line.67"></a>
-<span class="sourceLineNo">068</span>                                 ClassNotFoundException<a name="line.68"></a>
-<span class="sourceLineNo">069</span>    {<a name="line.69"></a>
-<span class="sourceLineNo">070</span>        return classLoader == null ?<a name="line.70"></a>
-<span class="sourceLineNo">071</span>            super.resolveClass(v) : classLoader.loadClass(v.getName());<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    }<a name="line.72"></a>
-<span class="sourceLineNo">073</span>}<a name="line.73"></a>
+<span class="sourceLineNo">014</span> * Unless required by applicable law or agreed to in writing,<a name="line.14"></a>
+<span class="sourceLineNo">015</span> * software distributed under the License is distributed on an<a name="line.15"></a>
+<span class="sourceLineNo">016</span> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY<a name="line.16"></a>
+<span class="sourceLineNo">017</span> * KIND, either express or implied.  See the License for the<a name="line.17"></a>
+<span class="sourceLineNo">018</span> * specific language governing permissions and limitations<a name="line.18"></a>
+<span class="sourceLineNo">019</span> * under the License.<a name="line.19"></a>
+<span class="sourceLineNo">020</span> */<a name="line.20"></a>
+<span class="sourceLineNo">021</span><a name="line.21"></a>
+<span class="sourceLineNo">022</span>import java.io.InputStream;<a name="line.22"></a>
+<span class="sourceLineNo">023</span>import java.io.IOException;<a name="line.23"></a>
+<span class="sourceLineNo">024</span>import java.io.ObjectInputStream;<a name="line.24"></a>
+<span class="sourceLineNo">025</span>import java.io.ObjectStreamClass;<a name="line.25"></a>
+<span class="sourceLineNo">026</span><a name="line.26"></a>
+<span class="sourceLineNo">027</span>/**<a name="line.27"></a>
+<span class="sourceLineNo">028</span> * A deserialization stream for a specific class loader context.<a name="line.28"></a>
+<span class="sourceLineNo">029</span> *<a name="line.29"></a>
+<span class="sourceLineNo">030</span> * @author &lt;a href="mailto:ilkka.priha@simsoft.fi"&gt;Ilkka Priha&lt;/a&gt;<a name="line.30"></a>
+<span class="sourceLineNo">031</span> * @version $Id: ObjectInputStreamForContext.java 1850690 2019-01-07 21:02:00Z painter $<a name="line.31"></a>
+<span class="sourceLineNo">032</span> */<a name="line.32"></a>
+<span class="sourceLineNo">033</span>public class ObjectInputStreamForContext extends ObjectInputStream<a name="line.33"></a>
+<span class="sourceLineNo">034</span>{<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    /**<a name="line.35"></a>
+<span class="sourceLineNo">036</span>     * The class loader of the context.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>     */<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    private ClassLoader classLoader;<a name="line.38"></a>
+<span class="sourceLineNo">039</span><a name="line.39"></a>
+<span class="sourceLineNo">040</span>    /**<a name="line.40"></a>
+<span class="sourceLineNo">041</span>     * Required to make satisfy the proxy methods<a name="line.41"></a>
+<span class="sourceLineNo">042</span>     * <a name="line.42"></a>
+<span class="sourceLineNo">043</span>     * @throws IOException Generic exception<a name="line.43"></a>
+<span class="sourceLineNo">044</span>     */<a name="line.44"></a>
+<span class="sourceLineNo">045</span>    public ObjectInputStreamForContext()<a name="line.45"></a>
+<span class="sourceLineNo">046</span>        throws IOException<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    {<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    }<a name="line.48"></a>
+<span class="sourceLineNo">049</span><a name="line.49"></a>
+<span class="sourceLineNo">050</span>    /**<a name="line.50"></a>
+<span class="sourceLineNo">051</span>     * This method will construct a new object stream for a context.<a name="line.51"></a>
+<span class="sourceLineNo">052</span>     *<a name="line.52"></a>
+<span class="sourceLineNo">053</span>     * @param in the serialized input stream.<a name="line.53"></a>
+<span class="sourceLineNo">054</span>     * @param loader the class loader of the context.<a name="line.54"></a>
+<span class="sourceLineNo">055</span>     * @throws IOException on errors.<a name="line.55"></a>
+<span class="sourceLineNo">056</span>     */<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    public  ObjectInputStreamForContext(InputStream in,<a name="line.57"></a>
+<span class="sourceLineNo">058</span>                                        ClassLoader loader)<a name="line.58"></a>
+<span class="sourceLineNo">059</span>                                        throws IOException<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    {<a name="line.60"></a>
+<span class="sourceLineNo">061</span>        super(in);<a name="line.61"></a>
+<span class="sourceLineNo">062</span>        classLoader = loader;<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    }<a name="line.63"></a>
+<span class="sourceLineNo">064</span><a name="line.64"></a>
+<span class="sourceLineNo">065</span>    /**<a name="line.65"></a>
+<span class="sourceLineNo">066</span>     * {@link java.io.ObjectInputStream#resolveClass(ObjectStreamClass)}<a name="line.66"></a>
+<span class="sourceLineNo">067</span>     * <a name="line.67"></a>
+<span class="sourceLineNo">068</span>     * @param v ObjectStreamClass to resolve<a name="line.68"></a>
+<span class="sourceLineNo">069</span>     * @return {@inheritDoc} class to resolve<a name="line.69"></a>
+<span class="sourceLineNo">070</span>     * @throws IOException if object stream not found<a name="line.70"></a>
+<span class="sourceLineNo">071</span>     * @throws ClassNotFoundException if class not found<a name="line.71"></a>
+<span class="sourceLineNo">072</span>     */<a name="line.72"></a>
+<span class="sourceLineNo">073</span>    protected Class&lt;?&gt; resolveClass(ObjectStreamClass v)<a name="line.73"></a>
+<span class="sourceLineNo">074</span>                                 throws IOException,<a name="line.74"></a>
+<span class="sourceLineNo">075</span>                                 ClassNotFoundException<a name="line.75"></a>
+<span class="sourceLineNo">076</span>    {<a name="line.76"></a>
+<span class="sourceLineNo">077</span>        return classLoader == null ?<a name="line.77"></a>
+<span class="sourceLineNo">078</span>            super.resolveClass(v) : classLoader.loadClass(v.getName());<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    }<a name="line.79"></a>
+<span class="sourceLineNo">080</span>}<a name="line.80"></a>
 
 
 

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/stylesheet.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/stylesheet.css (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/apidocs/stylesheet.css Tue May 21 03:27:10 2019
@@ -2,16 +2,19 @@
 /*
 Overall document style
 */
+
+@import url('resources/fonts/dejavu.css');
+
 body {
     background-color:#ffffff;
     color:#353833;
-    font-family:Arial, Helvetica, sans-serif;
-    font-size:76%;
+    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size:14px;
     margin:0;
 }
 a:link, a:visited {
     text-decoration:none;
-    color:#4c6b87;
+    color:#4A6782;
 }
 a:hover, a:focus {
     text-decoration:none;
@@ -19,7 +22,7 @@ a:hover, a:focus {
 }
 a:active {
     text-decoration:none;
-    color:#4c6b87;
+    color:#4A6782;
 }
 a[name] {
     color:#353833;
@@ -29,41 +32,51 @@ a[name]:hover {
     color:#353833;
 }
 pre {
-    font-size:1.3em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
 }
 h1 {
-    font-size:1.8em;
+    font-size:20px;
 }
 h2 {
-    font-size:1.5em;
+    font-size:18px;
 }
 h3 {
-    font-size:1.4em;
+    font-size:16px;
+    font-style:italic;
 }
 h4 {
-    font-size:1.3em;
+    font-size:13px;
 }
 h5 {
-    font-size:1.2em;
+    font-size:12px;
 }
 h6 {
-    font-size:1.1em;
+    font-size:11px;
 }
 ul {
     list-style-type:disc;
 }
 code, tt {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+    margin-top:8px;
+    line-height:1.4em;
 }
 dt code {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
 }
 table tr td dt code {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
     vertical-align:top;
+    padding-top:4px;
 }
 sup {
-    font-size:.6em;
+    font-size:8px;
 }
 /*
 Document title and Copyright styles
@@ -76,9 +89,9 @@ Document title and Copyright styles
 .aboutLanguage {
     float:right;
     padding:0px 21px;
-    font-size:.8em;
+    font-size:11px;
     z-index:200;
-    margin-top:-7px;
+    margin-top:-9px;
 }
 .legalCopy {
     margin-left:.5em;
@@ -92,9 +105,6 @@ Document title and Copyright styles
 }
 .tab {
     background-color:#0066FF;
-    background-image:url(resources/titlebar.gif);
-    background-position:left top;
-    background-repeat:no-repeat;
     color:#ffffff;
     padding:8px;
     width:5em;
@@ -104,17 +114,15 @@ Document title and Copyright styles
 Navigation bar styles
 */
 .bar {
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     padding:.8em .5em .4em .8em;
     height:auto;/*height:1.8em;*/
-    font-size:1em;
+    font-size:11px;
     margin:0;
 }
 .topNav {
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     float:left;
     padding:0;
@@ -123,11 +131,11 @@ Navigation bar styles
     height:2.8em;
     padding-top:10px;
     overflow:hidden;
+    font-size:12px; 
 }
 .bottomNav {
     margin-top:10px;
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     float:left;
     padding:0;
@@ -136,18 +144,20 @@ Navigation bar styles
     height:2.8em;
     padding-top:10px;
     overflow:hidden;
+    font-size:12px;
 }
 .subNav {
     background-color:#dee3e9;
-    border-bottom:1px solid #9eadc0;
     float:left;
     width:100%;
     overflow:hidden;
+    font-size:12px;
 }
 .subNav div {
     clear:left;
     float:left;
     padding:0 0 5px 6px;
+    text-transform:uppercase;
 }
 ul.navList, ul.subNavList {
     float:left;
@@ -157,27 +167,33 @@ ul.navList, ul.subNavList {
 ul.navList li{
     list-style:none;
     float:left;
-    padding:3px 6px;
+    padding: 5px 6px;
+    text-transform:uppercase;
 }
 ul.subNavList li{
     list-style:none;
     float:left;
-    font-size:90%;
 }
 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
     color:#FFFFFF;
     text-decoration:none;
+    text-transform:uppercase;
 }
 .topNav a:hover, .bottomNav a:hover {
     text-decoration:none;
     color:#bb7a2a;
+    text-transform:uppercase;
 }
 .navBarCell1Rev {
-    background-image:url(resources/tab.gif);
-    background-color:#a88834;
-    color:#FFFFFF;
+    background-color:#F8981D;
+    color:#253441;
     margin: auto 5px;
-    border:1px solid #c9aa44;
+}
+.skipNav {
+    position:absolute;
+    top:auto;
+    left:-9999px;
+    overflow:hidden;
 }
 /*
 Page header and footer styles
@@ -191,8 +207,11 @@ Page header and footer styles
     margin:10px;
     position:relative;
 }
+.indexHeader span{
+    margin-right:15px;
+}
 .indexHeader h1 {
-    font-size:1.3em;
+    font-size:13px;
 }
 .title {
     color:#2c4557;
@@ -202,7 +221,7 @@ Page header and footer styles
     margin:5px 0 0 0;
 }
 .header ul {
-    margin:0 0 25px 0;
+    margin:0 0 15px 0;
     padding:0;
 }
 .footer ul {
@@ -210,24 +229,22 @@ Page header and footer styles
 }
 .header ul li, .footer ul li {
     list-style:none;
-    font-size:1.2em;
+    font-size:13px;
 }
 /*
 Heading styles
 */
 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
     background-color:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
+    border:1px solid #d0d9e0;
     margin:0 0 6px -8px;
-    padding:2px 5px;
+    padding:7px 5px;
 }
 ul.blockList ul.blockList ul.blockList li.blockList h3 {
     background-color:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
+    border:1px solid #d0d9e0;
     margin:0 0 6px -8px;
-    padding:2px 5px;
+    padding:7px 5px;
 }
 ul.blockList ul.blockList li.blockList h3 {
     padding:0;
@@ -247,10 +264,10 @@ Page layout container styles
 .indexContainer {
     margin:10px;
     position:relative;
-    font-size:1.0em;
+    font-size:12px;
 }
 .indexContainer h2 {
-    font-size:1.1em;
+    font-size:13px;
     padding:0 0 3px 0;
 }
 .indexContainer ul {
@@ -259,15 +276,18 @@ Page layout container styles
 }
 .indexContainer ul li {
     list-style:none;
+    padding-top:2px;
 }
 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
-    font-size:1.1em;
+    font-size:12px;
     font-weight:bold;
     margin:10px 0 0 0;
     color:#4E4E4E;
 }
 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
-    margin:10px 0 10px 20px;
+    margin:5px 0 10px 0px;
+    font-size:14px;
+    font-family:'DejaVu Sans Mono',monospace;
 }
 .serializedFormContainer dl.nameValue dt {
     margin-left:1px;
@@ -306,25 +326,24 @@ ul.blockList, ul.blockListLast {
 }
 ul.blockList li.blockList, ul.blockListLast li.blockList {
     list-style:none;
-    margin-bottom:25px;
+    margin-bottom:15px;
+    line-height:1.4;
 }
 ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
     padding:0px 20px 5px 10px;
-    border:1px solid #9eadc0;
-    background-color:#f9f9f9;
+    border:1px solid #ededed; 
+    background-color:#f8f8f8;
 }
 ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
     padding:0 0 5px 8px;
     background-color:#ffffff;
-    border:1px solid #9eadc0;
-    border-top:none;
+    border:none;
 }
 ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
     margin-left:0;
     padding-left:0;
     padding-bottom:15px;
     border:none;
-    border-bottom:1px solid #9eadc0;
 }
 ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
     list-style:none;
@@ -338,107 +357,155 @@ table tr td dl, table tr td dl dt, table
 /*
 Table styles
 */
-.contentContainer table, .classUseContainer table, .constantValuesContainer table {
-    border-bottom:1px solid #9eadc0;
-    width:100%;
-}
-.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
     width:100%;
+    border-left:1px solid #EEE; 
+    border-right:1px solid #EEE; 
+    border-bottom:1px solid #EEE; 
 }
-.contentContainer .description table, .contentContainer .details table {
-    border-bottom:none;
-}
-.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
-    vertical-align:top;
-    padding-right:20px;
-}
-.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
-.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
-.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
-.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
-    padding-right:3px;
+.overviewSummary, .memberSummary  {
+    padding:0px;
 }
-.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
     position:relative;
     text-align:left;
     background-repeat:no-repeat;
-    color:#FFFFFF;
+    color:#253441;
     font-weight:bold;
     clear:none;
     overflow:hidden;
     padding:0px;
+    padding-top:10px;
+    padding-left:1px;
     margin:0px;
+    white-space:pre;
 }
-caption a:link, caption a:hover, caption a:active, caption a:visited {
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
     color:#FFFFFF;
 }
-.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
     white-space:nowrap;
-    padding-top:8px;
-    padding-left:8px;
-    display:block;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    padding-bottom:7px;
+    display:inline-block;
     float:left;
-    background-image:url(resources/titlebar.gif);
-    height:18px;
+    background-color:#F8981D;
+    border: none;
+    height:16px;
 }
-.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
-    width:10px;
-    background-image:url(resources/titlebar_end.gif);
-    background-repeat:no-repeat;
-    background-position:top right;
-    position:relative;
+.memberSummary caption span.activeTableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
     float:left;
+    background-color:#F8981D;
+    height:16px;
 }
-ul.blockList ul.blockList li.blockList table {
-    margin:0 0 12px 0px;
-    width:100%;
+.memberSummary caption span.tableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#4D7A97;
+    height:16px;
 }
-.tableSubHeadingColor {
-    background-color: #EEEEFF;
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+    padding-top:0px;
+    padding-left:0px;
+    padding-right:0px;
+    background-image:none;
+    float:none;
+    display:inline;
 }
-.altColor {
-    background-color:#eeeeef;
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+    display:none;
+    width:5px;
+    position:relative;
+    float:left;
+    background-color:#F8981D;
 }
-.rowColor {
-    background-color:#ffffff;
+.memberSummary .activeTableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative; 
+    float:left;
+    background-color:#F8981D;
 }
-.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
+.memberSummary .tableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative;
+    background-color:#4D7A97;
+    float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
     text-align:left;
-    padding:3px 3px 3px 7px;
+    padding:0px 0px 12px 10px;
 }
-th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+    vertical-align:top;
+    padding-right:0px;
+    padding-top:8px;
+    padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
     background:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
     text-align:left;
-    padding:3px 3px 3px 7px;
-}
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
-    font-weight:bold;
+    padding:8px 3px 3px 7px;
 }
 td.colFirst, th.colFirst {
-    border-left:1px solid #9eadc0;
     white-space:nowrap;
+    font-size:13px;
 }
 td.colLast, th.colLast {
-    border-right:1px solid #9eadc0;
+    font-size:13px;
 }
 td.colOne, th.colOne {
-    border-right:1px solid #9eadc0;
-    border-left:1px solid #9eadc0;
-}
-table.overviewSummary  {
-    padding:0px;
-    margin-left:0px;
+    font-size:13px;
 }
-table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
-table.overviewSummary td.colOne, table.overviewSummary th.colOne {
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
     width:25%;
-    vertical-align:middle;
+    vertical-align:top;
 }
-table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
-    width:25%;
-    vertical-align:middle;
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+    font-weight:bold;
+}
+.tableSubHeadingColor {
+    background-color:#EEEEFF;
+}
+.altColor {
+    background-color:#FFFFFF;
+}
+.rowColor {
+    background-color:#EEEEEF;
 }
 /*
 Content styles
@@ -453,6 +520,24 @@ Content styles
 .docSummary {
     padding:0;
 }
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    font-style:normal;
+}
+
+div.block {
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+    padding-top:0px;
+}
+
+
+td.colLast a {
+    padding-bottom:3px;
+}
 /*
 Formatting effect styles
 */
@@ -463,12 +548,27 @@ Formatting effect styles
 h1.hidden {
     visibility:hidden;
     overflow:hidden;
-    font-size:.9em;
+    font-size:10px;
 }
 .block {
     display:block;
-    margin:3px 0 0 0;
+    margin:3px 10px 2px 0px;
+    color:#474747;
 }
-.strong {
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
     font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+    font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+    font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+    padding-bottom:0px;
 }
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/changes-report.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/changes-report.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/changes-report.html Tue May 21 03:27:10 2019
@@ -1,9 +1,9 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 09 December 2016 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-changes-plugin:2.12.1:changes-report at 20 May 2019 -->
 <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>Fulcrum Factory - Fulcrum Factory</title>
+    <title>Fulcrum Factory &#x2013; Fulcrum Factory</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -11,135 +11,74 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Eric Pugh" />
-    <meta name="Date-Revision-yyyymmdd" content="20161209" />
     <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
+    
+  </head>
   <body class="composite">
     <div id="banner">
-                                      <a href="../../" id="bannerLeft" title="Apache Turbine">
-                                                <img src="../../images/turbine-project.png" alt="Apache Turbine" />
-                </a>
-                    <div class="clear">
+<a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png"  alt="Apache Turbine"/></a>
+      <div class="clear">
         <hr/>
       </div>
     </div>
     <div id="breadcrumbs">
-            
-                    
-                <div class="xleft">
-        <span id="publishDate">Last Published: 09 December 2016</span>
-                  &nbsp;| <span id="projectVersion">Version: 1.1.0</span>
-                      </div>
-            <div class="xright">                    <a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
-            |
-                        <a href="../../" title="Turbine">Turbine</a>
-            |
-                        <a href="../" title="Fulcrum">Fulcrum</a>
-              
-                    
+      <div class="xleft">
+        <span id="publishDate">Last Published: 20 May 2019</span>
+          &nbsp;| <span id="projectVersion">Version: 1.1.1</span>
       </div>
+      <div class="xright"><a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a> |
+<a href="../../" title="Turbine">Turbine</a> |
+<a href="../" title="Fulcrum">Fulcrum</a>      </div>
       <div class="clear">
         <hr/>
       </div>
     </div>
     <div id="leftColumn">
       <div id="navcolumn">
-             
-                    
-                                <h5>Overview</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="index.html" title="Main">Main</a>
-            </li>
-                  <li class="none">
-                          <a href="tasks.html" title="ToDos">ToDos</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                                                                                                                                            <li class="collapsed">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                  </li>
-                                                                                                                                                                                                                                                                                                      <li class="expanded">
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
-                    <ul>
-                      <li class="none">
-            <strong>Changes Report</strong>
-          </li>
-                      <li class="none">
-                          <a href="findbugs.html" title="FindBugs Report">FindBugs Report</a>
-            </li>
-                      <li class="none">
-                          <a href="apidocs/index.html" title="JavaDocs">JavaDocs</a>
-            </li>
-                      <li class="none">
-                          <a href="testapidocs/index.html" title="Test JavaDocs">Test JavaDocs</a>
-            </li>
-                      <li class="none">
-                          <a href="xref/index.html" title="Source Xref">Source Xref</a>
-            </li>
-                      <li class="none">
-                          <a href="xref-test/index.html" title="Test Source Xref">Test Source Xref</a>
-            </li>
-                      <li class="none">
-                          <a href="pmd.html" title="PMD Report">PMD Report</a>
-            </li>
-                      <li class="none">
-                          <a href="cpd.html" title="CPD Report">CPD Report</a>
-            </li>
-                      <li class="none">
-                          <a href="surefire-report.html" title="Surefire Report">Surefire Report</a>
-            </li>
-                      <li class="none">
-                          <a href="cobertura/index.html" title="Cobertura Test Coverage">Cobertura Test Coverage</a>
-            </li>
-                      <li class="none">
-                          <a href="jdepend-report.html" title="JDepend">JDepend</a>
-            </li>
-                      <li class="none">
-                          <a href="rat-report.html" title="RAT Report">RAT Report</a>
-            </li>
-                      <li class="none">
-                          <a href="taglist.html" title="Tag List">Tag List</a>
-            </li>
-              </ul>
-        </li>
-          </ul>
-                       <h5>Apache</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="http://www.apache.org/" class="externalLink" title="Apache Website">Apache Website</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
-            </li>
-          </ul>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+       <h5>Overview</h5>
+    <ul>
+     <li class="none"><a href="index.html" title="Main">Main</a></li>
+     <li class="none"><a href="tasks.html" title="ToDos">ToDos</a></li>
+    </ul>
+       <h5>Project Documentation</h5>
+    <ul>
+     <li class="collapsed"><a href="project-info.html" title="Project Information">Project Information</a></li>
+     <li class="expanded"><a href="project-reports.html" title="Project Reports">Project Reports</a>
+      <ul>
+       <li class="none"><strong>Changes</strong></li>
+       <li class="none"><a href="findbugs.html" title="FindBugs">FindBugs</a></li>
+       <li class="none"><a href="apidocs/index.html" title="Javadoc">Javadoc</a></li>
+       <li class="none"><a href="testapidocs/index.html" title="Test Javadoc">Test Javadoc</a></li>
+       <li class="none"><a href="xref/index.html" title="Source Xref">Source Xref</a></li>
+       <li class="none"><a href="xref-test/index.html" title="Test Source Xref">Test Source Xref</a></li>
+       <li class="none"><a href="pmd.html" title="PMD">PMD</a></li>
+       <li class="none"><a href="surefire-report.html" title="Surefire Report">Surefire Report</a></li>
+       <li class="none"><a href="cobertura/index.html" title="Cobertura Test Coverage">Cobertura Test Coverage</a></li>
+       <li class="none"><a href="jdepend-report.html" title="JDepend">JDepend</a></li>
+       <li class="none"><a href="rat-report.html" title="Rat Report">Rat Report</a></li>
+       <li class="none"><a href="taglist.html" title="Tag List">Tag List</a></li>
+      </ul></li>
+    </ul>
+       <h5>Apache</h5>
+    <ul>
+     <li class="none"><a href="http://www.apache.org/" class="externalLink" title="Apache Website">Apache Website</a></li>
+     <li class="none"><a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a></li>
+     <li class="none"><a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a></li>
+     <li class="none"><a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a></li>
+     <li class="none"><a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a></li>
+     <li class="none"><a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a></li>
+    </ul>
+      <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>
-                   
-                    
-            </div>
+      </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
-<h2>Fulcrum Factory<a name="Fulcrum_Factory"></a></h2><a name="Fulcrum_Factory"></a>
 <div class="section">
-<h3>Release History<a name="Release_History"></a></h3><a name="Release_History"></a>
+<h2><a name="Fulcrum_Factory"></a>Fulcrum Factory</h2>
+<div class="section">
+<h3><a name="Release_History"></a>Release History</h3>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Version</th>
@@ -166,58 +105,78 @@
 <td></td>
 <td>&#160;</td></tr></table></div>
 <div class="section">
-<h3>Release 1.1.1 - in SVN<a name="Release_1.1.1_-_in_SVN"></a></h3><a name="a1.1.1"></a>
-<p>No changes in this release.</p>
-<div class="section">
-<h3>Release 1.1.0 - 2016-11-27<a name="Release_1.1.0_-_2016-11-27"></a></h3><a name="a1.1.0"></a>
+<h3 id="a1.1.1">Release 1.1.1 &#x2013; in SVN</h3>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
 <tr class="b">
-<td><img src="images/add.gif" alt="add" title="add" /></td>
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Update to junit 5 test cases</td>
+<td><a href="team-list.html#painter">painter</a></td></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Addressed all PMD static code analyzer issues and corrected where appropriate</td>
+<td><a href="team-list.html#painter">painter</a></td></tr>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Derive from Turbine parent POM 5</td>
+<td><a href="team-list.html#painter">painter</a></td></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Require Java 8</td>
+<td><a href="team-list.html#painter">painter</a></td></tr></table></div>
+<div class="section">
+<h3 id="a1.1.0">Release 1.1.0 &#x2013; 2016-11-27</h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Type</th>
+<th>Changes</th>
+<th>By</th></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added generics</td>
 <td><a href="team-list.html#tv">tv</a></td></tr>
-<tr class="a">
-<td><img src="images/update.gif" alt="update" title="update" /></td>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Employ more standard Maven layout</td>
 <td><a href="team-list.html#tv">tv</a></td></tr></table></div>
 <div class="section">
-<h3>Release 1.0.4 - 2009-06-16<a name="Release_1.0.4_-_2009-06-16"></a></h3><a name="a1.0.4"></a>
+<h3 id="a1.0.4">Release 1.0.4 &#x2013; 2009-06-16</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="a">
-<td><img src="images/add.gif" alt="add" title="add" /></td>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added a Maven-2 build</td>
 <td><a href="team-list.html#tv">tv</a></td></tr></table></div>
 <div class="section">
-<h3>Release 1.0.3 - 2004-11-24<a name="Release_1.0.3_-_2004-11-24"></a></h3><a name="a1.0.3"></a>
+<h3 id="a1.0.3">Release 1.0.3 &#x2013; 2004-11-24</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="a">
-<td><img src="images/update.gif" alt="update" title="update" /></td>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Merge api and impl jars into one project. Thanks to Kostyantyn Shchekotykhin.</td>
 <td><a href="team-list.html#epugh">epugh</a></td></tr>
-<tr class="b">
-<td><img src="images/update.gif" alt="update" title="update" /></td>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Clean up dependencies.  Use TestContainer.</td>
 <td><a href="team-list.html#epugh">epugh</a></td></tr></table></div>
 <div class="section">
-<h3>Release 1.0.2 - <a name="Release_1.0.2_-"></a></h3><a name="a1.0.2"></a>
+<h3 id="a1.0.2">Release 1.0.2 &#x2013; </h3>
 <table border="0" class="bodyTable">
-<tr class="a">
+<tr class="b">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="b">
-<td><img src="images/update.gif" alt="update" title="update" /></td>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Update to use Merlin 3.3.0</td>
 <td><a href="team-list.html#epugh">epugh</a></td></tr></table></div></div>
       </div>
@@ -227,11 +186,8 @@
     </div>
     <div id="footer">
       <div class="xright">
-              Copyright &#169;                    2005-2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                    
-                  </div>
+        Copyright &#169;      2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.      </div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-sourcefiles-org.apache.fulcrum.factory.utils.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-sourcefiles-org.apache.fulcrum.factory.utils.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-sourcefiles-org.apache.fulcrum.factory.utils.html Tue May 21 03:27:10 2019
@@ -15,7 +15,7 @@ org.apache.fulcrum.factory.utils
 <table width="100%">
 <tbody>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.factory.utils.ObjectInputStreamForContext.html">ObjectInputStreamForContext</a> <i>(50%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.factory.utils.ObjectInputStreamForContext.html">ObjectInputStreamForContext</a> <i>(42%)</i></td>
 </tr>
 </tbody>
 </table>

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-sourcefiles.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-sourcefiles.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-sourcefiles.html Tue May 21 03:27:10 2019
@@ -27,7 +27,7 @@ All Packages
 <td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.factory.FactoryService.html">FactoryService</a> <i>(N/A)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.factory.utils.ObjectInputStreamForContext.html">ObjectInputStreamForContext</a> <i>(50%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.factory.utils.ObjectInputStreamForContext.html">ObjectInputStreamForContext</a> <i>(42%)</i></td>
 </tr>
 </tbody>
 </table>

Modified: websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-summary-org.apache.fulcrum.factory.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-summary-org.apache.fulcrum.factory.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-factory/cobertura/frame-summary-org.apache.fulcrum.factory.html Tue May 21 03:27:10 2019
@@ -16,8 +16,8 @@
 <table class="report" id="packageResults">
 <thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><a href="frame-summary-org.apache.fulcrum.factory.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.fulcrum.factory.html"'>org.apache.fulcrum.factory</a></td><td class="value">4</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">47%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:47px"><span class="text">76/159</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">38%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:38px"><span class="text">23/60</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.090909090909091;</span>3,091</td></tr>
-  <tr><td><a href="frame-summary-org.apache.fulcrum.factory.utils.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.fulcrum.factory.utils.html"'>org.apache.fulcrum.factory.utils</a></td><td class="value">1</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">50%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">3/6</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.3333333333333333;</span>1,333</td></tr>
+  <tr><td><a href="frame-summary-org.apache.fulcrum.factory.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.fulcrum.factory.html"'>org.apache.fulcrum.factory</a></td><td class="value">4</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">47%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:47px"><span class="text">75/158</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">38%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:38px"><span class="text">23/60</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.090909090909091;</span>3.091</td></tr>
+  <tr><td><a href="frame-summary-org.apache.fulcrum.factory.utils.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.fulcrum.factory.utils.html"'>org.apache.fulcrum.factory.utils</a></td><td class="value">1</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">42%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:42px"><span class="text">3/7</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.3333333333333333;</span>1.333</td></tr>
 </tbody>
 </table>
 <script type="text/javascript">
@@ -29,7 +29,7 @@ packageTable.sort(0);
 <table class="report" id="classResults">
 <thead><tr>  <td class="heading">Classes in this Package</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><a href="org.apache.fulcrum.factory.DefaultFactoryService.html">DefaultFactoryService</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">50%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">76/151</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">38%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:38px"><span class="text">23/60</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.3125;</span>5,312</td></tr>
+  <tr><td><a href="org.apache.fulcrum.factory.DefaultFactoryService.html">DefaultFactoryService</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">50%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">75/150</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">38%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:38px"><span class="text">23/60</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.3125;</span>5.312</td></tr>
 
   <tr><td><a href="org.apache.fulcrum.factory.Factory.html">Factory</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></
 div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
 
@@ -44,6 +44,6 @@ var classTable = new SortableTable(docum
     ["String", "Percentage", "Percentage", "FormattedNumber"]);
 classTable.sort(0);
 </script>
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 09.12.16 10:39.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.1.1 on 5/20/19 11:26 PM.</div>
 </body>
 </html>
\ No newline at end of file