You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/08/30 15:50:45 UTC

svn commit: r1758411 [2/30] - in /uima/site/trunk/uima-website/docs/d/uimaj-current: ./ apidocs/ apidocs/org/apache/uima/ apidocs/org/apache/uima/analysis_component/ apidocs/org/apache/uima/analysis_component/class-use/ apidocs/org/apache/uima/analysis...

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/README
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/README?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/README (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/README Tue Aug 30 15:50:35 2016
@@ -2,7 +2,7 @@
       Apache UIMA (Unstructured Information Management Architecture) 
       --------------------------------------------------------------
       
-This file applies to UIMA-SDK version 2.8.0 and subsequent versions.
+This file applies to UIMA-SDK version 2.9.0 and subsequent versions.
 
 Backwards Compatibility
 -----------------------

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.html Tue Aug 30 15:50:35 2016
@@ -20,10 +20,10 @@
    -->
 <html>
 <head>
-  <title>Apache UIMA v2.8.1 Release Notes</title>
+  <title>Apache UIMA v2.9.0 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA (Unstructured Information Management Architecture) v2.8.1 Release Notes</h1>
+<h1>Apache UIMA (Unstructured Information Management Architecture) v2.9.0 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -80,25 +80,34 @@
 			</p>
 
 <h2><a id="major.changes">Major Changes in this Release</a></h2>
-
-<p>The flattened index support added in 2.8.0 has some edge cases where the
-flattened version needs to be invalidated.  In trading off complexity versus
-performance improvements, we decided to disable this feature for now. 
-<a target="_blank" href="https://issues.apache.org/jira/browse/UIMA-4542">UIMA-4542</a>
-</p>
-
-<p>A few bugs were fixed in the CasAnnotationViewer
-<a target="_blank" href="https://issues.apache.org/jira/browse/UIMA-4533">UIMA-4533</a>, a name-clash was
-fixed in an internal method, which could clash with a JCas-generated name
-if there was a feature that happened to be named "TypeCode" 
-<a target="_blank" href="https://issues.apache.org/jira/browse/UIMA-4534">UIMA-4534</a>,
-and the CasCopier code was improved to cover an additional use case
-<a target="_blank" href="https://issues.apache.org/jira/browse/UIMA-4541">UIMA-4541</a>
+<p><ul>
+<li>Two new features were added.
+<ul><li>CasIOUtls - a collection of general-purpose CAS load/save utilities, with support for
+including the type system and index definition information along with the Feature Structures.</li>
+<li>A new set of APIs allowing use of the external shared settings files to be used directly, rather than only by 
+overriding UIMA configuration parameters. These APIs give direct access by the external settings file's key names to the 
+key values.</li>
+</ul>
+</li>
+<li>many bugs were fixed, including:
+<ul>
+<li>A regression which broke the unambiguous AnnotationIndex iterator in some cases.</li>
+<li>Updates to the Eclipse plugins to work with the latest Eclipse (4.6, Neon) version.</li>
+<li>Sofa mapping support for flow controllers.</li>
+<li>fixing a stack overflow error in AnnotationViewer when switching Sofas.</li>
+<li>fixing 2 JSON serialization issues: mishandling of arrays of FeatureStructures having null entries,
+and mishandling of namespaces for uninstantiated types found as supertypes.</li>
+</ul>
+</li>
+</ul>
 </p>
  
  <h3>API changes</h3>
  <p> 
- There were no API changes that affect backward compatibility.
+ There were no User API changes that affect backward compatibility.   
+ New classes org.apache.uima.util.CasIOUtils, org.apache.uima.util.CasLoadMode were added, and additions were made to 
+ the SerialFormat enum (not disturbing previous values) and to the
+ CasRuntimeException list of exceptions.
  </p>
  
 <h2><a id="list.issues">Full list of JIRA Issues Fixed in this Release</a></h2>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html Tue Aug 30 15:50:35 2016
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>All Classes (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
@@ -83,7 +83,9 @@
 <li><a href="org/apache/uima/collection/CasInitializer.html" title="interface in org.apache.uima.collection" target="classFrame"><i>CasInitializer</i></a></li>
 <li><a href="org/apache/uima/collection/CasInitializer_ImplBase.html" title="class in org.apache.uima.collection" target="classFrame">CasInitializer_ImplBase</a></li>
 <li><a href="org/apache/uima/collection/CasInitializerDescription.html" title="interface in org.apache.uima.collection" target="classFrame"><i>CasInitializerDescription</i></a></li>
+<li><a href="org/apache/uima/util/CasIOUtils.html" title="class in org.apache.uima.util" target="classFrame">CasIOUtils</a></li>
 <li><a href="org/apache/uima/analysis_engine/CasIterator.html" title="interface in org.apache.uima.analysis_engine" target="classFrame"><i>CasIterator</i></a></li>
+<li><a href="org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util" target="classFrame">CasLoadMode</a></li>
 <li><a href="org/apache/uima/resource/CasManager.html" title="interface in org.apache.uima.resource" target="classFrame"><i>CasManager</i></a></li>
 <li><a href="org/apache/uima/cas/admin/CASMgr.html" title="interface in org.apache.uima.cas.admin" target="classFrame"><i>CASMgr</i></a></li>
 <li><a href="org/apache/uima/analysis_component/CasMultiplier_ImplBase.html" title="class in org.apache.uima.analysis_component" target="classFrame">CasMultiplier_ImplBase</a></li>
@@ -400,6 +402,7 @@
 <li><a href="org/apache/uima/UIMA_UnsupportedOperationException.html" title="class in org.apache.uima" target="classFrame">UIMA_UnsupportedOperationException</a></li>
 <li><a href="org/apache/uima/UimaContext.html" title="interface in org.apache.uima" target="classFrame"><i>UimaContext</i></a></li>
 <li><a href="org/apache/uima/UimaContextAdmin.html" title="interface in org.apache.uima" target="classFrame"><i>UimaContextAdmin</i></a></li>
+<li><a href="org/apache/uima/UimaContextHolder.html" title="class in org.apache.uima" target="classFrame">UimaContextHolder</a></li>
 <li><a href="org/apache/uima/uimacpp/UimacppAnalysisComponent.html" title="class in org.apache.uima.uimacpp" target="classFrame">UimacppAnalysisComponent</a></li>
 <li><a href="org/apache/uima/uimacpp/UimacppEngine.html" title="class in org.apache.uima.uimacpp" target="classFrame">UimacppEngine</a></li>
 <li><a href="org/apache/uima/uimacpp/UimacppException.html" title="class in org.apache.uima.uimacpp" target="classFrame">UimacppException</a></li>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html Tue Aug 30 15:50:35 2016
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>All Classes (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
@@ -83,7 +83,9 @@
 <li><a href="org/apache/uima/collection/CasInitializer.html" title="interface in org.apache.uima.collection"><i>CasInitializer</i></a></li>
 <li><a href="org/apache/uima/collection/CasInitializer_ImplBase.html" title="class in org.apache.uima.collection">CasInitializer_ImplBase</a></li>
 <li><a href="org/apache/uima/collection/CasInitializerDescription.html" title="interface in org.apache.uima.collection"><i>CasInitializerDescription</i></a></li>
+<li><a href="org/apache/uima/util/CasIOUtils.html" title="class in org.apache.uima.util">CasIOUtils</a></li>
 <li><a href="org/apache/uima/analysis_engine/CasIterator.html" title="interface in org.apache.uima.analysis_engine"><i>CasIterator</i></a></li>
+<li><a href="org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a></li>
 <li><a href="org/apache/uima/resource/CasManager.html" title="interface in org.apache.uima.resource"><i>CasManager</i></a></li>
 <li><a href="org/apache/uima/cas/admin/CASMgr.html" title="interface in org.apache.uima.cas.admin"><i>CASMgr</i></a></li>
 <li><a href="org/apache/uima/analysis_component/CasMultiplier_ImplBase.html" title="class in org.apache.uima.analysis_component">CasMultiplier_ImplBase</a></li>
@@ -400,6 +402,7 @@
 <li><a href="org/apache/uima/UIMA_UnsupportedOperationException.html" title="class in org.apache.uima">UIMA_UnsupportedOperationException</a></li>
 <li><a href="org/apache/uima/UimaContext.html" title="interface in org.apache.uima"><i>UimaContext</i></a></li>
 <li><a href="org/apache/uima/UimaContextAdmin.html" title="interface in org.apache.uima"><i>UimaContextAdmin</i></a></li>
+<li><a href="org/apache/uima/UimaContextHolder.html" title="class in org.apache.uima">UimaContextHolder</a></li>
 <li><a href="org/apache/uima/uimacpp/UimacppAnalysisComponent.html" title="class in org.apache.uima.uimacpp">UimacppAnalysisComponent</a></li>
 <li><a href="org/apache/uima/uimacpp/UimacppEngine.html" title="class in org.apache.uima.uimacpp">UimacppEngine</a></li>
 <li><a href="org/apache/uima/uimacpp/UimacppException.html" title="class in org.apache.uima.uimacpp">UimacppException</a></li>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Constant Field Values (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Constant Field Values (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -935,7 +935,7 @@
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&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></code></td>
 <td><code><a href="org/apache/uima/cas/CAS.html#FEATURE_FULL_NAME_SOFA">FEATURE_FULL_NAME_SOFA</a></code></td>
-<td class="colLast"><code>"uima.tcas.Annotation:sofa"</code></td>
+<td class="colLast"><code>"uima.cas.AnnotationBase:sofa"</code></td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a name="org.apache.uima.cas.CAS.FEATURE_FULL_NAME_SOFAARRAY">
@@ -1606,6 +1606,20 @@
 <td class="colLast"><code>"JCAS_UNSUPPORTED_OP_NOT_CAS"</code></td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.LENIENT_FORM_6_NO_TS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&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></code></td>
+<td><code><a href="org/apache/uima/cas/CASRuntimeException.html#LENIENT_FORM_6_NO_TS">LENIENT_FORM_6_NO_TS</a></code></td>
+<td class="colLast"><code>"LENIENT_FORM_6_NO_TS"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.LENIENT_NOT_SUPPORTED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&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></code></td>
+<td><code><a href="org/apache/uima/cas/CASRuntimeException.html#LENIENT_NOT_SUPPORTED">LENIENT_NOT_SUPPORTED</a></code></td>
+<td class="colLast"><code>"LENIENT_NOT_SUPPORTED"</code></td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.MULTIPLE_CREATE_MARKER">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&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></code></td>
@@ -1676,6 +1690,20 @@
 <td class="colLast"><code>"SOFAREF_NOT_FOUND"</code></td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFAREF_NOT_SET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&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></code></td>
+<td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFAREF_NOT_SET">SOFAREF_NOT_SET</a></code></td>
+<td class="colLast"><code>"SOFAREF_NOT_SET"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SWITCH_CLASS_LOADER_NESTED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&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></code></td>
+<td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SWITCH_CLASS_LOADER_NESTED">SWITCH_CLASS_LOADER_NESTED</a></code></td>
+<td class="colLast"><code>"SWITCH_CLASS_LOADER_NESTED"</code></td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.TYPE_NOT_IN_INDEX">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&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></code></td>
@@ -1703,6 +1731,13 @@
 <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#UNKNOWN_CONSTRAINT_TYPE">UNKNOWN_CONSTRAINT_TYPE</a></code></td>
 <td class="colLast"><code>"UNKNOWN_CONSTRAINT_TYPE"</code></td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.UNRECOGNIZED_SERIALIZED_CAS_FORMAT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&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></code></td>
+<td><code><a href="org/apache/uima/cas/CASRuntimeException.html#UNRECOGNIZED_SERIALIZED_CAS_FORMAT">UNRECOGNIZED_SERIALIZED_CAS_FORMAT</a></code></td>
+<td class="colLast"><code>"UNRECOGNIZED_SERIALIZED_CAS_FORMAT"</code></td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -3411,6 +3446,20 @@
 <td class="colLast"><code>"external_override_invalid"</code></td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a name="org.apache.uima.resource.ResourceConfigurationException.EXTERNAL_OVERRIDE_NUMERIC_ERROR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&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></code></td>
+<td><code><a href="org/apache/uima/resource/ResourceConfigurationException.html#EXTERNAL_OVERRIDE_NUMERIC_ERROR">EXTERNAL_OVERRIDE_NUMERIC_ERROR</a></code></td>
+<td class="colLast"><code>"external_override_numeric_error"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.uima.resource.ResourceConfigurationException.EXTERNAL_OVERRIDE_TYPE_MISMATCH">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&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></code></td>
+<td><code><a href="org/apache/uima/resource/ResourceConfigurationException.html#EXTERNAL_OVERRIDE_TYPE_MISMATCH">EXTERNAL_OVERRIDE_TYPE_MISMATCH</a></code></td>
+<td class="colLast"><code>"external_override_type_mismatch"</code></td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.uima.resource.ResourceConfigurationException.MANDATORY_VALUE_MISSING">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&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></code></td>
@@ -4736,6 +4785,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#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/uimaj-current/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Deprecated List (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Deprecated List (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -354,208 +354,213 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="org/apache/uima/resource/ResourceManager.html#getImportCache()">org.apache.uima.resource.ResourceManager.getImportCache()</a>
+<div class="block"><i>Intended just for internal use.</i></div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/cas/CAS.html#getJCas(org.apache.uima.cas.SofaID)">org.apache.uima.cas.CAS.getJCas(SofaID)</a>
 <div class="block"><i>As of v2.0, use <a href="org/apache/uima/cas/CAS.html#getView(java.lang.String)"><code>CAS.getView(String)</code></a> followed by <a href="org/apache/uima/cas/CAS.html#getJCas()"><code>CAS.getJCas()</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/util/XMLInputSource.html#getRelativePathBase()">org.apache.uima.util.XMLInputSource.getRelativePathBase()</a>
 <div class="block"><i>Use <a href="org/apache/uima/util/XMLInputSource.html#getURL()"><code>XMLInputSource.getURL()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/cas/CAS.html#getSofa(org.apache.uima.cas.SofaID)">org.apache.uima.cas.CAS.getSofa(SofaID)</a>
 <div class="block"><i>As of v2.0, use {#getView(String)}. From the view you can access the Sofa data, or
              call <a href="org/apache/uima/cas/CAS.html#getSofa()"><code>CAS.getSofa()</code></a> if you truly need to access the SofaFS object.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/jcas/JCas.html#getSofa(org.apache.uima.cas.SofaID)">org.apache.uima.jcas.JCas.getSofa(SofaID)</a>
 <div class="block"><i>As of v2.0, use {#getView(String)}. From the view you can access the Sofa data, or
              call <a href="org/apache/uima/jcas/JCas.html#getSofa()"><code>JCas.getSofa()</code></a> if you truly need to access the SofaFS object.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/analysis_engine/annotator/AnnotatorContext.html#getSofaMappings()">org.apache.uima.analysis_engine.annotator.AnnotatorContext.getSofaMappings()</a>
 <div class="block"><i>As of v2.0, annotators no longer need to explicitly call this method. CAS views can
              now be obtained directly by the method <a href="org/apache/uima/cas/CAS.html#getView(java.lang.String)"><code>CAS.getView(String)</code></a>, and the
              framework will automatically do the necessary Sofa mappings.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/UimaContext.html#getSofaMappings()">org.apache.uima.UimaContext.getSofaMappings()</a>
 <div class="block"><i>As of v2.0, annotators no longer need to explicitly call this method. CAS views can
              now be obtained directly by the method <a href="org/apache/uima/cas/CAS.html#getView(java.lang.String)"><code>CAS.getView(String)</code></a>, and the
              framework will automatically do the necessary Sofa mappings.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/jcas/tcas/Annotation.html#getStart()">org.apache.uima.jcas.tcas.Annotation.getStart()</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/jcas/JCas.html#getType(org.apache.uima.jcas.cas.TOP)">org.apache.uima.jcas.JCas.getType(TOP)</a>
 <div class="block"><i>use instance.jcasType instead - faster</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/cas_data/FeatureStructure.html#isIndexed()">org.apache.uima.cas_data.FeatureStructure.isIndexed()</a>
 <div class="block"><i>Use <a href="org/apache/uima/cas_data/FeatureStructure.html#getIndexed()"><code>FeatureStructure.getIndexed()</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/resource/metadata/MetaDataObject.html#listAttributes()">org.apache.uima.resource.metadata.MetaDataObject.listAttributes()</a>
 <div class="block"><i>- use getAttributes() instead, don't override it, use getAdditionalAttributes to specify additional ones</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/util/Logger.html#log(java.lang.String)">org.apache.uima.util.Logger.log(String)</a>
 <div class="block"><i>use new function with log level</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/util/Logger.html#log(java.lang.String,%20java.lang.String,%20java.lang.Object[])">org.apache.uima.util.Logger.log(String, String, Object[])</a>
 <div class="block"><i>use new function with log level</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/util/Logger.html#logException(java.lang.Exception)">org.apache.uima.util.Logger.logException(Exception)</a>
 <div class="block"><i>use new function with log level</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/analysis_engine/annotator/AnnotatorContext.html#mapToSofaID(java.lang.String)">org.apache.uima.analysis_engine.annotator.AnnotatorContext.mapToSofaID(String)</a>
 <div class="block"><i>As of v2.0, annotators no longer need to explicitly call this method. CAS views can
              now be obtained directly by the method <a href="org/apache/uima/cas/CAS.html#getView(java.lang.String)"><code>CAS.getView(String)</code></a>, and the
              framework will automatically do the necessary Sofa mappings.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/UimaContext.html#mapToSofaID(java.lang.String)">org.apache.uima.UimaContext.mapToSofaID(String)</a>
 <div class="block"><i>As of v2.0, annotators no longer need to explicitly call this method. CAS views can
              now be obtained directly by the method <a href="org/apache/uima/cas/CAS.html#getView(java.lang.String)"><code>CAS.getView(String)</code></a>, and the
              framework will automatically do the necessary Sofa mappings.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/util/XMLParser.html#parseTaeDescription(org.apache.uima.util.XMLInputSource)">org.apache.uima.util.XMLParser.parseTaeDescription(XMLInputSource)</a>
 <div class="block"><i>As of v2.0, <a href="org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription(org.apache.uima.util.XMLInputSource)"><code>XMLParser.parseAnalysisEngineDescription(XMLInputSource)</code></a> should be used
              instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/util/XMLParser.html#parseTaeDescription(org.apache.uima.util.XMLInputSource,%20org.apache.uima.util.XMLParser.ParsingOptions)">org.apache.uima.util.XMLParser.parseTaeDescription(XMLInputSource, XMLParser.ParsingOptions)</a>
 <div class="block"><i>As of v2.0, <a href="org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription(org.apache.uima.util.XMLInputSource,%20org.apache.uima.util.XMLParser.ParsingOptions)"><code>XMLParser.parseAnalysisEngineDescription(XMLInputSource,ParsingOptions)</code></a>
              should be used instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/analysis_engine/AnalysisEngine.html#process(org.apache.uima.analysis_engine.AnalysisProcessData,%20org.apache.uima.analysis_engine.ResultSpecification)">org.apache.uima.analysis_engine.AnalysisEngine.process(AnalysisProcessData, ResultSpecification)</a>
 <div class="block"><i>This is no longer used by the framework and was never intended for users to call.
              Use {#link #process(CAS)} instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/jcas/JCas.html#processInit()">org.apache.uima.jcas.JCas.processInit()</a>
 <div class="block"><i>not required, does nothing</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/UIMAFramework.html#produceCasInitializer(org.apache.uima.resource.ResourceSpecifier)">org.apache.uima.UIMAFramework.produceCasInitializer(ResourceSpecifier)</a>
 <div class="block"><i>As of v2.0, CAS Initializers are deprecated. A component that performs an operation
              like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
              org.apache.uima.examples.XmlDetagger for an example.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/collection/impl/metadata/cpe/CpeDescriptorFactory.html#produceCollectionReaderCasInitializer(java.lang.String)">org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory.produceCollectionReaderCasInitializer(String)</a>
 <div class="block"><i>As of v2.0, CAS Initializers are deprecated.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/collection/impl/metadata/cpe/CpeDescriptorFactory.html#produceCollectionReaderCasInitializer(java.lang.String,%20org.apache.uima.collection.metadata.CpeDescription)">org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory.produceCollectionReaderCasInitializer(String, CpeDescription)</a>
 <div class="block"><i>As of v2.0, CAS Initializers are deprecated.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/UIMAFramework.html#produceTAE(org.apache.uima.resource.ResourceSpecifier)">org.apache.uima.UIMAFramework.produceTAE(ResourceSpecifier)</a>
 <div class="block"><i>As of v2.0, <a href="org/apache/uima/UIMAFramework.html#produceAnalysisEngine(org.apache.uima.resource.ResourceSpecifier)"><code>UIMAFramework.produceAnalysisEngine(ResourceSpecifier)</code></a> should be used
              instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/UIMAFramework.html#produceTAE(org.apache.uima.resource.ResourceSpecifier,%20int,%20int)">org.apache.uima.UIMAFramework.produceTAE(ResourceSpecifier, int, int)</a>
 <div class="block"><i>As of v2.0, <a href="org/apache/uima/UIMAFramework.html#produceAnalysisEngine(org.apache.uima.resource.ResourceSpecifier,%20int,%20int)"><code>UIMAFramework.produceAnalysisEngine(ResourceSpecifier,int,int)</code></a> should be
              used instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/UIMAFramework.html#produceTAE(org.apache.uima.resource.ResourceSpecifier,%20java.util.Map)">org.apache.uima.UIMAFramework.produceTAE(ResourceSpecifier, Map<String, Object>)</a>
 <div class="block"><i>As of v2.0, <a href="org/apache/uima/UIMAFramework.html#produceAnalysisEngine(org.apache.uima.resource.ResourceSpecifier,%20java.util.Map)"><code>UIMAFramework.produceAnalysisEngine(ResourceSpecifier,Map)</code></a> should be used
              instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/UIMAFramework.html#produceTAE(org.apache.uima.resource.ResourceSpecifier,%20org.apache.uima.resource.ResourceManager,%20java.util.Map)">org.apache.uima.UIMAFramework.produceTAE(ResourceSpecifier, ResourceManager, Map<String, Object>)</a>
 <div class="block"><i>As of v2.0, <a href="org/apache/uima/UIMAFramework.html#produceAnalysisEngine(org.apache.uima.resource.ResourceSpecifier,%20org.apache.uima.resource.ResourceManager,%20java.util.Map)"><code>UIMAFramework.produceAnalysisEngine(ResourceSpecifier,ResourceManager,Map)</code></a>
              should be used instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/flow/CasFlow_ImplBase.html#setCas(org.apache.uima.cas.CAS)">org.apache.uima.flow.CasFlow_ImplBase.setCas(CAS)</a>
 <div class="block"><i>this is automatically done by the framework after a new flow object is created</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/collection/base_cpm/CasDataCollectionReader.html#setCasInitializer(org.apache.uima.collection.base_cpm.CasDataInitializer)">org.apache.uima.collection.base_cpm.CasDataCollectionReader.setCasInitializer(CasDataInitializer)</a>
 <div class="block"><i>As of v2.0 CAS Initializers are deprecated.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/collection/CollectionReader.html#setCasInitializer(org.apache.uima.collection.CasInitializer)">org.apache.uima.collection.CollectionReader.setCasInitializer(CasInitializer)</a>
 <div class="block"><i>As of v2.0 CAS Initializers are deprecated.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/collection/CollectionReader_ImplBase.html#setCasInitializer(org.apache.uima.collection.CasInitializer)">org.apache.uima.collection.CollectionReader_ImplBase.setCasInitializer(CasInitializer)</a>
 <div class="block"><i>As of v2.0 CAS Initializers are deprecated.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/collection/metadata/CpeCollectionReader.html#setCasInitializer(org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer)">org.apache.uima.collection.metadata.CpeCollectionReader.setCasInitializer(CpeCollectionReaderCasInitializer)</a>
 <div class="block"><i>As of v2.0 CAS Initializers are deprecated.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/collection/metadata/CpeCasProcessor.html#setDescriptor(java.lang.String)">org.apache.uima.collection.metadata.CpeCasProcessor.setDescriptor(String)</a>
 <div class="block"><i>Doesn't support the new import syntax.  Use setCpeComponentDescriptor() instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/resource/metadata/ResourceManagerConfiguration.html#setImport(org.apache.uima.resource.metadata.Import)">org.apache.uima.resource.metadata.ResourceManagerConfiguration.setImport(Import)</a>
 <div class="block"><i>Use <a href="org/apache/uima/resource/metadata/ResourceManagerConfiguration.html#setImports(org.apache.uima.resource.metadata.Import[])"><code>ResourceManagerConfiguration.setImports(Import[])</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/cas_data/FeatureStructure.html#setIndexed(boolean)">org.apache.uima.cas_data.FeatureStructure.setIndexed(boolean)</a>
 <div class="block"><i>Use <a href="org/apache/uima/cas_data/FeatureStructure.html#setIndexed(int[])"><code>FeatureStructure.setIndexed(int[])</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/flow/JCasFlow_ImplBase.html#setJCas(org.apache.uima.jcas.JCas)">org.apache.uima.flow.JCasFlow_ImplBase.setJCas(JCas)</a>
 <div class="block"><i>this is done automatically by the framework with the Flow object is created</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/util/Logger.html#setOutputStream(java.io.OutputStream)">org.apache.uima.util.Logger.setOutputStream(OutputStream)</a>
 <div class="block"><i>use external configuration possibility</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/uima/util/Logger.html#setOutputStream(java.io.PrintStream)">org.apache.uima.util.Logger.setOutputStream(PrintStream)</a>
 <div class="block"><i>use external configuration possibility</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/uima/pear/tools/InstallationDescriptor.html#updateMainComponentId(java.lang.String)">org.apache.uima.pear.tools.InstallationDescriptor.updateMainComponentId(String)</a>
 <div class="block"><i>Use setMainComponentId() method instead.</i></div>
 </td>
@@ -654,6 +659,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#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/uimaj-current/apidocs/help-doc.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>API Help (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="API Help (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -215,6 +215,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>