You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2021/05/07 10:04:01 UTC

svn commit: r1889617 [22/36] - in /uima/site/trunk/uima-website: docs/ docs/d/uimafit-current/ docs/d/uimafit-current/api/ docs/d/uimafit-current/api/org/apache/uima/fit/component/ docs/d/uimafit-current/api/org/apache/uima/fit/component/class-use/ doc...

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/ResourceManagerFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/ResourceManagerFactory.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/ResourceManagerFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/ResourceManagerFactory.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ResourceManagerFactory (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>ResourceManagerFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ResourceManagerFactory (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="ResourceManagerFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 <pre>public class <span class="typeNameLabel">ResourceManagerFactory</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">INTERNAL API - Helper functions for dealing with resource managers and classloading
- 
+
  This API is experimental and is very likely to be removed or changed in future versions.</div>
 </li>
 </ul>
@@ -160,7 +160,7 @@ extends <a href="https://docs.oracle.com
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/internal/ResourceManagerFactory.html#getResourceManagerCreator--">getResourceManagerCreator</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a></code></td>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/internal/ResourceManagerFactory.html#newResourceManager--">newResourceManager</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
@@ -198,11 +198,11 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>newResourceManager</h4>
-<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a>&nbsp;newResourceManager()
-                                          throws <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a>&nbsp;newResourceManager()
+                                          throws <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code></dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -297,6 +297,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/DescriptionUtils.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/DescriptionUtils.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/DescriptionUtils.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/DescriptionUtils.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.DescriptionUtils (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.DescriptionUtils (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.DescriptionUtils (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.DescriptionUtils (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/EnhancedClassFile.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/EnhancedClassFile.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/EnhancedClassFile.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/EnhancedClassFile.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.EnhancedClassFile (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.EnhancedClassFile (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.EnhancedClassFile (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.EnhancedClassFile (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ExtendedExternalResourceDescription_impl.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ExtendedExternalResourceDescription_impl.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ExtendedExternalResourceDescription_impl.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ExtendedExternalResourceDescription_impl.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.ExtendedExternalResourceDescription_impl (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.ExtendedExternalResourceDescription_impl (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.ExtendedExternalResourceDescription_impl (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.ExtendedExternalResourceDescription_impl (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/LegacySupport.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/LegacySupport.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/LegacySupport.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/LegacySupport.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.LegacySupport (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.LegacySupport (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.LegacySupport (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.LegacySupport (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/LegacySupportPlugin.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/LegacySupportPlugin.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/LegacySupportPlugin.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/LegacySupportPlugin.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.fit.internal.LegacySupportPlugin (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.fit.internal.LegacySupportPlugin (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.uima.fit.internal.LegacySupportPlugin (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Interface org.apache.uima.fit.internal.LegacySupportPlugin (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -164,6 +164,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/MetaDataType.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/MetaDataType.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/MetaDataType.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/MetaDataType.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.MetaDataType (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.MetaDataType (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.MetaDataType (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.MetaDataType (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -210,6 +210,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/MetaDataUtil.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/MetaDataUtil.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/MetaDataUtil.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/MetaDataUtil.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.MetaDataUtil (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.MetaDataUtil (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.MetaDataUtil (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.MetaDataUtil (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ReflectionUtil.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ReflectionUtil.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ReflectionUtil.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ReflectionUtil.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.ReflectionUtil (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.ReflectionUtil (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.ReflectionUtil (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.ReflectionUtil (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceList.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceList.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceList.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceList.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.ResourceList (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.ResourceList (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.ResourceList (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.ResourceList (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.DefaultResourceManagerCreator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.DefaultResourceManagerCreator.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.DefaultResourceManagerCreator.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.DefaultResourceManagerCreator.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.ResourceManagerFactory.DefaultResourceManagerCreator (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.ResourceManagerFactory.DefaultResourceManagerCreator (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.ResourceManagerFactory.DefaultResourceManagerCreator (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.ResourceManagerFactory.DefaultResourceManagerCreator (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.ResourceManagerCreator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.ResourceManagerCreator.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.ResourceManagerCreator.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.ResourceManagerCreator.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.fit.internal.ResourceManagerFactory.ResourceManagerCreator (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.fit.internal.ResourceManagerFactory.ResourceManagerCreator (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.uima.fit.internal.ResourceManagerFactory.ResourceManagerCreator (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Interface org.apache.uima.fit.internal.ResourceManagerFactory.ResourceManagerCreator (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -191,6 +191,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/class-use/ResourceManagerFactory.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.internal.ResourceManagerFactory (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.internal.ResourceManagerFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.internal.ResourceManagerFactory (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.internal.ResourceManagerFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-frame.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-frame.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-frame.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-frame.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.internal (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.internal (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -18,6 +18,7 @@
 </ul>
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
+<li><a href="ClassLoaderUtils.html" title="class in org.apache.uima.fit.internal" target="classFrame">ClassLoaderUtils</a></li>
 <li><a href="DescriptionUtils.html" title="class in org.apache.uima.fit.internal" target="classFrame">DescriptionUtils</a></li>
 <li><a href="ExtendedExternalResourceDescription_impl.html" title="class in org.apache.uima.fit.internal" target="classFrame">ExtendedExternalResourceDescription_impl</a></li>
 <li><a href="LegacySupport.html" title="class in org.apache.uima.fit.internal" target="classFrame">LegacySupport</a></li>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-summary.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-summary.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-summary.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-summary.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.internal (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.internal (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.uima.fit.internal (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.fit.internal (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -108,52 +108,58 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/ClassLoaderUtils.html" title="class in org.apache.uima.fit.internal">ClassLoaderUtils</a></td>
+<td class="colLast">
+<div class="block">INTERNAL API - Helper functions to obtain a suitable classloader.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/DescriptionUtils.html" title="class in org.apache.uima.fit.internal">DescriptionUtils</a></td>
 <td class="colLast">
 <div class="block">INTERNAL API - Helper functions for operatin with descriptions.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/ExtendedExternalResourceDescription_impl.html" title="class in org.apache.uima.fit.internal">ExtendedExternalResourceDescription_impl</a></td>
 <td class="colLast">
-<div class="block">INTERNAL API - Extended <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/impl.ExternalResourceDescription_impl.html?is-external=true" title="class or interface in org.apache.uima.resource"><code>ExternalResourceDescription_impl</code></a> which can carry
- <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ExternalResourceDescription.html?is-external=true" title="class or interface in org.apache.uima.resource"><code>ExternalResourceDescription</code></a>s.</div>
+<div class="block">INTERNAL API - Extended <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/impl/ExternalResourceDescription_impl.html?is-external=true" title="class or interface in org.apache.uima.resource.impl"><code>ExternalResourceDescription_impl</code></a> which can carry
+ <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ExternalResourceDescription.html?is-external=true" title="class or interface in org.apache.uima.resource"><code>ExternalResourceDescription</code></a>s.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/LegacySupport.html" title="class in org.apache.uima.fit.internal">LegacySupport</a></td>
 <td class="colLast">
 <div class="block">INTERNAL API - Legacy support.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/MetaDataUtil.html" title="class in org.apache.uima.fit.internal">MetaDataUtil</a></td>
 <td class="colLast">
 <div class="block">INTERNAL API - Utility methods to locate and access uimaFIT meta data.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/ReflectionUtil.html" title="class in org.apache.uima.fit.internal">ReflectionUtil</a></td>
 <td class="colLast">
 <div class="block">INTERNAL API - Utility methods to access Java annotations.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/ResourceList.html" title="class in org.apache.uima.fit.internal">ResourceList</a></td>
 <td class="colLast">
 <div class="block">INTERNAL API - Helper resource used when an <a href="../../../../../org/apache/uima/fit/descriptor/ExternalResource.html" title="annotation in org.apache.uima.fit.descriptor"><code>ExternalResource</code></a> annotation is used on an
  array or collection field.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/ResourceManagerFactory.html" title="class in org.apache.uima.fit.internal">ResourceManagerFactory</a></td>
 <td class="colLast">
 <div class="block">INTERNAL API - Helper functions for dealing with resource managers and classloading
- 
+
  This API is experimental and is very likely to be removed or changed in future versions.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/internal/ResourceManagerFactory.DefaultResourceManagerCreator.html" title="class in org.apache.uima.fit.internal">ResourceManagerFactory.DefaultResourceManagerCreator</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -249,6 +255,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-tree.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-tree.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-tree.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-tree.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.internal Class Hierarchy (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.internal Class Hierarchy (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.uima.fit.internal Class Hierarchy (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.fit.internal Class Hierarchy (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -81,11 +81,12 @@
 <ul>
 <li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
 <ul>
+<li type="circle">org.apache.uima.fit.internal.<a href="../../../../../org/apache/uima/fit/internal/ClassLoaderUtils.html" title="class in org.apache.uima.fit.internal"><span class="typeNameLink">ClassLoaderUtils</span></a></li>
 <li type="circle">org.apache.uima.fit.internal.<a href="../../../../../org/apache/uima/fit/internal/DescriptionUtils.html" title="class in org.apache.uima.fit.internal"><span class="typeNameLink">DescriptionUtils</span></a></li>
 <li type="circle">org.apache.uima.fit.internal.<a href="../../../../../org/apache/uima/fit/internal/LegacySupport.html" title="class in org.apache.uima.fit.internal"><span class="typeNameLink">LegacySupport</span></a></li>
-<li type="circle">org.apache.uima.resource.metadata.impl.<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/metadata/impl.MetaDataObject_impl.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><span class="typeNameLink">MetaDataObject_impl</span></a> (implements org.apache.uima.resource.metadata.<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/metadata/MetaDataObject.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">MetaDataObject</a>)
+<li type="circle">org.apache.uima.resource.metadata.impl.<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata.impl"><span class="typeNameLink">MetaDataObject_impl</span></a> (implements org.apache.uima.resource.metadata.<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/MetaDataObject.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">MetaDataObject</a>)
 <ul>
-<li type="circle">org.apache.uima.resource.impl.<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/impl.ExternalResourceDescription_impl.html?is-external=true" title="class or interface in org.apache.uima.resource"><span class="typeNameLink">ExternalResourceDescription_impl</span></a> (implements org.apache.uima.resource.<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ExternalResourceDescription.html?is-external=true" title="class or interface in org.apache.uima.resource">ExternalResourceDescription</a>)
+<li type="circle">org.apache.uima.resource.impl.<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/impl/ExternalResourceDescription_impl.html?is-external=true" title="class or interface in org.apache.uima.resource.impl"><span class="typeNameLink">ExternalResourceDescription_impl</span></a> (implements org.apache.uima.resource.<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ExternalResourceDescription.html?is-external=true" title="class or interface in org.apache.uima.resource">ExternalResourceDescription</a>)
 <ul>
 <li type="circle">org.apache.uima.fit.internal.<a href="../../../../../org/apache/uima/fit/internal/ExtendedExternalResourceDescription_impl.html" title="class in org.apache.uima.fit.internal"><span class="typeNameLink">ExtendedExternalResourceDescription_impl</span></a></li>
 </ul>
@@ -94,7 +95,7 @@
 </li>
 <li type="circle">org.apache.uima.fit.internal.<a href="../../../../../org/apache/uima/fit/internal/MetaDataUtil.html" title="class in org.apache.uima.fit.internal"><span class="typeNameLink">MetaDataUtil</span></a></li>
 <li type="circle">org.apache.uima.fit.internal.<a href="../../../../../org/apache/uima/fit/internal/ReflectionUtil.html" title="class in org.apache.uima.fit.internal"><span class="typeNameLink">ReflectionUtil</span></a></li>
-<li type="circle">org.apache.uima.resource.<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/Resource_ImplBase.html?is-external=true" title="class or interface in org.apache.uima.resource"><span class="typeNameLink">Resource_ImplBase</span></a> (implements org.apache.uima.resource.<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource">Resource</a>)
+<li type="circle">org.apache.uima.resource.<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/Resource_ImplBase.html?is-external=true" title="class or interface in org.apache.uima.resource"><span class="typeNameLink">Resource_ImplBase</span></a> (implements org.apache.uima.resource.<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource">Resource</a>)
 <ul>
 <li type="circle">org.apache.uima.fit.component.<a href="../../../../../org/apache/uima/fit/component/Resource_ImplBase.html" title="class in org.apache.uima.fit.component"><span class="typeNameLink">Resource_ImplBase</span></a> (implements org.apache.uima.fit.component.<a href="../../../../../org/apache/uima/fit/component/ExternalResourceAware.html" title="interface in org.apache.uima.fit.component">ExternalResourceAware</a>)
 <ul>
@@ -177,6 +178,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-use.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-use.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-use.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/internal/package-use.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.uima.fit.internal (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>Uses of Package org.apache.uima.fit.internal (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.uima.fit.internal (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Package org.apache.uima.fit.internal (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -165,6 +165,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/JCasIterable.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/JCasIterable.html?rev=1889617&r1=1889616&r2=1889617&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/JCasIterable.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/JCasIterable.html Fri May  7 10:03:59 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasIterable (Apache uimaFIT 3.1.0 User-Level API Documentation)</title>
+<title>JCasIterable (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JCasIterable (Apache uimaFIT 3.1.0 User-Level API Documentation)";
+            parent.document.title="JCasIterable (Apache uimaFIT 3.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -109,13 +109,13 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&gt;</dd>
+<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&gt;</dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">JCasIterable</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&gt;</pre>
+implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&gt;</pre>
 <div class="block"><p>
  A class implementing iteration over a the documents of a collection. Each element in the Iterable
  is a JCas containing a single document. The documents have been loaded by the CollectionReader
@@ -146,16 +146,16 @@ implements <a href="https://docs.oracle.
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/JCasIterable.html#JCasIterable-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">JCasIterable</a></span>(<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
-            <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</code>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/JCasIterable.html#JCasIterable-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">JCasIterable</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
+            <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</code>
 <div class="block">Iterate over the documents loaded by the collection reader, running the analysis engines on each
  one before yielding them.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/JCasIterable.html#JCasIterable-org.apache.uima.resource.ResourceManager-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">JCasIterable</a></span>(<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a>&nbsp;aResMgr,
-            <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
-            <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</code>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/JCasIterable.html#JCasIterable-org.apache.uima.resource.ResourceManager-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">JCasIterable</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a>&nbsp;aResMgr,
+            <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
+            <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</code>
 <div class="block">Iterate over the documents loaded by the collection reader, running the analysis engines on each
  one before yielding them.</div>
 </td>
@@ -214,8 +214,8 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>JCasIterable</h4>
-<pre>public&nbsp;JCasIterable(<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
-                    <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</pre>
+<pre>public&nbsp;JCasIterable(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
+                    <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</pre>
 <div class="block">Iterate over the documents loaded by the collection reader, running the analysis engines on each
  one before yielding them. When created with this constructor, analysis engines by default
  receive a collectionProcessComplete call when all documents have been read from the reader and
@@ -233,16 +233,16 @@ implements <a href="https://docs.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JCasIterable</h4>
-<pre>public&nbsp;JCasIterable(<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a>&nbsp;aResMgr,
-                    <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
-                    <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</pre>
+<pre>public&nbsp;JCasIterable(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a>&nbsp;aResMgr,
+                    <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
+                    <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</pre>
 <div class="block">Iterate over the documents loaded by the collection reader, running the analysis engines on each
  one before yielding them. When created with this constructor, analysis engines by default
  receive a collectionProcessComplete call when all documents have been read from the reader and
  all components get destroyed.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>aResMgr</code> - The <a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource"><code>ResourceManager</code></a> used to create the components and the JCas. If this
+<dd><code>aResMgr</code> - The <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource"><code>ResourceManager</code></a> used to create the components and the JCas. If this
           parameter is <code>null</code> then <a href="../../../../../org/apache/uima/fit/internal/ResourceManagerFactory.html#newResourceManager--"><code>ResourceManagerFactory.newResourceManager()</code></a>
           will be used to obtain a resource manager. If a new resource manager was internally
           created, it is destroyed at the end of the pipeline.</dd>
@@ -268,7 +268,7 @@ implements <a href="https://docs.oracle.
 <pre>public&nbsp;<a href="../../../../../org/apache/uima/fit/pipeline/JCasIterator.html" title="class in org.apache.uima.fit.pipeline">JCasIterator</a>&nbsp;iterator()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--" title="class or interface in java.lang">iterator</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://uima.apache.org/d/uimaj-3.1.1/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&gt;</code></dd>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--" title="class or interface in java.lang">iterator</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&gt;</code></dd>
 </dl>
 </li>
 </ul>
@@ -341,6 +341,6 @@ implements <a href="https://docs.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>