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 2022/06/08 07:16:00 UTC

svn commit: r1901744 [20/39] - in /uima/site/trunk/uima-website/docs/d/uimafit-current: ./ api/ api/org/apache/uima/fit/component/ api/org/apache/uima/fit/component/class-use/ api/org/apache/uima/fit/component/initialize/ api/org/apache/uima/fit/compon...

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/TypePrioritiesFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/TypePrioritiesFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/TypePrioritiesFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/TypePrioritiesFactory.html Wed Jun  8 07:15:57 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TypePrioritiesFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>TypePrioritiesFactory (Apache uimaFIT 3.3.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="TypePrioritiesFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="TypePrioritiesFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -130,24 +130,24 @@ extends <a href="https://docs.oracle.com
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a></code></td>
+<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/TypePrioritiesFactory.html#createTypePriorities--">createTypePriorities</a></span>()</code>
-<div class="block">Creates a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypePriorities</code></a> from all type priorities descriptions that can be found via
+<div class="block">Creates a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypePriorities</code></a> from all type priorities descriptions that can be found via
  the pattern specified in the system property
  <code>org.apache.uima.fit.typepriorities.import_pattern</code> or via the
  <code>META-INF/org.apache.uima.fit/typepriorities.txt</code> files in the classpath.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/TypePrioritiesFactory.html#createTypePriorities-java.lang.Class...-">createTypePriorities</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>&gt;...&nbsp;prioritizedTypes)</code>
+<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/TypePrioritiesFactory.html#createTypePriorities-java.lang.Class...-">createTypePriorities</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>&gt;...&nbsp;prioritizedTypes)</code>
 <div class="block">Create a TypePriorities given a sequence of ordered type classes</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a></code></td>
+<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/TypePrioritiesFactory.html#createTypePriorities-java.lang.String...-">createTypePriorities</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;prioritizedTypeNames)</code>
-<div class="block">Create a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypePriorities</code></a> given a sequence of ordered type names</div>
+<div class="block">Create a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypePriorities</code></a> given a sequence of ordered type names</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
@@ -191,7 +191,7 @@ extends <a href="https://docs.oracle.com
 <li class="blockList">
 <h4>createTypePriorities</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/SafeVarargs.html?is-external=true" title="class or interface in java.lang">@SafeVarargs</a>
-public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a>&nbsp;createTypePriorities(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>&gt;...&nbsp;prioritizedTypes)</pre>
+public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a>&nbsp;createTypePriorities(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>&gt;...&nbsp;prioritizedTypes)</pre>
 <div class="block">Create a TypePriorities given a sequence of ordered type classes</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -207,8 +207,8 @@ public static&nbsp;<a href="http://uima.
 <ul class="blockList">
 <li class="blockList">
 <h4>createTypePriorities</h4>
-<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a>&nbsp;createTypePriorities(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;prioritizedTypeNames)</pre>
-<div class="block">Create a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypePriorities</code></a> given a sequence of ordered type names</div>
+<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a>&nbsp;createTypePriorities(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;prioritizedTypeNames)</pre>
+<div class="block">Create a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypePriorities</code></a> given a sequence of ordered type names</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>prioritizedTypeNames</code> - a sequence of ordered type names</dd>
@@ -223,9 +223,9 @@ public static&nbsp;<a href="http://uima.
 <ul class="blockList">
 <li class="blockList">
 <h4>createTypePriorities</h4>
-<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a>&nbsp;createTypePriorities()
-                                           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>
-<div class="block">Creates a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypePriorities</code></a> from all type priorities descriptions that can be found via
+<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a>&nbsp;createTypePriorities()
+                                           throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
+<div class="block">Creates a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypePriorities</code></a> from all type priorities descriptions that can be found via
  the pattern specified in the system property
  <code>org.apache.uima.fit.typepriorities.import_pattern</code> or via the
  <code>META-INF/org.apache.uima.fit/typepriorities.txt</code> files in the classpath.</div>
@@ -233,7 +233,7 @@ public static&nbsp;<a href="http://uima.
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the auto-scanned type priorities.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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> - if the collected type priorities cannot be merged.</dd>
+<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if the collected type priorities cannot be merged.</dd>
 </dl>
 </li>
 </ul>
@@ -244,7 +244,7 @@ public static&nbsp;<a href="http://uima.
 <li class="blockList">
 <h4>scanTypePrioritiesDescriptors</h4>
 <pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;scanTypePrioritiesDescriptors()
-                                              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>
+                                              throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
 <div class="block">Get all currently accessible type priorities descriptor locations. A scan is actually only
  performed on the first call and the locations are cached. To force a re-scan use
  <a href="../../../../../org/apache/uima/fit/factory/TypePrioritiesFactory.html#forceTypePrioritiesDescriptorsScan--"><code>forceTypePrioritiesDescriptorsScan()</code></a>.</div>
@@ -252,7 +252,7 @@ public static&nbsp;<a href="http://uima.
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>an array of locations.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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> - if the locations could not be resolved.</dd>
+<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if the locations could not be resolved.</dd>
 </dl>
 </li>
 </ul>
@@ -336,6 +336,6 @@ public static&nbsp;<a href="http://uima.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/TypeSystemDescriptionFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html Wed Jun  8 07:15:57 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TypeSystemDescriptionFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>TypeSystemDescriptionFactory (Apache uimaFIT 3.3.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="TypeSystemDescriptionFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="TypeSystemDescriptionFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -130,23 +130,23 @@ extends <a href="https://docs.oracle.com
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a></code></td>
+<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html#createTypeSystemDescription--">createTypeSystemDescription</a></span>()</code>
-<div class="block">Creates a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypeSystemDescription</code></a> from all type descriptions that can be found via the
+<div class="block">Creates a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypeSystemDescription</code></a> from all type descriptions that can be found via the
  default import pattern or via the <code>META-INF/org.apache.uima.fit/types.txt</code> files in the
  classpath.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a></code></td>
+<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html#createTypeSystemDescription-java.lang.String...-">createTypeSystemDescription</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;descriptorNames)</code>
 <div class="block">Creates a TypeSystemDescription from descriptor names.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a></code></td>
+<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html#createTypeSystemDescriptionFromPath-java.lang.String...-">createTypeSystemDescriptionFromPath</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;descriptorURIs)</code>
-<div class="block">Creates a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypeSystemDescription</code></a> from a descriptor file</div>
+<div class="block">Creates a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypeSystemDescription</code></a> from a descriptor file</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
@@ -189,7 +189,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createTypeSystemDescription</h4>
-<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a>&nbsp;createTypeSystemDescription(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;descriptorNames)</pre>
+<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a>&nbsp;createTypeSystemDescription(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;descriptorNames)</pre>
 <div class="block">Creates a TypeSystemDescription from descriptor names.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -205,8 +205,8 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createTypeSystemDescriptionFromPath</h4>
-<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a>&nbsp;createTypeSystemDescriptionFromPath(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;descriptorURIs)</pre>
-<div class="block">Creates a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypeSystemDescription</code></a> from a descriptor file</div>
+<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a>&nbsp;createTypeSystemDescriptionFromPath(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;descriptorURIs)</pre>
+<div class="block">Creates a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypeSystemDescription</code></a> from a descriptor file</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>descriptorURIs</code> - The descriptor file paths.</dd>
@@ -221,16 +221,16 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createTypeSystemDescription</h4>
-<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a>&nbsp;createTypeSystemDescription()
-                                                         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>
-<div class="block">Creates a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypeSystemDescription</code></a> from all type descriptions that can be found via the
+<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a>&nbsp;createTypeSystemDescription()
+                                                         throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
+<div class="block">Creates a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>TypeSystemDescription</code></a> from all type descriptions that can be found via the
  default import pattern or via the <code>META-INF/org.apache.uima.fit/types.txt</code> files in the
  classpath.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the auto-scanned type system.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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> - if the collected type system descriptions cannot be merged.</dd>
+<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if the collected type system descriptions cannot be merged.</dd>
 </dl>
 </li>
 </ul>
@@ -241,7 +241,7 @@ extends <a href="https://docs.oracle.com
 <li class="blockList">
 <h4>scanTypeDescriptors</h4>
 <pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;scanTypeDescriptors()
-                                    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>
+                                    throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
 <div class="block">Get all currently accessible type system descriptor locations. A scan is actually only
  performed on the first call and the locations are cached. To force a re-scan use
  <a href="../../../../../org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html#forceTypeDescriptorsScan--"><code>forceTypeDescriptorsScan()</code></a>.</div>
@@ -249,7 +249,7 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>an array of locations.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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> - if the locations could not be resolved.</dd>
+<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if the locations could not be resolved.</dd>
 </dl>
 </li>
 </ul>
@@ -333,6 +333,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/UimaContextFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/UimaContextFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/UimaContextFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/UimaContextFactory.html Wed Jun  8 07:15:57 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaContextFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>UimaContextFactory (Apache uimaFIT 3.3.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="UimaContextFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="UimaContextFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -130,7 +130,7 @@ extends <a href="https://docs.oracle.com
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima">UimaContext</a></code></td>
+<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima">UimaContext</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/UimaContextFactory.html#createUimaContext-java.lang.Object...-">createUimaContext</a></span>(<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>...&nbsp;configurationParameters)</code>
 <div class="block">Create a new UimaContext with the given configuration parameters set.</div>
 </td>
@@ -163,8 +163,8 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createUimaContext</h4>
-<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima">UimaContext</a>&nbsp;createUimaContext(<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>...&nbsp;configurationParameters)
-                                     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>
+<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima">UimaContext</a>&nbsp;createUimaContext(<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>...&nbsp;configurationParameters)
+                                     throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
 <div class="block">Create a new UimaContext with the given configuration parameters set.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -172,7 +172,7 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The new UimaContext.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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> - If the context could not be created.</dd>
+<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - If the context could not be created.</dd>
 </dl>
 </li>
 </ul>
@@ -245,6 +245,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/AggregateBuilder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AggregateBuilder.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AggregateBuilder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AggregateBuilder.html Wed Jun  8 07:15:57 2022
@@ -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.factory.AggregateBuilder (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.AggregateBuilder (Apache uimaFIT 3.3.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.factory.AggregateBuilder (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.AggregateBuilder (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/AnalysisEngineFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AnalysisEngineFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AnalysisEngineFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AnalysisEngineFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.AnalysisEngineFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.AnalysisEngineFactory (Apache uimaFIT 3.3.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.factory.AnalysisEngineFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.AnalysisEngineFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/AnnotationFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AnnotationFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AnnotationFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/AnnotationFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.AnnotationFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.AnnotationFactory (Apache uimaFIT 3.3.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.factory.AnnotationFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.AnnotationFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/CapabilityFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CapabilityFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CapabilityFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CapabilityFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.CapabilityFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.CapabilityFactory (Apache uimaFIT 3.3.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.factory.CapabilityFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.CapabilityFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/CasFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CasFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CasFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CasFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.CasFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.CasFactory (Apache uimaFIT 3.3.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.factory.CasFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.CasFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/CollectionReaderFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CollectionReaderFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CollectionReaderFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/CollectionReaderFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.CollectionReaderFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.CollectionReaderFactory (Apache uimaFIT 3.3.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.factory.CollectionReaderFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.CollectionReaderFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/ConfigurationParameterFactory.ConfigurationData.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ConfigurationParameterFactory.ConfigurationData.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ConfigurationParameterFactory.ConfigurationData.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ConfigurationParameterFactory.ConfigurationData.html Wed Jun  8 07:15:57 2022
@@ -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.factory.ConfigurationParameterFactory.ConfigurationData (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.ConfigurationParameterFactory.ConfigurationData (Apache uimaFIT 3.3.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.factory.ConfigurationParameterFactory.ConfigurationData (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.ConfigurationParameterFactory.ConfigurationData (Apache uimaFIT 3.3.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -172,6 +172,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/ConfigurationParameterFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ConfigurationParameterFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ConfigurationParameterFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ConfigurationParameterFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.ConfigurationParameterFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.ConfigurationParameterFactory (Apache uimaFIT 3.3.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.factory.ConfigurationParameterFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.ConfigurationParameterFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/ExternalResourceFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ExternalResourceFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ExternalResourceFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ExternalResourceFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.ExternalResourceFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.ExternalResourceFactory (Apache uimaFIT 3.3.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.factory.ExternalResourceFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.ExternalResourceFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/FlowControllerFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/FlowControllerFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/FlowControllerFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/FlowControllerFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.FlowControllerFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.FlowControllerFactory (Apache uimaFIT 3.3.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.factory.FlowControllerFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.FlowControllerFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/FsIndexFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/FsIndexFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/FsIndexFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/FsIndexFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.FsIndexFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.FsIndexFactory (Apache uimaFIT 3.3.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.factory.FsIndexFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.FsIndexFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/JCasBuilder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/JCasBuilder.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/JCasBuilder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/JCasBuilder.html Wed Jun  8 07:15:57 2022
@@ -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.factory.JCasBuilder (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.JCasBuilder (Apache uimaFIT 3.3.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.factory.JCasBuilder (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.JCasBuilder (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/JCasFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/JCasFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/JCasFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/JCasFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.JCasFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.JCasFactory (Apache uimaFIT 3.3.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.factory.JCasFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.JCasFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/ResourceCreationSpecifierFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ResourceCreationSpecifierFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ResourceCreationSpecifierFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ResourceCreationSpecifierFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.ResourceCreationSpecifierFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.ResourceCreationSpecifierFactory (Apache uimaFIT 3.3.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.factory.ResourceCreationSpecifierFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.ResourceCreationSpecifierFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/ResourceMetaDataFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ResourceMetaDataFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ResourceMetaDataFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/ResourceMetaDataFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.ResourceMetaDataFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.ResourceMetaDataFactory (Apache uimaFIT 3.3.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.factory.ResourceMetaDataFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.ResourceMetaDataFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/SofaMappingFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/SofaMappingFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/SofaMappingFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/SofaMappingFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.SofaMappingFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.SofaMappingFactory (Apache uimaFIT 3.3.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.factory.SofaMappingFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.SofaMappingFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/TypePrioritiesFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/TypePrioritiesFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/TypePrioritiesFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/TypePrioritiesFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.TypePrioritiesFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.TypePrioritiesFactory (Apache uimaFIT 3.3.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.factory.TypePrioritiesFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.TypePrioritiesFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/TypeSystemDescriptionFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/TypeSystemDescriptionFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/TypeSystemDescriptionFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/TypeSystemDescriptionFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.TypeSystemDescriptionFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.TypeSystemDescriptionFactory (Apache uimaFIT 3.3.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.factory.TypeSystemDescriptionFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.TypeSystemDescriptionFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/class-use/UimaContextFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/UimaContextFactory.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/UimaContextFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/class-use/UimaContextFactory.html Wed Jun  8 07:15:57 2022
@@ -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.factory.UimaContextFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.factory.UimaContextFactory (Apache uimaFIT 3.3.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.factory.UimaContextFactory (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.factory.UimaContextFactory (Apache uimaFIT 3.3.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <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/factory/initializable/Initializable.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/initializable/Initializable.html?rev=1901744&r1=1901743&r2=1901744&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/initializable/Initializable.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/initializable/Initializable.html Wed Jun  8 07:15:57 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Initializable (Apache uimaFIT 3.2.0 User-Level API Documentation)</title>
+<title>Initializable (Apache uimaFIT 3.3.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="Initializable (Apache uimaFIT 3.2.0 User-Level API Documentation)";
+            parent.document.title="Initializable (Apache uimaFIT 3.3.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -103,7 +103,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public interface <span class="typeNameLabel">Initializable</span></pre>
 <div class="block"><p>
- This interface provides a way of initializing a class with a <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima"><code>UimaContext</code></a>. The standard
+ This interface provides a way of initializing a class with a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima"><code>UimaContext</code></a>. The standard
  use case of this interface involves situations in which a member variable is declared with an
  interface type and the actual class that is used is decided at runtime. When the member variable
  is instantiated, it is useful to provide it a <code>UimaContext</code> so that it can initialize
@@ -129,7 +129,7 @@ var activeTableTab = "activeTableTab";
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/factory/initializable/Initializable.html#initialize-org.apache.uima.UimaContext-">initialize</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima">UimaContext</a>&nbsp;context)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/factory/initializable/Initializable.html#initialize-org.apache.uima.UimaContext-">initialize</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima">UimaContext</a>&nbsp;context)</code>
 <div class="block">This method will be called automatically if the implementing class is instantiated with
  InitializableFactory.</div>
 </td>
@@ -155,15 +155,15 @@ var activeTableTab = "activeTableTab";
 <ul class="blockListLast">
 <li class="blockList">
 <h4>initialize</h4>
-<pre>void&nbsp;initialize(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima">UimaContext</a>&nbsp;context)
-         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>
+<pre>void&nbsp;initialize(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/UimaContext.html?is-external=true" title="class or interface in org.apache.uima">UimaContext</a>&nbsp;context)
+         throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
 <div class="block">This method will be called automatically if the implementing class is instantiated with
  InitializableFactory.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>context</code> - the UIMA context containing the parameter settings</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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> - if there was a problem during initialization</dd>
+<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if there was a problem during initialization</dd>
 </dl>
 </li>
 </ul>
@@ -236,6 +236,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>