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 [4/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/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=1758411&r1=1758410&r2=1758411&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 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>UimaContext (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>UimaContext (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="UimaContext (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="UimaContext (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -164,90 +164,114 @@
 </td>
 </tr>
 <tr class="rowColor">
+<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><strong><a href="../../../org/apache/uima/UimaContext.html#getExternalOverrides()">getExternalOverrides</a></strong>()</code>
+<div class="block">Gets the <code>Settings</code> used for external parameter overrides</div>
+</td>
+</tr>
+<tr class="altColor">
 <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><strong><a href="../../../org/apache/uima/UimaContext.html#getInstrumentationFacility()">getInstrumentationFacility</a></strong>()</code>
 <div class="block">Gets the <code>InstrumentationFacility</code> that a component can use to record information
  about its performance.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <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><strong><a href="../../../org/apache/uima/UimaContext.html#getLogger()">getLogger</a></strong>()</code>
 <div class="block">Gets the <code>Logger</code> to which log output will be sent.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceAsStream(java.lang.String)">getResourceAsStream</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey)</code>
 <div class="block">Retrieves an InputStream for reading from the named resource.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceAsStream(java.lang.String,%20java.lang.String[])">getResourceAsStream</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;aParams)</code>
 <div class="block">Retrieves an InputStream for reading from the named resource.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceFilePath(java.lang.String)">getResourceFilePath</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey)</code>
 <div class="block">Retrieves the absolute file path to the named resource.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceFilePath(java.lang.String,%20java.lang.String[])">getResourceFilePath</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;aParams)</code>
 <div class="block">Retrieves the absolute file path to the named resource.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceObject(java.lang.String)">getResourceObject</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey)</code>
 <div class="block">Retrieves the named resource object.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceObject(java.lang.String,%20java.lang.String[])">getResourceObject</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;aParams)</code>
 <div class="block">Retrieves the named resource object.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceURI(java.lang.String)">getResourceURI</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey)</code>
 <div class="block">Retrieves the URI to the named resource.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceURI(java.lang.String,%20java.lang.String[])">getResourceURI</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;aParams)</code>
 <div class="block">Retrieves the URI to the named resource.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceURL(java.lang.String)">getResourceURL</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey)</code>
 <div class="block">Retrieves the URL to the named resource.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getResourceURL(java.lang.String,%20java.lang.String[])">getResourceURL</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aKey,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;aParams)</code>
 <div class="block">Retrieves the URL to the named resource.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <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><strong><a href="../../../org/apache/uima/UimaContext.html#getSession()">getSession</a></strong>()</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 class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getSharedSettingArray(java.lang.String)">getSharedSettingArray</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Get the array of values for a shared configuration parameter from the external override settings.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getSharedSettingNames()">getSharedSettingNames</a></strong>()</code>
+<div class="block">Get the names of all the external override settings available.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContext.html#getSharedSettingValue(java.lang.String)">getSharedSettingValue</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Get the value of a shared configuration parameter from the external override settings.</div>
+</td>
+</tr>
 <tr class="altColor">
 <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><strong><a href="../../../org/apache/uima/UimaContext.html#getSofaMappings()">getSofaMappings</a></strong>()</code>
@@ -370,6 +394,58 @@
          group. Returns an empty array if there are none.</dd></dl>
 </li>
 </ul>
+<a name="getSharedSettingValue(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSharedSettingValue</h4>
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getSharedSettingValue(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+                             throws <a href="../../../org/apache/uima/resource/ResourceConfigurationException.html" title="class in org.apache.uima.resource">ResourceConfigurationException</a></pre>
+<div class="block">Get the value of a shared configuration parameter from the external override settings.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - - the name of the parameter</dd>
+<dt><span class="strong">Returns:</span></dt><dd>- the value found in the shared settings file(s), or null if missing.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../org/apache/uima/resource/ResourceConfigurationException.html" title="class in org.apache.uima.resource">ResourceConfigurationException</a></code> - if the value references an undefined parameter, or the value is an array</dd></dl>
+</li>
+</ul>
+<a name="getSharedSettingArray(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSharedSettingArray</h4>
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getSharedSettingArray(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+                               throws <a href="../../../org/apache/uima/resource/ResourceConfigurationException.html" title="class in org.apache.uima.resource">ResourceConfigurationException</a></pre>
+<div class="block">Get the array of values for a shared configuration parameter from the external override settings.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - - the name of the parameter</dd>
+<dt><span class="strong">Returns:</span></dt><dd>- an array of values found in the shared settings file(s), or null if missing.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../org/apache/uima/resource/ResourceConfigurationException.html" title="class in org.apache.uima.resource">ResourceConfigurationException</a></code> - if the value references an undefined parameter, or the value is not an array</dd></dl>
+</li>
+</ul>
+<a name="getSharedSettingNames()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSharedSettingNames</h4>
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getSharedSettingNames()</pre>
+<div class="block">Get the names of all the external override settings available.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>- an array containing the names of all the external override settings.</dd></dl>
+</li>
+</ul>
+<a name="getExternalOverrides()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExternalOverrides</h4>
+<pre><a href="../../../org/apache/uima/util/Settings.html" title="interface in org.apache.uima.util">Settings</a>&nbsp;getExternalOverrides()</pre>
+<div class="block">Gets the <code>Settings</code> used for external parameter overrides</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the Settings object</dd></dl>
+</li>
+</ul>
 <a name="getLogger()">
 <!--   -->
 </a>
@@ -856,6 +932,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/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=1758411&r1=1758410&r2=1758411&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 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>UimaContextAdmin (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>UimaContextAdmin (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="UimaContextAdmin (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="UimaContextAdmin (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../org/apache/uima/UimaContext.html" title="interface in org.apache.uima"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../org/apache/uima/UIMAException.html" title="class in org.apache.uima"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../org/apache/uima/UimaContextHolder.html" title="class in org.apache.uima"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../index.html?org/apache/uima/UimaContextAdmin.html" target="_top">Frames</a></li>
@@ -232,7 +232,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,%20java.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,%20java.lang.String[])">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,%20java.lang.String[])">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,%20java.lang.String[])">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,%20java.lang.String[])">getResourceURI</a>, <a href="../../../org/apac
 he/uima/UimaContext.html#getResourceURL(java.lang.String)">getResourceURL</a>, <a href="../../../org/apache/uima/UimaContext.html#getResourceURL(java.lang.String,%20java.lang.String[])">getResourceURL</a>, <a href="../../../org/apache/uima/UimaContext.html#getSession()">getSession</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,%20java.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,%20java.lang.String[])">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,%20java.lang.String[])">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,%20java.lang.String[])">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,%20java.lang.String[])">getResourceURI</a>, <a href="../../../org/apac
 he/uima/UimaContext.html#getResourceURL(java.lang.String)">getResourceURL</a>, <a href="../../../org/apache/uima/UimaContext.html#getResourceURL(java.lang.String,%20java.lang.String[])">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>
 </ul>
 </li>
 </ul>
@@ -451,7 +451,10 @@ extends <a href="../../../org/apache/uim
 <h4>getExternalOverrides</h4>
 <pre><a href="../../../org/apache/uima/util/Settings.html" title="interface in org.apache.uima.util">Settings</a>&nbsp;getExternalOverrides()</pre>
 <div class="block">Gets the settings to be used for external parameter overrides</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the Settings object</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../org/apache/uima/UimaContext.html#getExternalOverrides()">getExternalOverrides</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/uima/UimaContext.html" title="interface in org.apache.uima">UimaContext</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the Settings object</dd></dl>
 </li>
 </ul>
 <a name="setExternalOverrides(org.apache.uima.util.Settings)">
@@ -492,7 +495,7 @@ extends <a href="../../../org/apache/uim
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../org/apache/uima/UimaContext.html" title="interface in org.apache.uima"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../org/apache/uima/UIMAException.html" title="class in org.apache.uima"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../org/apache/uima/UimaContextHolder.html" title="class in org.apache.uima"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../index.html?org/apache/uima/UimaContextAdmin.html" target="_top">Frames</a></li>
@@ -532,6 +535,6 @@ extends <a href="../../../org/apache/uim
 <!--   -->
 </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>

Added: 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=1758411&view=auto
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html (added)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html Tue Aug 30 15:50:35 2016
@@ -0,0 +1,303 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>UimaContextHolder (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="UimaContextHolder (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/UimaContextHolder.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../org/apache/uima/UimaContextAdmin.html" title="interface in org.apache.uima"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../org/apache/uima/UIMAException.html" title="class in org.apache.uima"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?org/apache/uima/UimaContextHolder.html" target="_top">Frames</a></li>
+<li><a href="UimaContextHolder.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.uima</div>
+<h2 title="Class UimaContextHolder" class="title">Class UimaContextHolder</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.uima.UimaContextHolder</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">UimaContextHolder</span>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+<div class="block">This class holds the UimaContext for the current thread, or a parent thread.
+ The getContext method may be used by any plain Java class invoked by an annotator,
+ The POJO must run in the same thread or a child thread of the annotator.
+ 
+ For example a POJO can access the shared External Override Settings with:
+     String paramValue = UimaContextHolder.getContext().getSetting(paramName);</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../org/apache/uima/UimaContextHolder.html#UimaContextHolder()">UimaContextHolder</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContextHolder.html#clearContext()">clearContext</a></strong>()</code>
+<div class="block">Clears the UimaContext entry for the current thread</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../org/apache/uima/UimaContext.html" title="interface in org.apache.uima">UimaContext</a></code></td>
+<td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContextHolder.html#getContext()">getContext</a></strong>()</code>
+<div class="block">Get the UimaContext for this thread</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../org/apache/uima/UimaContextHolder.html#setContext(org.apache.uima.UimaContext)">setContext</a></strong>(<a href="../../../org/apache/uima/UimaContext.html" title="interface in org.apache.uima">UimaContext</a>&nbsp;uimaContext)</code>
+<div class="block">Sets the UimaContext for the current thread.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="UimaContextHolder()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UimaContextHolder</h4>
+<pre>public&nbsp;UimaContextHolder()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getContext()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getContext</h4>
+<pre>public static&nbsp;<a href="../../../org/apache/uima/UimaContext.html" title="interface in org.apache.uima">UimaContext</a>&nbsp;getContext()</pre>
+<div class="block">Get the UimaContext for this thread</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the thread-specific UimaContext</dd></dl>
+</li>
+</ul>
+<a name="setContext(org.apache.uima.UimaContext)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setContext</h4>
+<pre>public static&nbsp;void&nbsp;setContext(<a href="../../../org/apache/uima/UimaContext.html" title="interface in org.apache.uima">UimaContext</a>&nbsp;uimaContext)</pre>
+<div class="block">Sets the UimaContext for the current thread.
+ <p>
+ NOTE - Should be used only by the UIMA Framework.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>uimaContext</code> - </dd></dl>
+</li>
+</ul>
+<a name="clearContext()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>clearContext</h4>
+<pre>public static&nbsp;void&nbsp;clearContext()</pre>
+<div class="block">Clears the UimaContext entry for the current thread
+ <p>
+ NOTE - Should be used only by the UIMA Framework.</div>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/UimaContextHolder.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../org/apache/uima/UimaContextAdmin.html" title="interface in org.apache.uima"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../org/apache/uima/UIMAException.html" title="class in org.apache.uima"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?org/apache/uima/UimaContextHolder.html" target="_top">Frames</a></li>
+<li><a href="UimaContextHolder.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<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/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=1758411&r1=1758410&r2=1758411&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 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>AnalysisComponent (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>AnalysisComponent (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="AnalysisComponent (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="AnalysisComponent (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -496,6 +496,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/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=1758411&r1=1758410&r2=1758411&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 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>AnalysisComponent_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>AnalysisComponent_ImplBase (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="AnalysisComponent_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="AnalysisComponent_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -459,6 +459,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>Annotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Annotator_ImplBase (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="Annotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Annotator_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -330,6 +330,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>CasAnnotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>CasAnnotator_ImplBase (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="CasAnnotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="CasAnnotator_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -361,6 +361,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>CasMultiplier_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>CasMultiplier_ImplBase (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="CasMultiplier_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="CasMultiplier_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -395,6 +395,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>JCasAnnotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>JCasAnnotator_ImplBase (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="JCasAnnotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="JCasAnnotator_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -336,6 +336,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>JCasMultiplier_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>JCasMultiplier_ImplBase (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="JCasMultiplier_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="JCasMultiplier_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -369,6 +369,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (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="Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -204,6 +204,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/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=1758411&r1=1758410&r2=1758411&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 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>Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (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="Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -198,6 +198,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/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=1758411&r1=1758410&r2=1758411&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 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>Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (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="Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -158,6 +158,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/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=1758411&r1=1758410&r2=1758411&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 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>Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (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="Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,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/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=1758411&r1=1758410&r2=1758411&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 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>Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (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="Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,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/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=1758411&r1=1758410&r2=1758411&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 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>Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase (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="Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,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/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=1758411&r1=1758410&r2=1758411&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 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>Uses of Class org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.JCasMultiplier_ImplBase (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="Uses of Class org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,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/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=1758411&r1=1758410&r2=1758411&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 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>org.apache.uima.analysis_component (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component (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>

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=1758411&r1=1758410&r2=1758411&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 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>org.apache.uima.analysis_component (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component (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="org.apache.uima.analysis_component (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="org.apache.uima.analysis_component (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -177,6 +177,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/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=1758411&r1=1758410&r2=1758411&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 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>org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component Class Hierarchy (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="org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -138,6 +138,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/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=1758411&r1=1758410&r2=1758411&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 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>Uses of Package org.apache.uima.analysis_component (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Package org.apache.uima.analysis_component (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="Uses of Package org.apache.uima.analysis_component (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Package org.apache.uima.analysis_component (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -181,6 +181,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/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=1758411&r1=1758410&r2=1758411&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 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>AnalysisEngine (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>AnalysisEngine (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="AnalysisEngine (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="AnalysisEngine (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -1171,6 +1171,6 @@ void&nbsp;process(<a href="../../../../o
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>AnalysisEngineDescription (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>AnalysisEngineDescription (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="AnalysisEngineDescription (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="AnalysisEngineDescription (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -822,6 +822,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>AnalysisEngineManagement.State (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>AnalysisEngineManagement.State (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="AnalysisEngineManagement.State (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="AnalysisEngineManagement.State (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -330,6 +330,6 @@ not permitted.)</div>
 <!--   -->
 </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/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=1758411&r1=1758410&r2=1758411&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 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>AnalysisEngineManagement (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>AnalysisEngineManagement (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="AnalysisEngineManagement (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="AnalysisEngineManagement (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -449,6 +449,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.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>AnalysisEngineProcessException (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>AnalysisEngineProcessException (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="AnalysisEngineProcessException (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="AnalysisEngineProcessException (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -595,6 +595,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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/org/apache/uima/analysis_engine/AnalysisEngineServiceStub.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineServiceStub.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineServiceStub.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineServiceStub.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>AnalysisEngineServiceStub (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>AnalysisEngineServiceStub (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="AnalysisEngineServiceStub (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="AnalysisEngineServiceStub (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -263,6 +263,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </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>