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 2016/04/06 20:44:01 UTC

svn commit: r1738023 [17/32] - in /uima/site/trunk/uima-website/docs/d/uimafit-2.2.0: ./ 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/componen...

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/FlowControllerFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/FlowControllerFactory.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/FlowControllerFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/FlowControllerFactory.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FlowControllerFactory (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>FlowControllerFactory (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FlowControllerFactory (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="FlowControllerFactory (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.uima.fit.factory.FlowControllerFactory</li>
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public final class <span class="typeNameLabel">FlowControllerFactory</span>
-extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
 </div>
@@ -130,25 +130,25 @@ extends <a href="http://download.oracle.
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<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="http://download.oracle.com/javase/1.5.0/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="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;configurationValues)</code>&nbsp;</td>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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-2.8.1/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="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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 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="http://download.oracle.com/javase/1.5.0/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="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;configurationValues,
-                               <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/1.5.0/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>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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-2.8.1/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="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;configurationValues,
+                               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://uima.apache.org/d/uimaj-2.8.1/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>
 <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 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="http://download.oracle.com/javase/1.5.0/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="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;configurationData)</code>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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-2.8.1/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="http://docs.oracle.com/javase/7/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>
 </tr>
@@ -157,8 +157,8 @@ extends <a href="http://download.oracle.
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="ht
 tp://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -180,9 +180,9 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFlowControllerDescription</h4>
-<pre>public static&nbsp;org.apache.uima.flow.FlowControllerDescription&nbsp;createFlowControllerDescription(<a href="http://download.oracle.com/javase/1.5.0/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="http://download.oracle.com/javase/1.5.0/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>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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-2.8.1/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="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;configurationData)
+                                                                 throws <a href="http://uima.apache.org/d/uimaj-2.8.1/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 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="http://download.oracle.
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a flow controller description</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the description could not be created</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/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>
 </dl>
 </li>
 </ul>
@@ -201,10 +201,10 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFlowControllerDescription</h4>
-<pre>public static&nbsp;org.apache.uima.flow.FlowControllerDescription&nbsp;createFlowControllerDescription(<a href="http://download.oracle.com/javase/1.5.0/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="http://download.oracle.com/javase/1.5.0/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>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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-2.8.1/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="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;configurationValues)
+                                                                 throws <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>flowControllerClass</code> - the flow controller class</dd>
@@ -213,7 +213,7 @@ extends <a href="http://download.oracle.
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a flow controller description</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the description could not be created</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/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>
 </dl>
 </li>
 </ul>
@@ -223,11 +223,11 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createFlowControllerDescription</h4>
-<pre>public static&nbsp;org.apache.uima.flow.FlowControllerDescription&nbsp;createFlowControllerDescription(<a href="http://download.oracle.com/javase/1.5.0/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="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;configurationValues,
-                                                                                             <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/1.5.0/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>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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-2.8.1/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="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;configurationValues,
+                                                                        <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://uima.apache.org/d/uimaj-2.8.1/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 new FlowControllerDescription for a given class and configuration parameters with
  values</div>
 <dl>
@@ -239,7 +239,7 @@ extends <a href="http://download.oracle.
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a flow controller description</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the description could not be created</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/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>
 </dl>
 </li>
 </ul>
@@ -312,6 +312,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/FsIndexFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/FsIndexFactory.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/FsIndexFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/FsIndexFactory.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FsIndexFactory (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>FsIndexFactory (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FsIndexFactory (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="FsIndexFactory (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.uima.fit.factory.FsIndexFactory</li>
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public final class <span class="typeNameLabel">FsIndexFactory</span>
-extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
 </div>
@@ -158,53 +158,53 @@ extends <a href="http://download.oracle.
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>static org.apache.uima.resource.metadata.FsIndexCollection</code></td>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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--">createFsIndexCollection</a></span>()</code>
-<div class="block">Creates a <code>FsIndexCollection</code> from all index descriptions that can be found via the
+<div class="block">Creates a <a href="http://uima.apache.org/d/uimaj-2.8.1/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
  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 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="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;componentClass)</code>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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.Class-">createFsIndexCollection</a></span>(<a href="http://docs.oracle.com/javase/7/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 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>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://uima.apache.org/d/uimaj-2.8.1/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>
 <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 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="http://download.oracle.com/javase/1.5.0/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 class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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="http://uima.apache.org/d/uimaj-2.8.1/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>
 </tr>
 <tr id="i4" class="altColor">
-<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="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label,
-                        <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;kind,
-                        <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;typeName,
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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="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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label,
+                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;kind,
+                        <a href="http://docs.oracle.com/javase/7/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)</code>&nbsp;</td>
+                        <a href="http://uima.apache.org/d/uimaj-2.8.1/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>
 </tr>
 <tr id="i5" 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-">createFsIndexKeyDescription</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;featureName)</code>&nbsp;</td>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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>
+<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="http://docs.oracle.com/javase/7/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 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="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;featureName,
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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>
+<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="http://docs.oracle.com/javase/7/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 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="http://download.oracle.com/javase/1.5.0/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 <code>FsIndexCollection</code> from a descriptor file</div>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/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#createTypeSystemDescriptionFromPath-java.lang.String...-">createTypeSystemDescriptionFromPath</a></span>(<a href="http://docs.oracle.com/javase/7/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-2.8.1/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>
 </td>
 </tr>
 <tr id="i8" class="altColor">
@@ -214,7 +214,7 @@ extends <a href="http://download.oracle.
 </td>
 </tr>
 <tr id="i9" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/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>
 </td>
@@ -224,8 +224,8 @@ extends <a href="http://download.oracle.
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="ht
 tp://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -286,7 +286,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexCollection</h4>
-<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createFsIndexCollection(<a href="http://download.oracle.com/javase/1.5.0/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;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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 +303,11 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexDescription</h4>
-<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexDescription&nbsp;createFsIndexDescription(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label,
-                                                                                            <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;kind,
-                                                                                            <a href="http://download.oracle.com/javase/1.5.0/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>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label,
+                                                          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;kind,
+                                                          <a href="http://docs.oracle.com/javase/7/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="http://uima.apache.org/d/uimaj-2.8.1/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>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>label</code> - the index label</dd>
@@ -326,7 +326,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexCollection</h4>
-<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createFsIndexCollection(org.apache.uima.resource.metadata.FsIndexDescription...&nbsp;descriptions)</pre>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://uima.apache.org/d/uimaj-2.8.1/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>
 <div class="block">Create a index collection from a set of descriptions.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -342,7 +342,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexKeyDescription</h4>
-<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexKeyDescription&nbsp;createFsIndexKeyDescription(<a href="http://download.oracle.com/javase/1.5.0/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;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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 +357,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexKeyDescription</h4>
-<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexKeyDescription&nbsp;createFsIndexKeyDescription(<a href="http://download.oracle.com/javase/1.5.0/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;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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 +374,13 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexCollection</h4>
-<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createFsIndexCollection(<a href="http://download.oracle.com/javase/1.5.0/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>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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="http://uima.apache.org/d/uimaj-2.8.1/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>
 <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 <code>FsIndexCollection</code> that includes the indexes from all of the specified files.</dd>
+<dd>a <a href="http://uima.apache.org/d/uimaj-2.8.1/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>
 </dl>
 </li>
 </ul>
@@ -390,13 +390,13 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createTypeSystemDescriptionFromPath</h4>
-<pre>public static&nbsp;org.apache.uima.resource.metadata.FsIndexCollection&nbsp;createTypeSystemDescriptionFromPath(<a href="http://download.oracle.com/javase/1.5.0/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>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://docs.oracle.com/javase/7/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-2.8.1/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>
 <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 <code>FsIndexCollection</code> that includes the indexes from all of the specified files.</dd>
+<dd>A <a href="http://uima.apache.org/d/uimaj-2.8.1/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>
 </dl>
 </li>
 </ul>
@@ -406,16 +406,16 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>createFsIndexCollection</h4>
-<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
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/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="http://uima.apache.org/d/uimaj-2.8.1/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-2.8.1/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
  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>org.apache.uima.resource.ResourceInitializationException</code> - if the index collection could not be assembled</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/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>
 </dl>
 </li>
 </ul>
@@ -425,8 +425,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>scanIndexDescriptors</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;scanIndexDescriptors()
-                                     throws org.apache.uima.resource.ResourceInitializationException</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;scanIndexDescriptors()
+                                     throws <a href="http://uima.apache.org/d/uimaj-2.8.1/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 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 +434,7 @@ extends <a href="http://download.oracle.
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>an array of locations.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if the locations could not be resolved.</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/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>
@@ -518,6 +518,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/JCasBuilder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/JCasBuilder.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/JCasBuilder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/factory/JCasBuilder.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasBuilder (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>JCasBuilder (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JCasBuilder (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="JCasBuilder (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.uima.fit.factory.JCasBuilder</li>
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">JCasBuilder</span>
-extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Allows to add types and text to a CAS easily piece by piece.</div>
 </li>
 </ul>
@@ -130,7 +130,7 @@ extends <a href="http://download.oracle.
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasBuilder.html#JCasBuilder-org.apache.uima.jcas.JCas-">JCasBuilder</a></span>(org.apache.uima.jcas.JCas&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>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas)</code>
 <div class="block">Create a new JCas builder working on the specified JCas.</div>
 </td>
 </tr>
@@ -152,20 +152,20 @@ extends <a href="http://download.oracle.
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasBuilder.html#add-int-java.lang.Class-">add</a></span>(int&nbsp;aBegin,
-   <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aClass)</code>
+   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aClass)</code>
 <div class="block">Add an annotation starting at the specified position and ending at the current end of the text.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasBuilder.html#add-java.lang.String-">add</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasBuilder.html#add-java.lang.String-">add</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText)</code>
 <div class="block">Append a text.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasBuilder.html#add-java.lang.String-java.lang.Class-">add</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
-   <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aClass)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/JCasBuilder.html#add-java.lang.String-java.lang.Class-">add</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
+   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aClass)</code>
 <div class="block">Append a text annotated with the specified annotation.</div>
 </td>
 </tr>
@@ -176,7 +176,7 @@ extends <a href="http://download.oracle.
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>org.apache.uima.jcas.JCas</code></td>
+<td class="colFirst"><code><a href="http://uima.apache.org/d/uimaj-2.8.1/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/JCasBuilder.html#getJCas--">getJCas</a></span>()</code>
 <div class="block">Get the JCas.</div>
 </td>
@@ -192,8 +192,8 @@ extends <a href="http://download.oracle.
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="ht
 tp://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -215,7 +215,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JCasBuilder</h4>
-<pre>public&nbsp;JCasBuilder(org.apache.uima.jcas.JCas&nbsp;aJCas)</pre>
+<pre>public&nbsp;JCasBuilder(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&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>
@@ -238,7 +238,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;void&nbsp;add(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText)</pre>
+<pre>public&nbsp;void&nbsp;add(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText)</pre>
 <div class="block">Append a text.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -252,8 +252,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;add(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
-                 <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aClass)</pre>
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;add(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
+                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aClass)</pre>
 <div class="block">Append a text annotated with the specified annotation. The created annotation is returned and
  further properties can be set on it. The annotation is already added to the indexes.</div>
 <dl>
@@ -274,7 +274,7 @@ extends <a href="http://download.oracle.
 <li class="blockList">
 <h4>add</h4>
 <pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;add(int&nbsp;aBegin,
-                 <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aClass)</pre>
+                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aClass)</pre>
 <div class="block">Add an annotation starting at the specified position and ending at the current end of the text.
  The created annotation is returned and further properties can be set on it. The annotation is
  already added to the indexes.</div>
@@ -309,7 +309,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getJCas</h4>
-<pre>public&nbsp;org.apache.uima.jcas.JCas&nbsp;getJCas()</pre>
+<pre>public&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;getJCas()</pre>
 <div class="block">Get the JCas.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -396,6 +396,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>