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 2023/02/08 10:33:40 UTC

svn commit: r1907517 [15/28] - 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/factory/FlowControllerFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/FlowControllerFactory.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/FlowControllerFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/FlowControllerFactory.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FlowControllerFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>FlowControllerFactory (Apache uimaFIT 3.4.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="FlowControllerFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="FlowControllerFactory (Apache uimaFIT 3.4.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="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FlowControllerFactory.html#createFlowControllerDescription-java.lang.Class-org.apache.uima.resource.metadata.ConfigurationParameter:A-java.lang.Object:A-">createFlowControllerDescription</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/flow/FlowController.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowController</a>&gt;&nbsp;flowControllerClass,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/ConfigurationParameter.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">ConfigurationParameter</a>[]&nbsp;configurationParameters,
+<td class="colFirst"><code>static org.apache.uima.flow.FlowControllerDescription</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FlowControllerFactory.html#createFlowControllerDescription-java.lang.Class-org.apache.uima.resource.metadata.ConfigurationParameter:A-java.lang.Object:A-">createFlowControllerDescription</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 org.apache.uima.flow.FlowController&gt;&nbsp;flowControllerClass,
+                               org.apache.uima.resource.metadata.ConfigurationParameter[]&nbsp;configurationParameters,
                                <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;configurationValues)</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FlowControllerFactory.html#createFlowControllerDescription-java.lang.Class-org.apache.uima.resource.metadata.ConfigurationParameter:A-java.lang.Object:A-java.util.Map-">createFlowControllerDescription</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/flow/FlowController.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowController</a>&gt;&nbsp;flowControllerClass,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/ConfigurationParameter.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">ConfigurationParameter</a>[]&nbsp;configurationParameters,
+<td class="colFirst"><code>static org.apache.uima.flow.FlowControllerDescription</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FlowControllerFactory.html#createFlowControllerDescription-java.lang.Class-org.apache.uima.resource.metadata.ConfigurationParameter:A-java.lang.Object:A-java.util.Map-">createFlowControllerDescription</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 org.apache.uima.flow.FlowController&gt;&nbsp;flowControllerClass,
+                               org.apache.uima.resource.metadata.ConfigurationParameter[]&nbsp;configurationParameters,
                                <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;configurationValues,
-                               <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ExternalResourceDescription.html?is-external=true" title="class or interface in org.apache.uima.resource">ExternalResourceDescription</a>&gt;&nbsp;externalResources)</code>
+                               <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,org.apache.uima.resource.ExternalResourceDescription&gt;&nbsp;externalResources)</code>
 <div class="block">Creates a new FlowControllerDescription for a given class and configuration parameters with
  values</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FlowControllerFactory.html#createFlowControllerDescription-java.lang.Class-java.lang.Object...-">createFlowControllerDescription</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/flow/FlowController.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowController</a>&gt;&nbsp;flowControllerClass,
+<td class="colFirst"><code>static org.apache.uima.flow.FlowControllerDescription</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FlowControllerFactory.html#createFlowControllerDescription-java.lang.Class-java.lang.Object...-">createFlowControllerDescription</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 org.apache.uima.flow.FlowController&gt;&nbsp;flowControllerClass,
                                <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;configurationData)</code>
 <div class="block">Creates a new FlowControllerDescription for a given class and configuration data</div>
 </td>
@@ -180,9 +180,9 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFlowControllerDescription</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a>&nbsp;createFlowControllerDescription(<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/flow/FlowController.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowController</a>&gt;&nbsp;flowControllerClass,
-                                                                        <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;configurationData)
-                                                                 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>
+<pre>public static&nbsp;org.apache.uima.flow.FlowControllerDescription&nbsp;createFlowControllerDescription(<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 org.apache.uima.flow.FlowController&gt;&nbsp;flowControllerClass,
+                                                                                             <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;configurationData)
+                                                                                      throws org.apache.uima.resource.ResourceInitializationException</pre>
 <div class="block">Creates a new FlowControllerDescription for a given class and configuration data</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -191,7 +191,7 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a flow controller description</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 description could not be created</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the description could not be created</dd>
 </dl>
 </li>
 </ul>
@@ -201,10 +201,10 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFlowControllerDescription</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a>&nbsp;createFlowControllerDescription(<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/flow/FlowController.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowController</a>&gt;&nbsp;flowControllerClass,
-                                                                        <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/ConfigurationParameter.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">ConfigurationParameter</a>[]&nbsp;configurationParameters,
-                                                                        <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;configurationValues)
-                                                                 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>
+<pre>public static&nbsp;org.apache.uima.flow.FlowControllerDescription&nbsp;createFlowControllerDescription(<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 org.apache.uima.flow.FlowController&gt;&nbsp;flowControllerClass,
+                                                                                             org.apache.uima.resource.metadata.ConfigurationParameter[]&nbsp;configurationParameters,
+                                                                                             <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;configurationValues)
+                                                                                      throws org.apache.uima.resource.ResourceInitializationException</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>flowControllerClass</code> - the flow controller class</dd>
@@ -213,7 +213,7 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a flow controller description</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 description could not be created</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the description could not be created</dd>
 </dl>
 </li>
 </ul>
@@ -223,11 +223,11 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createFlowControllerDescription</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a>&nbsp;createFlowControllerDescription(<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/flow/FlowController.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowController</a>&gt;&nbsp;flowControllerClass,
-                                                                        <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/ConfigurationParameter.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">ConfigurationParameter</a>[]&nbsp;configurationParameters,
-                                                                        <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;configurationValues,
-                                                                        <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ExternalResourceDescription.html?is-external=true" title="class or interface in org.apache.uima.resource">ExternalResourceDescription</a>&gt;&nbsp;externalResources)
-                                                                 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>
+<pre>public static&nbsp;org.apache.uima.flow.FlowControllerDescription&nbsp;createFlowControllerDescription(<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 org.apache.uima.flow.FlowController&gt;&nbsp;flowControllerClass,
+                                                                                             org.apache.uima.resource.metadata.ConfigurationParameter[]&nbsp;configurationParameters,
+                                                                                             <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;configurationValues,
+                                                                                             <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,org.apache.uima.resource.ExternalResourceDescription&gt;&nbsp;externalResources)
+                                                                                      throws org.apache.uima.resource.ResourceInitializationException</pre>
 <div class="block">Creates a new FlowControllerDescription for a given class and configuration parameters with
  values</div>
 <dl>
@@ -239,7 +239,7 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a flow controller description</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 description could not be created</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the description could not be created</dd>
 </dl>
 </li>
 </ul>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/FsIndexFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/FsIndexFactory.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/FsIndexFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/FsIndexFactory.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FsIndexFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>FsIndexFactory (Apache uimaFIT 3.4.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,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FsIndexFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="FsIndexFactory (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9};
+var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -158,62 +158,68 @@ 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="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexCollection</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexCollection--">createFsIndexCollection</a></span>()</code>
-<div class="block">Creates a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>FsIndexCollection</code></a> from all index descriptions that can be found via the
+<div class="block">Creates a <code>FsIndexCollection</code> from all index descriptions that can be found via the
  pattern specified in the system property <code>org.apache.uima.fit.fsindex.import_pattern</code> or
  via the <code>META-INF/org.apache.uima.fit/fsindexes.txt</code> files in the classpath.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexCollection</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexCollection-java.lang.Class-">createFsIndexCollection</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;?&gt;&nbsp;componentClass)</code>
 <div class="block">Create index configuration data for a given class definition using reflection and the
  configuration parameter annotation.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexCollection-org.apache.uima.resource.metadata.FsIndexDescription...-">createFsIndexCollection</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexDescription</a>...&nbsp;descriptions)</code>
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexCollection</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexCollection-java.util.Collection-">createFsIndexCollection</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends org.apache.uima.resource.metadata.FsIndexDescription&gt;&nbsp;descriptions)</code>
 <div class="block">Create a index collection from a set of descriptions.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexCollection-java.lang.String...-">createFsIndexCollection</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 <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>FsIndexCollection</code></a> from descriptor names.</div>
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexCollection</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexCollection-org.apache.uima.resource.metadata.FsIndexDescription...-">createFsIndexCollection</a></span>(org.apache.uima.resource.metadata.FsIndexDescription...&nbsp;descriptions)</code>
+<div class="block">Create a index collection from a set of descriptions.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexDescription</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexCollection</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexCollection-java.lang.String...-">createFsIndexCollection</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 <code>FsIndexCollection</code> from descriptor names.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexDescription</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexDescription-java.lang.String-java.lang.String-java.lang.String-boolean-org.apache.uima.resource.metadata.FsIndexKeyDescription...-">createFsIndexDescription</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;label,
                         <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;kind,
                         <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;typeName,
                         boolean&nbsp;useTypePriorities,
-                        <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexKeyDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexKeyDescription</a>...&nbsp;keys)</code>&nbsp;</td>
+                        org.apache.uima.resource.metadata.FsIndexKeyDescription...&nbsp;keys)</code>&nbsp;</td>
 </tr>
-<tr id="i5" class="rowColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexKeyDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexKeyDescription</a></code></td>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexKeyDescription</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexKeyDescription-java.lang.String-">createFsIndexKeyDescription</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;featureName)</code>&nbsp;</td>
 </tr>
-<tr id="i6" class="altColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexKeyDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexKeyDescription</a></code></td>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexKeyDescription</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexKeyDescription-java.lang.String-int-">createFsIndexKeyDescription</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;featureName,
                            int&nbsp;comparator)</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a></code></td>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexCollection</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.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="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>FsIndexCollection</code></a> from a descriptor file</div>
+<div class="block">Creates a <code>FsIndexCollection</code> from a descriptor file</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#forceIndexDescriptorsScan--">forceIndexDescriptorsScan</a></span>()</code>
 <div class="block">Force rescan of index descriptors.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>static <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>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#scanIndexDescriptors--">scanIndexDescriptors</a></span>()</code>
 <div class="block">Get all currently accessible index descriptor locations.</div>
@@ -286,7 +292,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexCollection</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a>&nbsp;createFsIndexCollection(<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;?&gt;&nbsp;componentClass)</pre>
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createFsIndexCollection(<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;?&gt;&nbsp;componentClass)</pre>
 <div class="block">Create index configuration data for a given class definition using reflection and the
  configuration parameter annotation.</div>
 <dl>
@@ -303,11 +309,11 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexDescription</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexDescription</a>&nbsp;createFsIndexDescription(<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;label,
-                                                          <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;kind,
-                                                          <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;typeName,
-                                                          boolean&nbsp;useTypePriorities,
-                                                          <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexKeyDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexKeyDescription</a>...&nbsp;keys)</pre>
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexDescription&nbsp;createFsIndexDescription(<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;label,
+                                                                                            <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;kind,
+                                                                                            <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;typeName,
+                                                                                            boolean&nbsp;useTypePriorities,
+                                                                                            org.apache.uima.resource.metadata.FsIndexKeyDescription...&nbsp;keys)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>label</code> - the index label</dd>
@@ -326,7 +332,23 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexCollection</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a>&nbsp;createFsIndexCollection(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexDescription</a>...&nbsp;descriptions)</pre>
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createFsIndexCollection(org.apache.uima.resource.metadata.FsIndexDescription...&nbsp;descriptions)</pre>
+<div class="block">Create a index collection from a set of descriptions.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>descriptions</code> - the index descriptions</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the index collection</dd>
+</dl>
+</li>
+</ul>
+<a name="createFsIndexCollection-java.util.Collection-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createFsIndexCollection</h4>
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createFsIndexCollection(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends org.apache.uima.resource.metadata.FsIndexDescription&gt;&nbsp;descriptions)</pre>
 <div class="block">Create a index collection from a set of descriptions.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -342,7 +364,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexKeyDescription</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexKeyDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexKeyDescription</a>&nbsp;createFsIndexKeyDescription(<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;featureName)</pre>
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexKeyDescription&nbsp;createFsIndexKeyDescription(<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;featureName)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>featureName</code> - the feature to index</dd>
@@ -357,8 +379,8 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexKeyDescription</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexKeyDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexKeyDescription</a>&nbsp;createFsIndexKeyDescription(<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;featureName,
-                                                                int&nbsp;comparator)</pre>
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexKeyDescription&nbsp;createFsIndexKeyDescription(<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;featureName,
+                                                                                                  int&nbsp;comparator)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>featureName</code> - the feature to index</dd>
@@ -374,13 +396,13 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexCollection</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a>&nbsp;createFsIndexCollection(<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 <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>FsIndexCollection</code></a> from descriptor names.</div>
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createFsIndexCollection(<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 <code>FsIndexCollection</code> from descriptor names.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>descriptorNames</code> - The fully qualified, Java-style, dotted descriptor names.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>FsIndexCollection</code></a> that includes the indexes from all of the specified files.</dd>
+<dd>a <code>FsIndexCollection</code> that includes the indexes from all of the specified files.</dd>
 </dl>
 </li>
 </ul>
@@ -390,13 +412,13 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createTypeSystemDescriptionFromPath</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</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/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>FsIndexCollection</code></a> from a descriptor file</div>
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&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 <code>FsIndexCollection</code> from a descriptor file</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>descriptorURIs</code> - The descriptor file paths.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>A <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>FsIndexCollection</code></a> that includes the indexes from all of the specified files.</dd>
+<dd>A <code>FsIndexCollection</code> that includes the indexes from all of the specified files.</dd>
 </dl>
 </li>
 </ul>
@@ -406,16 +428,16 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexCollection</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">FsIndexCollection</a>&nbsp;createFsIndexCollection()
-                                                 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/FsIndexCollection.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata"><code>FsIndexCollection</code></a> from all index descriptions that can be found via the
+<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createFsIndexCollection()
+                                                                                   throws org.apache.uima.resource.ResourceInitializationException</pre>
+<div class="block">Creates a <code>FsIndexCollection</code> from all index descriptions that can be found via the
  pattern specified in the system property <code>org.apache.uima.fit.fsindex.import_pattern</code> or
  via the <code>META-INF/org.apache.uima.fit/fsindexes.txt</code> files in the classpath.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the auto-scanned indexes.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 index collection could not be assembled</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the index collection could not be assembled</dd>
 </dl>
 </li>
 </ul>
@@ -426,7 +448,7 @@ extends <a href="https://docs.oracle.com
 <li class="blockList">
 <h4>scanIndexDescriptors</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;scanIndexDescriptors()
-                                     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>
+                                     throws org.apache.uima.resource.ResourceInitializationException</pre>
 <div class="block">Get all currently accessible index 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/FsIndexFactory.html#forceIndexDescriptorsScan--"><code>forceIndexDescriptorsScan()</code></a>.</div>
@@ -434,7 +456,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="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>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the locations could not be resolved.</dd>
 </dl>
 </li>
 </ul>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/JCasBuilder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/JCasBuilder.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/JCasBuilder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/JCasBuilder.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasBuilder (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>JCasBuilder (Apache uimaFIT 3.4.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="JCasBuilder (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="JCasBuilder (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -130,7 +130,7 @@ extends <a href="https://docs.oracle.com
 <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/factory/JCasBuilder.html#JCasBuilder-org.apache.uima.jcas.JCas-">JCasBuilder</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas)</code>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasBuilder.html#JCasBuilder-org.apache.uima.jcas.JCas-">JCasBuilder</a></span>(org.apache.uima.jcas.JCas&nbsp;aJCas)</code>
 <div class="block">Create a new JCas builder working on the specified JCas.</div>
 </td>
 </tr>
@@ -176,7 +176,7 @@ extends <a href="https://docs.oracle.com
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a></code></td>
+<td class="colFirst"><code>org.apache.uima.jcas.JCas</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasBuilder.html#getJCas--">getJCas</a></span>()</code>
 <div class="block">Get the JCas.</div>
 </td>
@@ -215,7 +215,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JCasBuilder</h4>
-<pre>public&nbsp;JCasBuilder(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas)</pre>
+<pre>public&nbsp;JCasBuilder(org.apache.uima.jcas.JCas&nbsp;aJCas)</pre>
 <div class="block">Create a new JCas builder working on the specified JCas. The JCas must not have any content
  yet.</div>
 <dl>
@@ -309,7 +309,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getJCas</h4>
-<pre>public&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;getJCas()</pre>
+<pre>public&nbsp;org.apache.uima.jcas.JCas&nbsp;getJCas()</pre>
 <div class="block">Get the JCas.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/JCasFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/JCasFactory.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/JCasFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/JCasFactory.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>JCasFactory (Apache uimaFIT 3.4.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="JCasFactory (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="JCasFactory (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public final class <span class="typeNameLabel">JCasFactory</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">Convenience methods to create <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a> objects.</div>
+<div class="block">Convenience methods to create <code>JCas</code> objects.</div>
 </li>
 </ul>
 </div>
@@ -131,44 +131,44 @@ 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="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasFactory.html#createJCas--">createJCas</a></span>()</code>
-<div class="block">Creates a new <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>.</div>
+<div class="block">Creates a new <code>JCas</code>.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasFactory.html#createJCas-java.lang.String...-">createJCas</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;typeSystemDescriptorNames)</code>
 <div class="block">Creates a new JCas from type system descriptor files found by name.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasFactory.html#createJCas-java.lang.String-org.apache.uima.resource.metadata.TypeSystemDescription-">createJCas</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;fileName,
-          <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;typeSystemDescription)</code>
+          org.apache.uima.resource.metadata.TypeSystemDescription&nbsp;typeSystemDescription)</code>
 <div class="block">This method creates a new JCas and loads the contents of an XMI or XCAS file into it.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasFactory.html#createJCas-org.apache.uima.resource.metadata.TypeSystemDescription-">createJCas</a></span>(<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;typeSystemDescription)</code>
+<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasFactory.html#createJCas-org.apache.uima.resource.metadata.TypeSystemDescription-">createJCas</a></span>(org.apache.uima.resource.metadata.TypeSystemDescription&nbsp;typeSystemDescription)</code>
 <div class="block">Create a new JCas for the given type system description.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasFactory.html#createJCasFromPath-java.lang.String...-">createJCasFromPath</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;typeSystemDescriptorPaths)</code>
 <div class="block">Creates a new JCas from type system descriptor files.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasFactory.html#createText-java.lang.String-">createText</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;aText)</code>
 <div class="block">Creates a new JCas with the given text.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
-<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a></code></td>
+<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasFactory.html#createText-java.lang.String-java.lang.String-">createText</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;aText,
           <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;aLanguage)</code>
 <div class="block">Creates a new JCas with the given text and language.</div>
@@ -202,9 +202,9 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createText</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;createText(<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;aText)
-                       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>,
-                              <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></pre>
+<pre>public static&nbsp;org.apache.uima.jcas.JCas&nbsp;createText(<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;aText)
+                                            throws org.apache.uima.resource.ResourceInitializationException,
+                                                   org.apache.uima.cas.CASException</pre>
 <div class="block">Creates a new JCas with the given text. The type system is detected automatically using
  <a href="../../../../../org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html#createTypeSystemDescription--"><code>TypeSystemDescriptionFactory.createTypeSystemDescription()</code></a>. Type priorities are
  detected automatically using <a href="../../../../../org/apache/uima/fit/factory/TypePrioritiesFactory.html#createTypePriorities--"><code>TypePrioritiesFactory.createTypePriorities()</code></a>. Indexes are
@@ -215,8 +215,8 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a new JCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 CAS could not be initialized</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></code> - if the JCas could not be initialized</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the CAS could not be initialized</dd>
+<dd><code>org.apache.uima.cas.CASException</code> - if the JCas could not be initialized</dd>
 </dl>
 </li>
 </ul>
@@ -226,10 +226,10 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createText</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;createText(<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;aText,
-                              <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;aLanguage)
-                       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>,
-                              <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></pre>
+<pre>public static&nbsp;org.apache.uima.jcas.JCas&nbsp;createText(<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;aText,
+                                                   <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;aLanguage)
+                                            throws org.apache.uima.resource.ResourceInitializationException,
+                                                   org.apache.uima.cas.CASException</pre>
 <div class="block">Creates a new JCas with the given text and language. The type system is detected automatically
  using <a href="../../../../../org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html#createTypeSystemDescription--"><code>TypeSystemDescriptionFactory.createTypeSystemDescription()</code></a>. Type priorities are
  detected automatically using <a href="../../../../../org/apache/uima/fit/factory/TypePrioritiesFactory.html#createTypePriorities--"><code>TypePrioritiesFactory.createTypePriorities()</code></a>. Indexes are
@@ -241,8 +241,8 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a new JCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 CAS could not be initialized</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></code> - if the JCas could not be initialized</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the CAS could not be initialized</dd>
+<dd><code>org.apache.uima.cas.CASException</code> - if the JCas could not be initialized</dd>
 </dl>
 </li>
 </ul>
@@ -252,10 +252,10 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createJCas</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;createJCas()
-                       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>,
-                              <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></pre>
-<div class="block">Creates a new <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>. The type system is detected automatically using
+<pre>public static&nbsp;org.apache.uima.jcas.JCas&nbsp;createJCas()
+                                            throws org.apache.uima.resource.ResourceInitializationException,
+                                                   org.apache.uima.cas.CASException</pre>
+<div class="block">Creates a new <code>JCas</code>. The type system is detected automatically using
  <a href="../../../../../org/apache/uima/fit/factory/TypeSystemDescriptionFactory.html#createTypeSystemDescription--"><code>TypeSystemDescriptionFactory.createTypeSystemDescription()</code></a>. Type priorities are
  detected automatically using <a href="../../../../../org/apache/uima/fit/factory/TypePrioritiesFactory.html#createTypePriorities--"><code>TypePrioritiesFactory.createTypePriorities()</code></a>. Indexes are
  detected automatically using <a href="../../../../../org/apache/uima/fit/factory/FsIndexFactory.html#createFsIndexCollection--"><code>FsIndexFactory.createFsIndexCollection()</code></a>.</div>
@@ -263,8 +263,8 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a new JCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 CAS could not be initialized</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></code> - if the JCas could not be initialized</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the CAS could not be initialized</dd>
+<dd><code>org.apache.uima.cas.CASException</code> - if the JCas could not be initialized</dd>
 </dl>
 </li>
 </ul>
@@ -274,9 +274,9 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createJCas</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;createJCas(<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;typeSystemDescriptorNames)
-                       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>,
-                              <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></pre>
+<pre>public static&nbsp;org.apache.uima.jcas.JCas&nbsp;createJCas(<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;typeSystemDescriptorNames)
+                                            throws org.apache.uima.resource.ResourceInitializationException,
+                                                   org.apache.uima.cas.CASException</pre>
 <div class="block">Creates a new JCas from type system descriptor files found by name. No auto-detection for type
  priorities, or indexes is performed.</div>
 <dl>
@@ -286,8 +286,8 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a new JCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 CAS could not be initialized</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></code> - if the JCas could not be initialized</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the CAS could not be initialized</dd>
+<dd><code>org.apache.uima.cas.CASException</code> - if the JCas could not be initialized</dd>
 </dl>
 </li>
 </ul>
@@ -297,9 +297,9 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createJCasFromPath</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;createJCasFromPath(<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;typeSystemDescriptorPaths)
-                               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>,
-                                      <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></pre>
+<pre>public static&nbsp;org.apache.uima.jcas.JCas&nbsp;createJCasFromPath(<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;typeSystemDescriptorPaths)
+                                                    throws org.apache.uima.resource.ResourceInitializationException,
+                                                           org.apache.uima.cas.CASException</pre>
 <div class="block">Creates a new JCas from type system descriptor files. No auto-detection for type priorities, or
  indexes is performed.</div>
 <dl>
@@ -308,8 +308,8 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a new JCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 CAS could not be initialized</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></code> - if the JCas could not be initialized</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the CAS could not be initialized</dd>
+<dd><code>org.apache.uima.cas.CASException</code> - if the JCas could not be initialized</dd>
 </dl>
 </li>
 </ul>
@@ -319,9 +319,9 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>createJCas</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;createJCas(<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;typeSystemDescription)
-                       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>,
-                              <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></pre>
+<pre>public static&nbsp;org.apache.uima.jcas.JCas&nbsp;createJCas(org.apache.uima.resource.metadata.TypeSystemDescription&nbsp;typeSystemDescription)
+                                            throws org.apache.uima.resource.ResourceInitializationException,
+                                                   org.apache.uima.cas.CASException</pre>
 <div class="block">Create a new JCas for the given type system description. No auto-detection type priorities, or
  indexes is performed.</div>
 <dl>
@@ -330,8 +330,8 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a new JCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 CAS could not be initialized</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></code> - if the JCas could not be initialized</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the CAS could not be initialized</dd>
+<dd><code>org.apache.uima.cas.CASException</code> - if the JCas could not be initialized</dd>
 </dl>
 </li>
 </ul>
@@ -341,11 +341,11 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createJCas</h4>
-<pre>public static&nbsp;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;createJCas(<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;fileName,
-                              <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;typeSystemDescription)
-                       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>,
-                              <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a>,
-                              <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<pre>public static&nbsp;org.apache.uima.jcas.JCas&nbsp;createJCas(<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;fileName,
+                                                   org.apache.uima.resource.metadata.TypeSystemDescription&nbsp;typeSystemDescription)
+                                            throws org.apache.uima.resource.ResourceInitializationException,
+                                                   org.apache.uima.cas.CASException,
+                                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">This method creates a new JCas and loads the contents of an XMI or XCAS file into it.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -354,8 +354,8 @@ extends <a href="https://docs.oracle.com
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a new JCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<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 CAS could not be initialized</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CASException.html?is-external=true" title="class or interface in org.apache.uima.cas">CASException</a></code> - if the JCas could not be initialized</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the CAS could not be initialized</dd>
+<dd><code>org.apache.uima.cas.CASException</code> - if the JCas could not be initialized</dd>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is a problem reading the file</dd>
 </dl>
 </li>