Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaContext (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>UimaContext (Apache UIMA Java SDK 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="UimaContext (Apache UIMA Java SDK 3.3.1 
User-Level API Documentation)";
+            parent.document.title="UimaContext (Apache UIMA Java SDK 3.4.0 
User-Level API Documentation)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":38,"i25":6,"i26":38};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":38,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":38,"i26":6,"i27":38};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -171,126 +171,134 @@ var activeTableTab = "activeTableTab";
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><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/UimaContext.html#getDataPath--">getDataPath</a></span>()</code>
-<div class="block">Gets the data path used to locate resources.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Use <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>getDataPathElements()</code></a>
 instead.</span></div>
+</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</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>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--">getDataPathElements</a></span>()</code>
+<div class="block">Gets the data path elements used to resolve relative 
paths.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>&lt;T extends <a 
href="../../../org/apache/uima/cas/AbstractCas.html" title="interface in 
org.apache.uima.cas">AbstractCas</a>&gt;<br>T</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getEmptyCas-java.lang.Class-">getEmptyCas</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;T&gt;&nbsp;aCasInterface)</code>
 <div class="block">Get an empty CAS.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a 
href="../../../org/apache/uima/util/Settings.html" title="interface in 
org.apache.uima.util">Settings</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getExternalOverrides--">getExternalOverrides</a></span>()</code>
 <div class="block">Gets the <code>Settings</code> used for external parameter 
overrides</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../org/apache/uima/util/InstrumentationFacility.html" 
title="interface in 
org.apache.uima.util">InstrumentationFacility</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getInstrumentationFacility--">getInstrumentationFacility</a></span>()</code>
 <div class="block">Gets the <code>InstrumentationFacility</code> that a 
component can use to record information
  about its performance.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/uima/util/Logger.html" 
title="interface in org.apache.uima.util">Logger</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getLogger--">getLogger</a></span>()</code>
 <div class="block">Gets the <code>Logger</code> to which log output will be 
sent.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getResourceAsStream-java.lang.String-">getResourceAsStream</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;aKey)</code>
 <div class="block">Retrieves an InputStream for reading from the named 
resource.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getResourceAsStream-java.lang.String-java.lang.String:A-">getResourceAsStream</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;aKey,
                    <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;aParams)</code>
 <div class="block">Retrieves an InputStream for reading from the named 
resource.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><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/UimaContext.html#getResourceFilePath-java.lang.String-">getResourceFilePath</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;aKey)</code>
 <div class="block">Retrieves the absolute file path to the named 
resource.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code><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/UimaContext.html#getResourceFilePath-java.lang.String-java.lang.String:A-">getResourceFilePath</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;aKey,
                    <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;aParams)</code>
 <div class="block">Retrieves the absolute file path to the named 
resource.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getResourceObject-java.lang.String-">getResourceObject</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;aKey)</code>
 <div class="block">Retrieves the named resource object.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getResourceObject-java.lang.String-java.lang.String:A-">getResourceObject</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;aKey,
                  <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;aParams)</code>
 <div class="block">Retrieves the named resource object.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getResourceURI-java.lang.String-">getResourceURI</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;aKey)</code>
 <div class="block">Retrieves the URI to the named resource.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getResourceURI-java.lang.String-java.lang.String:A-">getResourceURI</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;aKey,
               <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;aParams)</code>
 <div class="block">Retrieves the URI to the named resource.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getResourceURL-java.lang.String-">getResourceURL</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;aKey)</code>
 <div class="block">Retrieves the URL to the named resource.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getResourceURL-java.lang.String-java.lang.String:A-">getResourceURL</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;aKey,
               <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;aParams)</code>
 <div class="block">Retrieves the URL to the named resource.</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../org/apache/uima/resource/Session.html" title="interface in 
org.apache.uima.resource">Session</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getSession--">getSession</a></span>()</code>
 <div class="block">Returns the Session object, which can be used to store data 
that pertains to a particular
  client session.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code><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/UimaContext.html#getSharedSettingArray-java.lang.String-">getSharedSettingArray</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;name)</code>
 <div class="block">Get the array of values for a shared configuration 
parameter from the external override
  settings.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code><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/UimaContext.html#getSharedSettingNames--">getSharedSettingNames</a></span>()</code>
 <div class="block">Get the names of all the external override settings 
available.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code><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/UimaContext.html#getSharedSettingValue-java.lang.String-">getSharedSettingValue</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;name)</code>
 <div class="block">Get the value of a shared configuration parameter from the 
external override settings.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/uima/cas/SofaID.html" 
title="interface in org.apache.uima.cas">SofaID</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#getSofaMappings--">getSofaMappings</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -300,13 +308,13 @@ var activeTableTab = "activeTableTab";
 </div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code><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/UimaContext.html#mapSofaIDToComponentSofaName-java.lang.String-">mapSofaIDToComponentSofaName</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;aSofaID)</code>
 <div class="block">Retrieve the sofa name as known to the component given an 
absolute Sofa ID.</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/uima/cas/SofaID.html" 
title="interface in org.apache.uima.cas">SofaID</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/uima/UimaContext.html#mapToSofaID-java.lang.String-">mapToSofaID</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;aSofaName)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -546,9 +554,9 @@ var activeTableTab = "activeTableTab";
  you may use <a 
href="../../../org/apache/uima/UimaContext.html#getResourceURI-java.lang.String-"><code>getResourceURI(String)</code></a>
 or <a 
href="../../../org/apache/uima/UimaContext.html#getResourceFilePath-java.lang.String-"><code>getResourceFilePath(String)</code></a>.
  <p>
  For backwards compatibility, if the key is not declared as a resource 
dependency, it is looked
- up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--"><code>data 
path</code></a> and the class path. However, this usage is
- deprecated and support may be dropped in future versions. ALL external 
resource dependencies
- should be declared in the descriptor.</div>
+ up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>data
 path</code></a> and the class path. However, this
+ usage is deprecated and support may be dropped in future versions. ALL 
external resource
+ dependencies should be declared in the descriptor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aKey</code> - the key by which the resource is identified. This key 
should be declared in the
@@ -578,9 +586,9 @@ var activeTableTab = "activeTableTab";
  path (decoding %20 sequences to spaces) whereas <a 
href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true#getPath--";
 title="class or interface in java.net"><code>URL.getPath()</code></a> does not.
  <p>
  For backwards compatibility, if the key is not declared as a resource 
dependency, it is looked
- up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--"><code>data 
path</code></a> and the class path. However, this usage is
- deprecated and support may be dropped in future versions. ALL external 
resource dependencies
- should be declared in the descriptor.</div>
+ up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>data
 path</code></a> and the class path. However, this
+ usage is deprecated and support may be dropped in future versions. ALL 
external resource
+ dependencies should be declared in the descriptor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aKey</code> - the key by which the resource is identified. This key 
should be declared in the
@@ -612,9 +620,9 @@ var activeTableTab = "activeTableTab";
  that contain spaces.
  
  For backwards compatibility, if the key is not declared as a resource 
dependency, it is looked
- up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--"><code>data 
path</code></a> and the class path. However, this usage is
- deprecated and support may be dropped in future versions. ALL external 
resource dependencies
- should be declared in the descriptor.</div>
+ up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>data
 path</code></a> and the class path. However, this
+ usage is deprecated and support may be dropped in future versions. ALL 
external resource
+ dependencies should be declared in the descriptor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aKey</code> - the key by which the resource is identified. This key 
should be declared in the
@@ -640,9 +648,9 @@ var activeTableTab = "activeTableTab";
  &lt;externalResourceDependencies&gt; section of the descriptor.
  <p>
  For backwards compatibility, if the key is not declared as a resource 
dependency, it is looked
- up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--"><code>data 
path</code></a> and the class path. However, this usage is
- deprecated and support may be dropped in future versions. ALL external 
resource dependencies
- should be declared in the descriptor.</div>
+ up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>data
 path</code></a> and the class path. However, this
+ usage is deprecated and support may be dropped in future versions. ALL 
external resource
+ dependencies should be declared in the descriptor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aKey</code> - the key by which the resource is identified. This key 
should be declared in the
@@ -697,9 +705,9 @@ var activeTableTab = "activeTableTab";
  you may use <a 
href="../../../org/apache/uima/UimaContext.html#getResourceURI-java.lang.String-"><code>getResourceURI(String)</code></a>
 or <a 
href="../../../org/apache/uima/UimaContext.html#getResourceFilePath-java.lang.String-"><code>getResourceFilePath(String)</code></a>.
  <p>
  For backwards compatibility, if the key is not declared as a resource 
dependency, it is looked
- up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--"><code>data 
path</code></a> and the class path. However, this usage is
- deprecated and support may be dropped in future versions. ALL external 
resource dependencies
- should be declared in the descriptor.
+ up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>data
 path</code></a> and the class path. However, this
+ usage is deprecated and support may be dropped in future versions. ALL 
external resource
+ dependencies should be declared in the descriptor.
  <p>
  This version of this method takes an array of parameters used to further 
identify the resource.
  This can be used, for example, with resources that vary depending on the 
language of the
@@ -738,9 +746,9 @@ var activeTableTab = "activeTableTab";
  path (decoding %20 sequences to spaces) whereas <a 
href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true#getPath--";
 title="class or interface in java.net"><code>URL.getPath()</code></a> does not.
  <p>
  For backwards compatibility, if the key is not declared as a resource 
dependency, it is looked
- up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--"><code>data 
path</code></a> and the class path. However, this usage is
- deprecated and support may be dropped in future versions. ALL external 
resource dependencies
- should be declared in the descriptor.
+ up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>data
 path</code></a> and the class path. However, this
+ usage is deprecated and support may be dropped in future versions. ALL 
external resource
+ dependencies should be declared in the descriptor.
  <p>
  This version of this method takes an array of parameters used to further 
identify the resource.
  This can be used, for example, with resources that vary depending on the 
language of the
@@ -781,9 +789,9 @@ var activeTableTab = "activeTableTab";
  that contain spaces.
  <p>
  For backwards compatibility, if the key is not declared as a resource 
dependency, it is looked
- up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--"><code>data 
path</code></a> and the class path. However, this usage is
- deprecated and support may be dropped in future versions. ALL external 
resource dependencies
- should be declared in the descriptor.
+ up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>data
 path</code></a> and the class path. However, this
+ usage is deprecated and support may be dropped in future versions. ALL 
external resource
+ dependencies should be declared in the descriptor.
  <p>
  This version of this method takes an array of parameters used to further 
identify the resource.
  This can be used, for example, with resources that vary depending on the 
language of the
@@ -818,9 +826,9 @@ var activeTableTab = "activeTableTab";
  &lt;externalResourceDependencies&gt; section of the descriptor.
  <p>
  For backwards compatibility, if the key is not declared as a resource 
dependency, it is looked
- up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--"><code>data 
path</code></a> and the class path. However, this usage is
- deprecated and support may be dropped in future versions. ALL external 
resource dependencies
- should be declared in the descriptor.
+ up directly in the <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>data
 path</code></a> and the class path. However, this
+ usage is deprecated and support may be dropped in future versions. ALL 
external resource
+ dependencies should be declared in the descriptor.
  <p>
  This version of this method takes an array of parameters used to further 
identify the resource.
  This can be used, for example, with resources that vary depending on the 
language of the
@@ -879,7 +887,9 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>getDataPath</h4>
-<pre><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;getDataPath()</pre>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<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;getDataPath()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Use <a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--"><code>getDataPathElements()</code></a>
 instead.</span></div>
 <div class="block">Gets the data path used to locate resources. This path may 
contain more than one directory,
  separated by the System <code>path.separator</code> character (; on windows, 
: on UNIX).
  <p>
@@ -892,6 +902,20 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a name="getDataPathElements--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDataPathElements</h4>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</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>&gt;&nbsp;getDataPathElements()</pre>
+<div class="block">Gets the data path elements used to resolve relative 
paths.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the data path elements</dd>
+</dl>
+</li>
+</ul>
 <a name="getSession--">
 <!--   -->
 </a>

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaContextAdmin (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>UimaContextAdmin (Apache UIMA Java SDK 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="UimaContextAdmin (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="UimaContextAdmin (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -249,7 +249,7 @@ extends <a href="../../../org/apache/uim
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.uima.<a 
href="../../../org/apache/uima/UimaContext.html" title="interface in 
org.apache.uima">UimaContext</a></h3>
-<code><a 
href="../../../org/apache/uima/UimaContext.html#getConfigParameterNames--">getConfigParameterNames</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getConfigParameterNames-java.lang.String-">getConfigParameterNames</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getConfigParameterValue-java.lang.String-">getConfigParameterValue</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getConfigParameterValue-java.lang.String-java.lang.String-">getConfigParameterValue</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getConfigurationGroupNames--">getConfigurationGroupNames</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--">getDataPath</a>, 
<a 
href="../../../org/apache/uima/UimaContext.html#getEmptyCas-java.lang.Class-">getEmptyCas</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getInstrumentationFacility--">getInstrumentationFacility</a>,
 <a href="../../../org/apache/uima/UimaContext.html#getLogger--">getLogger</a>, 
<a href="../
 
../../org/apache/uima/UimaContext.html#getResourceAsStream-java.lang.String-">getResourceAsStream</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceAsStream-java.lang.String-java.lang.String:A-">getResourceAsStream</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceFilePath-java.lang.String-">getResourceFilePath</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceFilePath-java.lang.String-java.lang.String:A-">getResourceFilePath</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceObject-java.lang.String-">getResourceObject</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceObject-java.lang.String-java.lang.String:A-">getResourceObject</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceURI-java.lang.String-">getResourceURI</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceURI-java.lang.String-java.lang.String:A-">getResourceURI</a>,
 <a href="../../../org/apache/uima/UimaCon
 text.html#getResourceURL-java.lang.String-">getResourceURL</a>, <a 
href="../../../org/apache/uima/UimaContext.html#getResourceURL-java.lang.String-java.lang.String:A-">getResourceURL</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getSession--">getSession</a>, 
<a 
href="../../../org/apache/uima/UimaContext.html#getSharedSettingArray-java.lang.String-">getSharedSettingArray</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getSharedSettingNames--">getSharedSettingNames</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getSharedSettingValue-java.lang.String-">getSharedSettingValue</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getSofaMappings--">getSofaMappings</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#mapSofaIDToComponentSofaName-java.lang.String-">mapSofaIDToComponentSofaName</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#mapToSofaID-java.lang.String-">mapToSofaID</a></code></li>
+<code><a 
href="../../../org/apache/uima/UimaContext.html#getConfigParameterNames--">getConfigParameterNames</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getConfigParameterNames-java.lang.String-">getConfigParameterNames</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getConfigParameterValue-java.lang.String-">getConfigParameterValue</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getConfigParameterValue-java.lang.String-java.lang.String-">getConfigParameterValue</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getConfigurationGroupNames--">getConfigurationGroupNames</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getDataPath--">getDataPath</a>, 
<a 
href="../../../org/apache/uima/UimaContext.html#getDataPathElements--">getDataPathElements</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getEmptyCas-java.lang.Class-">getEmptyCas</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getInstrumentationFacility--">getInstrumentationFacili
 ty</a>, <a 
href="../../../org/apache/uima/UimaContext.html#getLogger--">getLogger</a>, <a 
href="../../../org/apache/uima/UimaContext.html#getResourceAsStream-java.lang.String-">getResourceAsStream</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceAsStream-java.lang.String-java.lang.String:A-">getResourceAsStream</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceFilePath-java.lang.String-">getResourceFilePath</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceFilePath-java.lang.String-java.lang.String:A-">getResourceFilePath</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceObject-java.lang.String-">getResourceObject</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceObject-java.lang.String-java.lang.String:A-">getResourceObject</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceURI-java.lang.String-">getResourceURI</a>,
 <a href="../../../org/apache/uima/UimaContext.html#getResourceURI-
 java.lang.String-java.lang.String:A-">getResourceURI</a>, <a 
href="../../../org/apache/uima/UimaContext.html#getResourceURL-java.lang.String-">getResourceURL</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getResourceURL-java.lang.String-java.lang.String:A-">getResourceURL</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getSession--">getSession</a>, 
<a 
href="../../../org/apache/uima/UimaContext.html#getSharedSettingArray-java.lang.String-">getSharedSettingArray</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getSharedSettingNames--">getSharedSettingNames</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getSharedSettingValue-java.lang.String-">getSharedSettingValue</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#getSofaMappings--">getSofaMappings</a>,
 <a 
href="../../../org/apache/uima/UimaContext.html#mapSofaIDToComponentSofaName-java.lang.String-">mapSofaIDToComponentSofaName</a>,
 <a href="../../../org/apache/uima/UimaContext.html#mapToSofaID-j
 ava.lang.String-">mapToSofaID</a></code></li>
 </ul>
 </li>
 </ul>

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaContextHolder (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>UimaContextHolder (Apache UIMA Java SDK 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="UimaContextHolder (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="UimaContextHolder (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaSerializable (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>UimaSerializable (Apache UIMA Java SDK 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="UimaSerializable (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="UimaSerializable (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaSerializableFSs (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>UimaSerializableFSs (Apache UIMA Java SDK 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="UimaSerializableFSs (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="UimaSerializableFSs (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisComponent (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>AnalysisComponent (Apache UIMA Java SDK 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="AnalysisComponent (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="AnalysisComponent (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>AnalysisComponent_ImplBase (Apache UIMA Java SDK 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="AnalysisComponent_ImplBase (Apache UIMA 
Java SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="AnalysisComponent_ImplBase (Apache UIMA 
Java SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Annotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>Annotator_ImplBase (Apache UIMA Java SDK 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="Annotator_ImplBase (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="Annotator_ImplBase (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>CasAnnotator_ImplBase (Apache UIMA Java SDK 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="CasAnnotator_ImplBase (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="CasAnnotator_ImplBase (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>CasMultiplier_ImplBase (Apache UIMA Java SDK 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="CasMultiplier_ImplBase (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="CasMultiplier_ImplBase (Apache UIMA Java 
SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasProcessor (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>CasProcessor (Apache UIMA Java SDK 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="CasProcessor (Apache UIMA Java SDK 3.3.1 
User-Level API Documentation)";
+            parent.document.title="CasProcessor (Apache UIMA Java SDK 3.4.0 
User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasProcessorAnnotator (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>CasProcessorAnnotator (Apache UIMA Java SDK 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="CasProcessorAnnotator (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="CasProcessorAnnotator (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>JCasAnnotator_ImplBase (Apache UIMA Java SDK 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="JCasAnnotator_ImplBase (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="JCasAnnotator_ImplBase (Apache UIMA Java 
SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>JCasMultiplier_ImplBase (Apache UIMA Java SDK 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="JCasMultiplier_ImplBase (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="JCasMultiplier_ImplBase (Apache UIMA Java 
SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasProcessor (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>JCasProcessor (Apache UIMA Java SDK 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="JCasProcessor (Apache UIMA Java SDK 3.3.1 
User-Level API Documentation)";
+            parent.document.title="JCasProcessor (Apache UIMA Java SDK 3.4.0 
User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasProcessorAnnotator (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>JCasProcessorAnnotator (Apache UIMA Java SDK 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="JCasProcessorAnnotator (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="JCasProcessorAnnotator (Apache UIMA Java 
SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.analysis_component.AnalysisComponent 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.analysis_component.AnalysisComponent 
(Apache UIMA Java SDK 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="Uses of Interface 
org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Interface 
org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Class 
org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java 
SDK 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="Uses of Class 
org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Class 
org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java 
SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase 
(Apache UIMA Java SDK 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="Uses of Class 
org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Class 
org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase 
(Apache UIMA Java SDK 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="Uses of Class 
org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Class 
org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase 
(Apache UIMA Java SDK 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="Uses of Class 
org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Class 
org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.analysis_component.CasProcessor 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.analysis_component.CasProcessor 
(Apache UIMA Java SDK 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="Uses of Interface 
org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.3.1 
User-Level API Documentation)";
+            parent.document.title="Uses of Interface 
org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.4.0 
User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessorAnnotator.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessorAnnotator.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessorAnnotator.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessorAnnotator.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.CasProcessorAnnotator 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.CasProcessorAnnotator 
(Apache UIMA Java SDK 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="Uses of Class 
org.apache.uima.analysis_component.CasProcessorAnnotator (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Class 
org.apache.uima.analysis_component.CasProcessorAnnotator (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasAnnotator_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasAnnotator_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasAnnotator_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasAnnotator_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase 
(Apache UIMA Java SDK 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="Uses of Class 
org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Class 
org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasMultiplier_ImplBase.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasMultiplier_ImplBase.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasMultiplier_ImplBase.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasMultiplier_ImplBase.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Class 
org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java 
SDK 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="Uses of Class 
org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Class 
org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java 
SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessor.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessor.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessor.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessor.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.analysis_component.JCasProcessor 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.analysis_component.JCasProcessor 
(Apache UIMA Java SDK 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="Uses of Interface 
org.apache.uima.analysis_component.JCasProcessor (Apache UIMA Java SDK 3.3.1 
User-Level API Documentation)";
+            parent.document.title="Uses of Interface 
org.apache.uima.analysis_component.JCasProcessor (Apache UIMA Java SDK 3.4.0 
User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessorAnnotator.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessorAnnotator.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessorAnnotator.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessorAnnotator.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.JCasProcessorAnnotator 
(Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.JCasProcessorAnnotator 
(Apache UIMA Java SDK 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="Uses of Class 
org.apache.uima.analysis_component.JCasProcessorAnnotator (Apache UIMA Java SDK 
3.3.1 User-Level API Documentation)";
+            parent.document.title="Uses of Class 
org.apache.uima.analysis_component.JCasProcessorAnnotator (Apache UIMA Java SDK 
3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-frame.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-frame.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-frame.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-frame.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.analysis_component (Apache UIMA Java SDK 3.3.1 
User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component (Apache UIMA Java SDK 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>

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-summary.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-summary.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-summary.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-summary.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.analysis_component (Apache UIMA Java SDK 3.3.1 
User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component (Apache UIMA Java SDK 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="org.apache.uima.analysis_component (Apache 
UIMA Java SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.analysis_component (Apache 
UIMA Java SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-tree.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-tree.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-tree.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-tree.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java 
SDK 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="org.apache.uima.analysis_component Class 
Hierarchy (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.analysis_component Class 
Hierarchy (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-use.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-use.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-use.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-use.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.uima.analysis_component (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)</title>
+<title>Uses of Package org.apache.uima.analysis_component (Apache UIMA Java 
SDK 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="Uses of Package 
org.apache.uima.analysis_component (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)";
+            parent.document.title="Uses of Package 
org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.0 User-Level API 
Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisEngine (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>AnalysisEngine (Apache UIMA Java SDK 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="AnalysisEngine (Apache UIMA Java SDK 3.3.1 
User-Level API Documentation)";
+            parent.document.title="AnalysisEngine (Apache UIMA Java SDK 3.4.0 
User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisEngineDescription (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>AnalysisEngineDescription (Apache UIMA Java SDK 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="AnalysisEngineDescription (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="AnalysisEngineDescription (Apache UIMA Java 
SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineManagement.State.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineManagement.State.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineManagement.State.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineManagement.State.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisEngineManagement.State (Apache UIMA Java SDK 3.3.1 User-Level 
API Documentation)</title>
+<title>AnalysisEngineManagement.State (Apache UIMA Java SDK 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="AnalysisEngineManagement.State (Apache UIMA 
Java SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="AnalysisEngineManagement.State (Apache UIMA 
Java SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineManagement.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineManagement.html?rev=1907218&r1=1907217&r2=1907218&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineManagement.html
 (original)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineManagement.html
 Thu Feb  2 08:24:16 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisEngineManagement (Apache UIMA Java SDK 3.3.1 User-Level API 
Documentation)</title>
+<title>AnalysisEngineManagement (Apache UIMA Java SDK 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="AnalysisEngineManagement (Apache UIMA Java 
SDK 3.3.1 User-Level API Documentation)";
+            parent.document.title="AnalysisEngineManagement (Apache UIMA Java 
SDK 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {



Reply via email to