You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2013/10/19 19:17:59 UTC

svn commit: r883363 [3/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/commons/lang3/builder/class-use/ apidocs/org/apache/com...

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/builder/ToStringBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/builder/ToStringBuilder.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/builder/ToStringBuilder.html Sat Oct 19 17:17:55 2013
@@ -176,7 +176,7 @@ Class ToStringBuilder</H2>
 <DT><B>Since:</B></DT>
   <DD>1.0</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: ToStringBuilder.java 1436768 2013-01-22 07:07:42Z ggregory $</DD>
+  <DD>$Id: ToStringBuilder.java 1533551 2013-10-18 16:49:15Z sebb $</DD>
 </DL>
 <HR>
 
@@ -675,7 +675,7 @@ Class ToStringBuilder</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang3/builder/ToStringBuilder.html" title="class in org.apache.commons.lang3.builder">ToStringBuilder</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/commons/lang3/builder/ToStringBuilder.html#appendAsObjectToString(java.lang.Object)">appendAsObjectToString</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/lang3/builder/ToStringBuilder.html#appendAsObjectToString(java.lang.Object)">appendAsObjectToString</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;srcObject)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appends with the same format as the default <code>Object toString()
@@ -1941,7 +1941,7 @@ public <A HREF="../../../../../org/apach
 <A NAME="appendAsObjectToString(java.lang.Object)"><!-- --></A><H3>
 appendAsObjectToString</H3>
 <PRE>
-public <A HREF="../../../../../org/apache/commons/lang3/builder/ToStringBuilder.html" title="class in org.apache.commons.lang3.builder">ToStringBuilder</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/builder/ToStringBuilder.html#line.955"><B>appendAsObjectToString</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</PRE>
+public <A HREF="../../../../../org/apache/commons/lang3/builder/ToStringBuilder.html" title="class in org.apache.commons.lang3.builder">ToStringBuilder</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/builder/ToStringBuilder.html#line.955"><B>appendAsObjectToString</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;srcObject)</PRE>
 <DL>
 <DD><p>Appends with the same format as the default <code>Object toString()
  </code> method. Appends the class name followed by
@@ -1951,7 +1951,7 @@ public <A HREF="../../../../../org/apach
 </DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>object</CODE> - the <code>Object</code> whose class name and id to output
+<DT><B>Parameters:</B><DD><CODE>srcObject</CODE> - the <code>Object</code> whose class name and id to output
 <DT><B>Returns:</B><DD>this<DT><B>Since:</B></DT>
   <DD>2.0</DD>
 </DL>

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/builder/class-use/ToStringBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/builder/class-use/ToStringBuilder.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/builder/class-use/ToStringBuilder.html Sat Oct 19 17:17:55 2013
@@ -581,7 +581,7 @@ Uses of <A HREF="../../../../../../org/a
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../../org/apache/commons/lang3/builder/ToStringBuilder.html" title="class in org.apache.commons.lang3.builder">ToStringBuilder</A></CODE></FONT></TD>
-<TD><CODE><B>ToStringBuilder.</B><B><A HREF="../../../../../../org/apache/commons/lang3/builder/ToStringBuilder.html#appendAsObjectToString(java.lang.Object)">appendAsObjectToString</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</CODE>
+<TD><CODE><B>ToStringBuilder.</B><B><A HREF="../../../../../../org/apache/commons/lang3/builder/ToStringBuilder.html#appendAsObjectToString(java.lang.Object)">appendAsObjectToString</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;srcObject)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appends with the same format as the default <code>Object toString()

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/event/EventListenerSupport.ProxyInvocationHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/event/EventListenerSupport.ProxyInvocationHandler.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/event/EventListenerSupport.ProxyInvocationHandler.html Sat Oct 19 17:17:55 2013
@@ -143,7 +143,7 @@ An invocation handler used to dispatch t
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/commons/lang3/event/EventListenerSupport.ProxyInvocationHandler.html#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])">invoke</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;proxy,
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/lang3/event/EventListenerSupport.ProxyInvocationHandler.html#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])">invoke</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;unusedProxy,
              <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</A>&nbsp;method,
              <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[]&nbsp;args)</CODE>
 
@@ -194,7 +194,7 @@ protected <A HREF="../../../../../src-ht
 <A NAME="invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])"><!-- --></A><H3>
 invoke</H3>
 <PRE>
-public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/event/EventListenerSupport.ProxyInvocationHandler.html#line.311"><B>invoke</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;proxy,
+public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/event/EventListenerSupport.ProxyInvocationHandler.html#line.311"><B>invoke</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;unusedProxy,
                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</A>&nbsp;method,
                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[]&nbsp;args)
               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A></PRE>
@@ -206,8 +206,8 @@ public <A HREF="http://download.oracle.c
 <DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])" title="class or interface in java.lang.reflect">invoke</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</A></CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>proxy</CODE> - the proxy object representing a listener on which the
-        invocation was called.<DD><CODE>method</CODE> - the listener method that will be called on all of the
+<DT><B>Parameters:</B><DD><CODE>unusedProxy</CODE> - the proxy object representing a listener on which the
+        invocation was called; not used<DD><CODE>method</CODE> - the listener method that will be called on all of the
         listeners.<DD><CODE>args</CODE> - event arguments to propagate to the listeners.
 <DT><B>Returns:</B><DD>the result of the method call
 <DT><B>Throws:</B>

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/event/EventListenerSupport.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/event/EventListenerSupport.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/event/EventListenerSupport.html Sat Oct 19 17:17:55 2013
@@ -136,7 +136,7 @@ An EventListenerSupport object can be us
 <DT><B>Since:</B></DT>
   <DD>3.0</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: EventListenerSupport.java 1436770 2013-01-22 07:09:45Z ggregory $</DD>
+  <DD>$Id: EventListenerSupport.java 1533570 2013-10-18 17:40:28Z sebb $</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#org.apache.commons.lang3.event.EventListenerSupport">Serialized Form</A></DL>
 <HR>
 

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/FieldUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/FieldUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/FieldUtils.html Sat Oct 19 17:17:55 2013
@@ -96,7 +96,7 @@ Class FieldUtils</H2>
 </PRE>
 <HR>
 <DL>
-<DT><PRE>public class <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.39"><B>FieldUtils</B></A><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
+<DT><PRE>public class <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.38"><B>FieldUtils</B></A><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
 </PRE>
 
 <P>
@@ -112,7 +112,7 @@ Utilities for working with <A HREF="http
 <DT><B>Since:</B></DT>
   <DD>2.5</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: FieldUtils.java 1531403 2013-10-11 19:38:49Z mbenson $</DD>
+  <DD>$Id: FieldUtils.java 1533411 2013-10-18 11:58:57Z britter $</DD>
 </DL>
 <HR>
 
@@ -458,7 +458,7 @@ Utilities for working with <A HREF="http
 <A NAME="FieldUtils()"><!-- --></A><H3>
 FieldUtils</H3>
 <PRE>
-public <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.46"><B>FieldUtils</B></A>()</PRE>
+public <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.45"><B>FieldUtils</B></A>()</PRE>
 <DL>
 <DD><A HREF="../../../../../org/apache/commons/lang3/reflect/FieldUtils.html" title="class in org.apache.commons.lang3.reflect"><CODE>FieldUtils</CODE></A> instances should NOT be constructed in standard programming.
  <p>
@@ -479,7 +479,7 @@ public <A HREF="../../../../../src-html/
 <A NAME="getField(java.lang.Class, java.lang.String)"><!-- --></A><H3>
 getField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.61"><B>getField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.60"><B>getField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                              <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName)</PRE>
 <DL>
 <DD>Gets an accessible <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A> by name respecting scope. Superclasses/interfaces will be considered.
@@ -504,7 +504,8 @@ public static <A HREF="http://download.o
  considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>cls</CODE> - the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>cls</CODE> - the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match <code>public</code> fields.
 <DT><B>Returns:</B><DD>the Field object
 <DT><B>Throws:</B>
@@ -534,7 +535,7 @@ public static <A HREF="http://download.o
 <A NAME="getDeclaredField(java.lang.Class, java.lang.String, boolean)"><!-- --></A><H3>
 getDeclaredField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.164"><B>getDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.165"><B>getDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                      boolean&nbsp;forceAccess)</PRE>
 <DL>
@@ -542,7 +543,8 @@ public static <A HREF="http://download.o
  considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>cls</CODE> - the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>cls</CODE> - the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match <code>public</code> fields.
 <DT><B>Returns:</B><DD>the Field object
 <DT><B>Throws:</B>
@@ -554,7 +556,7 @@ public static <A HREF="http://download.o
 <A NAME="getAllFields(java.lang.Class)"><!-- --></A><H3>
 getAllFields</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>[] <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.194"><B>getAllFields</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls)</PRE>
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>[] <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.195"><B>getAllFields</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls)</PRE>
 <DL>
 <DD>Gets all fields of the given class and its parents (if any).
 <P>
@@ -572,7 +574,7 @@ public static <A HREF="http://download.o
 <A NAME="getAllFieldsList(java.lang.Class)"><!-- --></A><H3>
 getAllFieldsList</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&gt; <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.209"><B>getAllFieldsList</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls)</PRE>
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&gt; <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.210"><B>getAllFieldsList</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls)</PRE>
 <DL>
 <DD>Gets all fields of the given class and its parents (if any).
 <P>
@@ -590,7 +592,7 @@ public static <A HREF="http://download.o
 <A NAME="readStaticField(java.lang.reflect.Field)"><!-- --></A><H3>
 readStaticField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.234"><B>readStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field)
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.235"><B>readStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field)
                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
 <DL>
 <DD>Reads an accessible <code>static</code> <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>.
@@ -608,14 +610,15 @@ public static <A HREF="http://download.o
 <A NAME="readStaticField(java.lang.reflect.Field, boolean)"><!-- --></A><H3>
 readStaticField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.251"><B>readStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.253"><B>readStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
                                      boolean&nbsp;forceAccess)
                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
 <DL>
 <DD>Reads a static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>field</CODE> - to read<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>field</CODE> - to read<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
 <DT><B>Returns:</B><DD>the field value
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if the field is <code>null</code> or not <code>static</code>
@@ -627,7 +630,7 @@ public static <A HREF="http://download.o
 <A NAME="readStaticField(java.lang.Class, java.lang.String)"><!-- --></A><H3>
 readStaticField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.271"><B>readStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.273"><B>readStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName)
                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
 <DL>
@@ -647,7 +650,7 @@ public static <A HREF="http://download.o
 <A NAME="readStaticField(java.lang.Class, java.lang.String, boolean)"><!-- --></A><H3>
 readStaticField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.292"><B>readStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.295"><B>readStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                      boolean&nbsp;forceAccess)
                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -655,7 +658,8 @@ public static <A HREF="http://download.o
 <DD>Reads the named <code>static</code> <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>. Superclasses will be considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>cls</CODE> - the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <CODE>AccessibleObject#setAccessible(false)</CODE> method.
+<DT><B>Parameters:</B><DD><CODE>cls</CODE> - the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match <code>public</code> fields.
 <DT><B>Returns:</B><DD>the Field object
 <DT><B>Throws:</B>
@@ -669,7 +673,7 @@ public static <A HREF="http://download.o
 <A NAME="readDeclaredStaticField(java.lang.Class, java.lang.String)"><!-- --></A><H3>
 readDeclaredStaticField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.314"><B>readDeclaredStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.317"><B>readDeclaredStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                              <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName)
                                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
 <DL>
@@ -690,7 +694,7 @@ public static <A HREF="http://download.o
 <A NAME="readDeclaredStaticField(java.lang.Class, java.lang.String, boolean)"><!-- --></A><H3>
 readDeclaredStaticField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.336"><B>readDeclaredStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.340"><B>readDeclaredStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                              <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                              boolean&nbsp;forceAccess)
                                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -699,7 +703,8 @@ public static <A HREF="http://download.o
  Only the specified class will be considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>cls</CODE> - the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>cls</CODE> - the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match <code>public</code> fields.
 <DT><B>Returns:</B><DD>the Field object
 <DT><B>Throws:</B>
@@ -713,7 +718,7 @@ public static <A HREF="http://download.o
 <A NAME="readField(java.lang.reflect.Field, java.lang.Object)"><!-- --></A><H3>
 readField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.356"><B>readField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.360"><B>readField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
                                <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target)
                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
 <DL>
@@ -732,7 +737,7 @@ public static <A HREF="http://download.o
 <A NAME="readField(java.lang.reflect.Field, java.lang.Object, boolean)"><!-- --></A><H3>
 readField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.375"><B>readField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.380"><B>readField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
                                <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                                boolean&nbsp;forceAccess)
                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -740,7 +745,8 @@ public static <A HREF="http://download.o
 <DD>Reads a <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>field</CODE> - the field to use<DD><CODE>target</CODE> - the object to call on, may be <code>null</code> for <code>static</code> fields<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>field</CODE> - the field to use<DD><CODE>target</CODE> - the object to call on, may be <code>null</code> for <code>static</code> fields<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
 <DT><B>Returns:</B><DD>the field value
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if the field is <code>null</code>
@@ -752,7 +758,7 @@ public static <A HREF="http://download.o
 <A NAME="readField(java.lang.Object, java.lang.String)"><!-- --></A><H3>
 readField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.399"><B>readField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.404"><B>readField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                                <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName)
                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
 <DL>
@@ -772,7 +778,7 @@ public static <A HREF="http://download.o
 <A NAME="readField(java.lang.Object, java.lang.String, boolean)"><!-- --></A><H3>
 readField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.420"><B>readField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.426"><B>readField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                                <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                boolean&nbsp;forceAccess)
                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -780,7 +786,8 @@ public static <A HREF="http://download.o
 <DD>Reads the named <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>. Superclasses will be considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match <code>public</code> fields.
 <DT><B>Returns:</B><DD>the field value
 <DT><B>Throws:</B>
@@ -794,7 +801,7 @@ public static <A HREF="http://download.o
 <A NAME="readDeclaredField(java.lang.Object, java.lang.String)"><!-- --></A><H3>
 readDeclaredField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.443"><B>readDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.449"><B>readDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                                        <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName)
                                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
 <DL>
@@ -814,7 +821,7 @@ public static <A HREF="http://download.o
 <A NAME="readDeclaredField(java.lang.Object, java.lang.String, boolean)"><!-- --></A><H3>
 readDeclaredField</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.464"><B>readDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.471"><B>readDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                                        <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                        boolean&nbsp;forceAccess)
                                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -822,7 +829,8 @@ public static <A HREF="http://download.o
 <DD><p<>Gets a <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A> value by name. Only the class of the specified object will be considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match public fields.
 <DT><B>Returns:</B><DD>the Field object
 <DT><B>Throws:</B>
@@ -836,7 +844,7 @@ public static <A HREF="http://download.o
 <A NAME="writeStaticField(java.lang.reflect.Field, java.lang.Object)"><!-- --></A><H3>
 writeStaticField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.486"><B>writeStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.493"><B>writeStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
                                     <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)
                              throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
 <DL>
@@ -855,7 +863,7 @@ public static void <A HREF="../../../../
 <A NAME="writeStaticField(java.lang.reflect.Field, java.lang.Object, boolean)"><!-- --></A><H3>
 writeStaticField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.506"><B>writeStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.514"><B>writeStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
                                     <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value,
                                     boolean&nbsp;forceAccess)
                              throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -863,7 +871,8 @@ public static void <A HREF="../../../../
 <DD>Writes a static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>field</CODE> - to write<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method. <code>false</code>
+<DT><B>Parameters:</B><DD><CODE>field</CODE> - to write<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method. <code>false</code>
             will only match <code>public</code> fields.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if the field is <code>null</code> or not <code>static</code>,
@@ -876,7 +885,7 @@ public static void <A HREF="../../../../
 <A NAME="writeStaticField(java.lang.Class, java.lang.String, java.lang.Object)"><!-- --></A><H3>
 writeStaticField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.530"><B>writeStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.538"><B>writeStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                     <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                     <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)
                              throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -898,7 +907,7 @@ public static void <A HREF="../../../../
 <A NAME="writeStaticField(java.lang.Class, java.lang.String, java.lang.Object, boolean)"><!-- --></A><H3>
 writeStaticField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.554"><B>writeStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.563"><B>writeStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                     <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                     <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value,
                                     boolean&nbsp;forceAccess)
@@ -907,7 +916,8 @@ public static void <A HREF="../../../../
 <DD>Writes a named <code>static</code> <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>. Superclasses will be considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>cls</CODE> - <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> on which the field is to be found<DD><CODE>fieldName</CODE> - to write<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>cls</CODE> - <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> on which the field is to be found<DD><CODE>fieldName</CODE> - to write<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match <code>public</code> fields.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if <code>cls</code> is <code>null</code>,
@@ -922,7 +932,7 @@ public static void <A HREF="../../../../
 <A NAME="writeDeclaredStaticField(java.lang.Class, java.lang.String, java.lang.Object)"><!-- --></A><H3>
 writeDeclaredStaticField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.579"><B>writeDeclaredStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.588"><B>writeDeclaredStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                             <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                             <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)
                                      throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -944,7 +954,7 @@ public static void <A HREF="../../../../
 <A NAME="writeDeclaredStaticField(java.lang.Class, java.lang.String, java.lang.Object, boolean)"><!-- --></A><H3>
 writeDeclaredStaticField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.603"><B>writeDeclaredStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.612"><B>writeDeclaredStaticField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&nbsp;cls,
                                             <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                             <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value,
                                             boolean&nbsp;forceAccess)
@@ -968,7 +978,7 @@ public static void <A HREF="../../../../
 <A NAME="writeField(java.lang.reflect.Field, java.lang.Object, java.lang.Object)"><!-- --></A><H3>
 writeField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.625"><B>writeField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.634"><B>writeField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)
                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -988,7 +998,7 @@ public static void <A HREF="../../../../
 <A NAME="writeField(java.lang.reflect.Field, java.lang.Object, java.lang.Object, boolean)"><!-- --></A><H3>
 writeField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.647"><B>writeField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.657"><B>writeField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</A>&nbsp;field,
                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value,
                               boolean&nbsp;forceAccess)
@@ -997,7 +1007,8 @@ public static void <A HREF="../../../../
 <DD>Writes a <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>field</CODE> - to write<DD><CODE>target</CODE> - the object to call on, may be <code>null</code> for <code>static</code> fields<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>field</CODE> - to write<DD><CODE>target</CODE> - the object to call on, may be <code>null</code> for <code>static</code> fields<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match <code>public</code> fields.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if the field is <code>null</code> or
@@ -1010,7 +1021,7 @@ public static void <A HREF="../../../../
 <A NAME="writeField(java.lang.Object, java.lang.String, java.lang.Object)"><!-- --></A><H3>
 writeField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.674"><B>writeField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.684"><B>writeField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)
                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -1031,7 +1042,7 @@ public static void <A HREF="../../../../
 <A NAME="writeField(java.lang.Object, java.lang.String, java.lang.Object, boolean)"><!-- --></A><H3>
 writeField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.697"><B>writeField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.708"><B>writeField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                               <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value,
                               boolean&nbsp;forceAccess)
@@ -1040,7 +1051,8 @@ public static void <A HREF="../../../../
 <DD>Writes a <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>. Superclasses will be considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method. <code>false</code>
+<DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method. <code>false</code>
             will only match <code>public</code> fields.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if <code>target</code> is <code>null</code>,
@@ -1054,7 +1066,7 @@ public static void <A HREF="../../../../
 <A NAME="writeDeclaredField(java.lang.Object, java.lang.String, java.lang.Object)"><!-- --></A><H3>
 writeDeclaredField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.723"><B>writeDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.734"><B>writeDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                                       <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                       <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)
                                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</A></PRE>
@@ -1075,7 +1087,7 @@ public static void <A HREF="../../../../
 <A NAME="writeDeclaredField(java.lang.Object, java.lang.String, java.lang.Object, boolean)"><!-- --></A><H3>
 writeDeclaredField</H3>
 <PRE>
-public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.746"><B>writeDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
+public static void <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.758"><B>writeDeclaredField</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;target,
                                       <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;fieldName,
                                       <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value,
                                       boolean&nbsp;forceAccess)
@@ -1084,7 +1096,8 @@ public static void <A HREF="../../../../
 <DD>Writes a <code>public</code> <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Field</CODE></A>. Only the specified class will be considered.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
+<DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to reflect, must not be <code>null</code><DD><CODE>fieldName</CODE> - the field name to obtain<DD><CODE>value</CODE> - to set<DD><CODE>forceAccess</CODE> - whether to break scope restrictions using the
+            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(boolean)" title="class or interface in java.lang.reflect"><CODE>AccessibleObject.setAccessible(boolean)</CODE></A> method.
             <code>false</code> will only match <code>public</code> fields.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if <code>target</code> is <code>null</code>,

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeLiteral.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeLiteral.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeLiteral.html Sat Oct 19 17:17:55 2013
@@ -186,7 +186,7 @@ Class TypeLiteral&lt;T&gt;</H2>
 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang3/reflect/TypeLiteral.html#TypeLiteral()">TypeLiteral</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The default constructor.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -277,8 +277,10 @@ public final <A HREF="http://download.or
 <A NAME="TypeLiteral()"><!-- --></A><H3>
 TypeLiteral</H3>
 <PRE>
-protected <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.83"><B>TypeLiteral</B></A>()</PRE>
+protected <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.86"><B>TypeLiteral</B></A>()</PRE>
 <DL>
+<DD>The default constructor.
+<P>
 </DL>
 
 <!-- ============ METHOD DETAIL ========== -->
@@ -294,7 +296,7 @@ protected <A HREF="../../../../../src-ht
 <A NAME="equals(java.lang.Object)"><!-- --></A><H3>
 equals</H3>
 <PRE>
-public final boolean <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.92"><B>equals</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;obj)</PRE>
+public final boolean <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.95"><B>equals</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;obj)</PRE>
 <DL>
 <DD><DL>
 <DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
@@ -308,7 +310,7 @@ public final boolean <A HREF="../../../.
 <A NAME="hashCode()"><!-- --></A><H3>
 hashCode</H3>
 <PRE>
-public int <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.104"><B>hashCode</B></A>()</PRE>
+public int <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.107"><B>hashCode</B></A>()</PRE>
 <DL>
 <DD><DL>
 <DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
@@ -322,7 +324,7 @@ public int <A HREF="../../../../../src-h
 <A NAME="toString()"><!-- --></A><H3>
 toString</H3>
 <PRE>
-public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.109"><B>toString</B></A>()</PRE>
+public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.112"><B>toString</B></A>()</PRE>
 <DL>
 <DD><DL>
 <DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
@@ -336,7 +338,7 @@ public <A HREF="http://download.oracle.c
 <A NAME="getType()"><!-- --></A><H3>
 getType</H3>
 <PRE>
-public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.114"><B>getType</B></A>()</PRE>
+public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</A> <A HREF="../../../../../src-html/org/apache/commons/lang3/reflect/TypeLiteral.html#line.117"><B>getType</B></A>()</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/commons/lang3/reflect/Typed.html#getType()">Typed</A></CODE></B></DD>
 <DD>Get the <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Type</CODE></A> represented by this entity.

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.html Sat Oct 19 17:17:55 2013
@@ -109,7 +109,7 @@ Class TypeUtils</H2>
 <DT><B>Since:</B></DT>
   <DD>3.0</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: TypeUtils.java 1525740 2013-09-23 23:43:13Z mbenson $</DD>
+  <DD>$Id: TypeUtils.java 1533474 2013-10-18 14:53:11Z britter $</DD>
 </DL>
 <HR>
 
@@ -934,7 +934,7 @@ public static &lt;T&gt; <A HREF="../../.
 <DD>Wrap the specified <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Type</CODE></A> in a <A HREF="../../../../../org/apache/commons/lang3/reflect/Typed.html" title="interface in org.apache.commons.lang3.reflect"><CODE>Typed</CODE></A> wrapper.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>T</CODE> - inferred generic type<DD><CODE>type</CODE> - to wrap
+<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - inferred generic type<DT><B>Parameters:</B><DD><CODE>type</CODE> - to wrap
 <DT><B>Returns:</B><DD>Typed<T></DL>
 </DD>
 </DL>
@@ -948,7 +948,7 @@ public static &lt;T&gt; <A HREF="../../.
 <DD>Wrap the specified <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A> in a <A HREF="../../../../../org/apache/commons/lang3/reflect/Typed.html" title="interface in org.apache.commons.lang3.reflect"><CODE>Typed</CODE></A> wrapper.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>T</CODE> - generic type<DD><CODE>type</CODE> - to wrap
+<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - generic type<DT><B>Parameters:</B><DD><CODE>type</CODE> - to wrap
 <DT><B>Returns:</B><DD>Typed<T></DL>
 </DD>
 </DL>

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrSubstitutor.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrSubstitutor.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrSubstitutor.html Sat Oct 19 17:17:55 2013
@@ -199,7 +199,7 @@ Substitutes variables within a string by
 <DT><B>Since:</B></DT>
   <DD>2.2</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: StrSubstitutor.java 1527373 2013-09-29 18:06:03Z ggregory $</DD>
+  <DD>$Id: StrSubstitutor.java 1533551 2013-10-18 16:49:15Z sebb $</DD>
 </DL>
 <HR>
 

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrTokenizer.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrTokenizer.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrTokenizer.html Sat Oct 19 17:17:55 2013
@@ -165,7 +165,7 @@ Tokenizes a string based based on delimi
 <DT><B>Since:</B></DT>
   <DD>2.2</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: StrTokenizer.java 1436770 2013-01-22 07:09:45Z ggregory $</DD>
+  <DD>$Id: StrTokenizer.java 1533551 2013-10-18 16:49:15Z sebb $</DD>
 </DL>
 <HR>
 
@@ -622,7 +622,7 @@ Tokenizes a string based based on delimi
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/commons/lang3/text/StrTokenizer.html#tokenize(char[], int, int)">tokenize</A></B>(char[]&nbsp;chars,
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/lang3/text/StrTokenizer.html#tokenize(char[], int, int)">tokenize</A></B>(char[]&nbsp;srcChars,
                  int&nbsp;offset,
                  int&nbsp;count)</CODE>
 
@@ -1272,7 +1272,7 @@ public void <A HREF="../../../../../src-
 <A NAME="tokenize(char[], int, int)"><!-- --></A><H3>
 tokenize</H3>
 <PRE>
-protected <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <A HREF="../../../../../src-html/org/apache/commons/lang3/text/StrTokenizer.html#line.635"><B>tokenize</B></A>(char[]&nbsp;chars,
+protected <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <A HREF="../../../../../src-html/org/apache/commons/lang3/text/StrTokenizer.html#line.635"><B>tokenize</B></A>(char[]&nbsp;srcChars,
                                 int&nbsp;offset,
                                 int&nbsp;count)</PRE>
 <DL>
@@ -1294,7 +1294,7 @@ protected <A HREF="http://download.oracl
 </DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>chars</CODE> - the character array being tokenized, may be null<DD><CODE>offset</CODE> - the start position within the character array, must be valid<DD><CODE>count</CODE> - the number of characters to tokenize, must be valid
+<DT><B>Parameters:</B><DD><CODE>srcChars</CODE> - the character array being tokenized, may be null<DD><CODE>offset</CODE> - the start position within the character array, must be valid<DD><CODE>count</CODE> - the number of characters to tokenize, must be valid
 <DT><B>Returns:</B><DD>the modifiable list of String tokens, unmodifiable if null array or zero count</DL>
 </DD>
 </DL>