You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2016/04/06 20:44:01 UTC

svn commit: r1738023 [9/32] - in /uima/site/trunk/uima-website/docs/d/uimafit-2.2.0: ./ api/ api/org/apache/uima/fit/component/ api/org/apache/uima/fit/component/class-use/ api/org/apache/uima/fit/component/initialize/ api/org/apache/uima/fit/component...

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/CpeBuilder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/CpeBuilder.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/CpeBuilder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/CpeBuilder.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CpeBuilder (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>CpeBuilder (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CpeBuilder (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="CpeBuilder (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.uima.fit.cpe.CpeBuilder</li>
@@ -110,11 +110,11 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">CpeBuilder</span>
-extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
-<div class="block">Build a Collection Processing Engine from a <code>CollectionReaderDescription</code> and a
- <code>AnalysisEngineDescription</code>. If an aggregate analysis engine description is used, the
+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">Build a Collection Processing Engine from a <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection"><code>CollectionReaderDescription</code></a> and a
+ <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>AnalysisEngineDescription</code></a>. If an aggregate analysis engine description is used, the
  builder will add each child of the aggregate engine as one processor to the engine. This works
- only for aggregate analysis engines using a <code>FixedFlow</code>.</div>
+ only for aggregate analysis engines using a <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/analysis_engine/metadata/FixedFlow.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine.metadata"><code>FixedFlow</code></a>.</div>
 </li>
 </ul>
 </div>
@@ -151,16 +151,16 @@ extends <a href="http://download.oracle.
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>org.apache.uima.collection.CollectionProcessingEngine</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html#createCpe-org.apache.uima.collection.StatusCallbackListener-">createCpe</a></span>(org.apache.uima.collection.StatusCallbackListener&nbsp;aListener)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/CollectionProcessingEngine.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionProcessingEngine</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html#createCpe-org.apache.uima.collection.StatusCallbackListener-">createCpe</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/StatusCallbackListener.html?is-external=true" title="class or interface in org.apache.uima.collection">StatusCallbackListener</a>&nbsp;aListener)</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>org.apache.uima.collection.metadata.CpeDescription</code></td>
+<td class="colFirst"><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescription.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescription</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html#getCpeDescription--">getCpeDescription</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html#setAnalysisEngine-org.apache.uima.analysis_engine.AnalysisEngineDescription-">setAnalysisEngine</a></span>(org.apache.uima.analysis_engine.AnalysisEngineDescription&nbsp;aDesc)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html#setAnalysisEngine-org.apache.uima.analysis_engine.AnalysisEngineDescription-">setAnalysisEngine</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>&nbsp;aDesc)</code>
 <div class="block">Set the analysis engine used by the CPE.</div>
 </td>
 </tr>
@@ -172,7 +172,7 @@ extends <a href="http://download.oracle.
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html#setReader-org.apache.uima.collection.CollectionReaderDescription-">setReader</a></span>(org.apache.uima.collection.CollectionReaderDescription&nbsp;aDesc)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html#setReader-org.apache.uima.collection.CollectionReaderDescription-">setReader</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aDesc)</code>
 <div class="block">Set the reader used by the CPE.</div>
 </td>
 </tr>
@@ -181,8 +181,8 @@ extends <a href="http://download.oracle.
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="ht
 tp://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -235,19 +235,19 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>setReader</h4>
-<pre>public&nbsp;void&nbsp;setReader(org.apache.uima.collection.CollectionReaderDescription&nbsp;aDesc)
-               throws <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
-                      <a href="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a>,
-                      org.apache.uima.collection.metadata.CpeDescriptorException</pre>
+<pre>public&nbsp;void&nbsp;setReader(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aDesc)
+               throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
+                      <a href="http://docs.oracle.com/javase/7/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a>,
+                      <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescriptorException.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescriptorException</a></pre>
 <div class="block">Set the reader used by the CPE.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aDesc</code> - the reader description.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the descriptor cannot be written to the temporary space from where it is imported
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the descriptor cannot be written to the temporary space from where it is imported
            by the CPE.</dd>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code> - if the reader descriptor cannot be serialized to XML.</dd>
-<dd><code>org.apache.uima.collection.metadata.CpeDescriptorException</code> - if there was a problem adding the reader to the CPE.</dd>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code> - if the reader descriptor cannot be serialized to XML.</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescriptorException.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescriptorException</a></code> - if there was a problem adding the reader to the CPE.</dd>
 </dl>
 </li>
 </ul>
@@ -257,22 +257,22 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>setAnalysisEngine</h4>
-<pre>public&nbsp;void&nbsp;setAnalysisEngine(org.apache.uima.analysis_engine.AnalysisEngineDescription&nbsp;aDesc)
-                       throws <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
-                              <a href="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a>,
-                              org.apache.uima.collection.metadata.CpeDescriptorException,
-                              org.apache.uima.util.InvalidXMLException</pre>
+<pre>public&nbsp;void&nbsp;setAnalysisEngine(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>&nbsp;aDesc)
+                       throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
+                              <a href="http://docs.oracle.com/javase/7/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a>,
+                              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescriptorException.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescriptorException</a>,
+                              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/util/InvalidXMLException.html?is-external=true" title="class or interface in org.apache.uima.util">InvalidXMLException</a></pre>
 <div class="block">Set the analysis engine used by the CPE. If this is an aggregate analysis engine, it will be
  disassembled and each delegate becomes one CPE CAS processor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aDesc</code> - the analysis engine description.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the descriptor cannot be written to the temporary space from where it is imported
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the descriptor cannot be written to the temporary space from where it is imported
            by the CPE.</dd>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code> - if the analysis engine descriptor cannot be serialized to XML.</dd>
-<dd><code>org.apache.uima.collection.metadata.CpeDescriptorException</code> - if there was a problem adding the analysis engine to the CPE.</dd>
-<dd><code>org.apache.uima.util.InvalidXMLException</code> - if import resolution failed</dd>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code> - if the analysis engine descriptor cannot be serialized to XML.</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescriptorException.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescriptorException</a></code> - if there was a problem adding the analysis engine to the CPE.</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/util/InvalidXMLException.html?is-external=true" title="class or interface in org.apache.uima.util">InvalidXMLException</a></code> - if import resolution failed</dd>
 </dl>
 </li>
 </ul>
@@ -282,7 +282,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getCpeDescription</h4>
-<pre>public&nbsp;org.apache.uima.collection.metadata.CpeDescription&nbsp;getCpeDescription()</pre>
+<pre>public&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescription.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescription</a>&nbsp;getCpeDescription()</pre>
 </li>
 </ul>
 <a name="createCpe-org.apache.uima.collection.StatusCallbackListener-">
@@ -291,13 +291,13 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createCpe</h4>
-<pre>public&nbsp;org.apache.uima.collection.CollectionProcessingEngine&nbsp;createCpe(org.apache.uima.collection.StatusCallbackListener&nbsp;aListener)
-                                                                throws org.apache.uima.resource.ResourceInitializationException,
-                                                                       org.apache.uima.collection.metadata.CpeDescriptorException</pre>
+<pre>public&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/CollectionProcessingEngine.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionProcessingEngine</a>&nbsp;createCpe(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/StatusCallbackListener.html?is-external=true" title="class or interface in org.apache.uima.collection">StatusCallbackListener</a>&nbsp;aListener)
+                                     throws <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a>,
+                                            <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescriptorException.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescriptorException</a></pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.uima.resource.ResourceInitializationException</code></dd>
-<dd><code>org.apache.uima.collection.metadata.CpeDescriptorException</code></dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code></dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescriptorException.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescriptorException</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -370,6 +370,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/CpePipeline.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/CpePipeline.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/CpePipeline.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/CpePipeline.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CpePipeline (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>CpePipeline (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CpePipeline (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="CpePipeline (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.uima.fit.cpe.CpePipeline</li>
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public final class <span class="typeNameLabel">CpePipeline</span>
-extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
 </div>
@@ -131,8 +131,8 @@ extends <a href="http://download.oracle.
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpePipeline.html#runPipeline-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(org.apache.uima.collection.CollectionReaderDescription&nbsp;readerDesc,
-           org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;descs)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/cpe/CpePipeline.html#runPipeline-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;readerDesc,
+           <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;descs)</code>
 <div class="block">Run the CollectionReader and AnalysisEngines as a multi-threaded pipeline.</div>
 </td>
 </tr>
@@ -141,8 +141,8 @@ extends <a href="http://download.oracle.
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="ht
 tp://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -164,12 +164,12 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.collection.CollectionReaderDescription&nbsp;readerDesc,
-                               org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;descs)
-                        throws org.apache.uima.UIMAException,
-                               <a href="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a>,
-                               org.apache.uima.collection.metadata.CpeDescriptorException,
-                               <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<pre>public static&nbsp;void&nbsp;runPipeline(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;readerDesc,
+                               <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;descs)
+                        throws <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/UIMAException.html?is-external=true" title="class or interface in org.apache.uima">UIMAException</a>,
+                               <a href="http://docs.oracle.com/javase/7/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a>,
+                               <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescriptorException.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescriptorException</a>,
+                               <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Run the CollectionReader and AnalysisEngines as a multi-threaded pipeline.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -178,12 +178,12 @@ extends <a href="http://download.oracle.
           of primitive and aggregate engines, then please create the AnalysisEngines yourself
           and call the other runPipeline method.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code> - if there was a XML-related problem materializing the component descriptors that are
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code> - if there was a XML-related problem materializing the component descriptors that are
            referenced from the CPE descriptor</dd>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was a I/O-related problem materializing the component descriptors that are
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was a I/O-related problem materializing the component descriptors that are
            referenced from the CPE descriptor</dd>
-<dd><code>org.apache.uima.collection.metadata.CpeDescriptorException</code> - if there was a problem configuring the CPE descriptor</dd>
-<dd><code>org.apache.uima.UIMAException</code> - if there was a problem initializing or running the CPE.</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/metadata/CpeDescriptorException.html?is-external=true" title="class or interface in org.apache.uima.collection.metadata">CpeDescriptorException</a></code> - if there was a problem configuring the CPE descriptor</dd>
+<dd><code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/UIMAException.html?is-external=true" title="class or interface in org.apache.uima">UIMAException</a></code> - if there was a problem initializing or running the CPE.</dd>
 </dl>
 </li>
 </ul>
@@ -256,6 +256,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/class-use/CpeBuilder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/class-use/CpeBuilder.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/class-use/CpeBuilder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/class-use/CpeBuilder.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.cpe.CpeBuilder (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.cpe.CpeBuilder (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.cpe.CpeBuilder (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.cpe.CpeBuilder (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/class-use/CpePipeline.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/class-use/CpePipeline.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/class-use/CpePipeline.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/class-use/CpePipeline.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.cpe.CpePipeline (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.cpe.CpePipeline (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.cpe.CpePipeline (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.cpe.CpePipeline (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-frame.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-frame.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-frame.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-frame.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.cpe (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.cpe (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-summary.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-summary.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-summary.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-summary.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.cpe (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.cpe (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.uima.fit.cpe (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.fit.cpe (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -89,8 +89,8 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html" title="class in org.apache.uima.fit.cpe">CpeBuilder</a></td>
 <td class="colLast">
-<div class="block">Build a Collection Processing Engine from a <code>CollectionReaderDescription</code> and a
- <code>AnalysisEngineDescription</code>.</div>
+<div class="block">Build a Collection Processing Engine from a <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection"><code>CollectionReaderDescription</code></a> and a
+ <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>AnalysisEngineDescription</code></a>.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-tree.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-tree.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-tree.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-tree.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.cpe Class Hierarchy (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.cpe Class Hierarchy (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.uima.fit.cpe Class Hierarchy (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.fit.cpe Class Hierarchy (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -79,7 +79,7 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
+<li type="circle">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"><span class="typeNameLink">Object</span></a>
 <ul>
 <li type="circle">org.apache.uima.fit.cpe.<a href="../../../../../org/apache/uima/fit/cpe/CpeBuilder.html" title="class in org.apache.uima.fit.cpe"><span class="typeNameLink">CpeBuilder</span></a></li>
 <li type="circle">org.apache.uima.fit.cpe.<a href="../../../../../org/apache/uima/fit/cpe/CpePipeline.html" title="class in org.apache.uima.fit.cpe"><span class="typeNameLink">CpePipeline</span></a></li>
@@ -134,6 +134,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-use.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-use.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-use.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/cpe/package-use.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.uima.fit.cpe (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>Uses of Package org.apache.uima.fit.cpe (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.uima.fit.cpe (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="Uses of Package org.apache.uima.fit.cpe (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ConfigurationParameter.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ConfigurationParameter.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ConfigurationParameter.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ConfigurationParameter.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfigurationParameter (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>ConfigurationParameter (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConfigurationParameter (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="ConfigurationParameter (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -93,22 +93,22 @@
 <li class="blockList">
 <hr>
 <br>
-<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
- <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>)
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>)
 public @interface <span class="memberNameLabel">ConfigurationParameter</span></pre>
 <div class="block">This annotation marks an analysis component member variable as a configuration parameter. The
  types of member variables that can use this annotation are:
  <ul>
  <li>primitive types and arrays: <code>boolean</code>, <code>boolean[]</code>, <code>int</code>, <code>int[]</code>,
  <code>float</code>, <code>float[]</code></li>
- <li>primitive object wrapper types and arrays: <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a><code>[]</code>,
- <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a><code>[]</code>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang"><code>Float</code></a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang"><code>Float</code></a><code>[]</code></li>
- <li>strings and string arrays: <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a><code>[]</code></li>
- <li>enumeration types (<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><code>Enum</code></a>)</li>
- <li>language/locale: <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util"><code>Locale</code></a></li>
- <li>regular expression patterns: <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/regex/Pattern.html?is-external=true" title="class or interface in java.util.regex"><code>Pattern</code></a></li>
+ <li>primitive object wrapper types and arrays: <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a><code>[]</code>,
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a><code>[]</code>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang"><code>Float</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang"><code>Float</code></a><code>[]</code></li>
+ <li>strings and string arrays: <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a><code>[]</code></li>
+ <li>enumeration types (<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><code>Enum</code></a>)</li>
+ <li>language/locale: <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util"><code>Locale</code></a></li>
+ <li>regular expression patterns: <a href="http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html?is-external=true" title="class or interface in java.util.regex"><code>Pattern</code></a></li>
  <li>all other types that have a constructor that takes a string as the single argument, e.g.:
- <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a> ...</li>
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a> ...</li>
  </ul></div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -133,13 +133,13 @@ public @interface <span class="memberNam
 <th class="colLast" scope="col">Fields and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ConfigurationParameter.html#NO_DEFAULT_VALUE">NO_DEFAULT_VALUE</a></span></code>
 <div class="block">Tells the ConfigurationParameterFactory that no default value has been provided</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ConfigurationParameter.html#USE_FIELD_NAME">USE_FIELD_NAME</a></span></code>
 <div class="block">the default value for name if none is given.</div>
 </td>
@@ -160,13 +160,13 @@ public @interface <span class="memberNam
 <th class="colLast" scope="col">Optional Element and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ConfigurationParameter.html#defaultValue--">defaultValue</a></span></code>
 <div class="block">What can be the value should correspond with the type of the field that is annotated.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ConfigurationParameter.html#description--">description</a></span></code>
 <div class="block">A description for the configuration parameter</div>
 </td>
@@ -178,7 +178,7 @@ public @interface <span class="memberNam
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ConfigurationParameter.html#name--">name</a></span></code>
 <div class="block">If you do not specify a name then the default name will be given by <a href="../../../../../org/apache/uima/fit/descriptor/ConfigurationParameter.html#USE_FIELD_NAME"><code>USE_FIELD_NAME</code></a>
  will be the default name.</div>
@@ -205,7 +205,7 @@ public @interface <span class="memberNam
 <ul class="blockList">
 <li class="blockList">
 <h4>USE_FIELD_NAME</h4>
-<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;USE_FIELD_NAME</pre>
+<pre>public static 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>&nbsp;USE_FIELD_NAME</pre>
 <div class="block">the default value for name if none is given.</div>
 </li>
 </ul>
@@ -218,7 +218,7 @@ public @interface <span class="memberNam
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NO_DEFAULT_VALUE</h4>
-<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;NO_DEFAULT_VALUE</pre>
+<pre>public static 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>&nbsp;NO_DEFAULT_VALUE</pre>
 <div class="block">Tells the ConfigurationParameterFactory that no default value has been provided</div>
 </li>
 </ul>
@@ -236,7 +236,7 @@ public @interface <span class="memberNam
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name</pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name</pre>
 <div class="block">If you do not specify a name then the default name will be given by <a href="../../../../../org/apache/uima/fit/descriptor/ConfigurationParameter.html#USE_FIELD_NAME"><code>USE_FIELD_NAME</code></a>
  will be the default name. This tells ConfigurationParameterFactory to use the name of the
  annotated field as the name of the configuration parameter. The exact name that is used is
@@ -261,7 +261,7 @@ public @interface <span class="memberNam
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public abstract&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description</pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description</pre>
 <div class="block">A description for the configuration parameter</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -303,7 +303,7 @@ public @interface <span class="memberNam
 <ul class="blockListLast">
 <li class="blockList">
 <h4>defaultValue</h4>
-<pre>public abstract&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;defaultValue</pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;defaultValue</pre>
 <div class="block">What can be the value should correspond with the type of the field that is annotated. If for
  example, the field is a String, then the default value can be any string - e.g. "asdf". If the
  field is a boolean, then the default value can be "true" for true or any other string for
@@ -398,6 +398,6 @@ public @interface <span class="memberNam
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ExternalResource.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ExternalResource.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ExternalResource.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ExternalResource.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExternalResource (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>ExternalResource (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExternalResource (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="ExternalResource (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -93,8 +93,8 @@
 <li class="blockList">
 <hr>
 <br>
-<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
- <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>)
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>)
 public @interface <span class="memberNameLabel">ExternalResource</span></pre>
 <div class="block">Mark a field as external resource.</div>
 </li>
@@ -116,19 +116,19 @@ public @interface <span class="memberNam
 <th class="colLast" scope="col">Optional Element and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends org.apache.uima.resource.Resource&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource">Resource</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ExternalResource.html#api--">api</a></span></code>
 <div class="block">The interface that external resources need to implement.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ExternalResource.html#description--">description</a></span></code>
 <div class="block">A description for the external resource.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ExternalResource.html#key--">key</a></span></code>
 <div class="block">The key to which external resources bind to.</div>
 </td>
@@ -160,7 +160,7 @@ public @interface <span class="memberNam
 <ul class="blockList">
 <li class="blockList">
 <h4>key</h4>
-<pre>public abstract&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key</pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key</pre>
 <div class="block">The key to which external resources bind to. If no key is set, the name of the annotated field
  will be used.</div>
 <dl>
@@ -182,7 +182,7 @@ public @interface <span class="memberNam
 <ul class="blockList">
 <li class="blockList">
 <h4>api</h4>
-<pre>public abstract&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends org.apache.uima.resource.Resource&gt;&nbsp;api</pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource">Resource</a>&gt;&nbsp;api</pre>
 <div class="block">The interface that external resources need to implement. Normally this has to be the type of
  the field, but if <a href="../../../../../org/apache/uima/fit/descriptor/ExternalResourceLocator.html" title="interface in org.apache.uima.fit.descriptor"><code>ExternalResourceLocator</code></a>s are used, this should be set to
  <a href="../../../../../org/apache/uima/fit/descriptor/ExternalResourceLocator.html" title="interface in org.apache.uima.fit.descriptor"><code>ExternalResourceLocator</code></a> or to a derived interface.</div>
@@ -205,7 +205,7 @@ public @interface <span class="memberNam
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public abstract&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description</pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description</pre>
 <div class="block">A description for the external resource.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -305,6 +305,6 @@ public @interface <span class="memberNam
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ExternalResourceLocator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ExternalResourceLocator.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ExternalResourceLocator.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/descriptor/ExternalResourceLocator.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExternalResourceLocator (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>ExternalResourceLocator (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExternalResourceLocator (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="ExternalResourceLocator (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -101,7 +101,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Superinterfaces:</dt>
-<dd>org.apache.uima.resource.Resource</dd>
+<dd><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource">Resource</a></dd>
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
@@ -110,8 +110,8 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public interface <span class="typeNameLabel">ExternalResourceLocator</span>
-extends org.apache.uima.resource.Resource</pre>
-<div class="block">Get instance of external resource. This resource implements the <code>Resource</code> interface and
+extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource">Resource</a></pre>
+<div class="block">Get instance of external resource. This resource implements the <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource"><code>Resource</code></a> interface and
  can thus be used as an external resource. However, it serves only as a proxy to get the actual
  shared resource. Parameters that help locating the shared resource can be passed using the
  regular UIMA external resources mechanism.
@@ -138,8 +138,8 @@ extends org.apache.uima.resource.Resourc
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.uima.resource.Resource">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;org.apache.uima.resource.Resource</h3>
-<code>PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_MANAGER, PARAM_CONFIG_PARAM_SETTINGS, PARAM_EXTERNAL_OVERRIDE_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_RESOURCE_MANAGER, PARAM_UIMA_CONTEXT</code></li>
+<h3>Fields inherited from interface&nbsp;org.apache.uima.resource.<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource">Resource</a></h3>
+<code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#PARAM_AGGREGATE_SOFA_MAPPINGS" title="class or interface in org.apache.uima.resource">PARAM_AGGREGATE_SOFA_MAPPINGS</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#PARAM_CONFIG_MANAGER" title="class or interface in org.apache.uima.resource">PARAM_CONFIG_MANAGER</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#PARAM_CONFIG_PARAM_SETTINGS" title="class or interface in org.apache.uima.resource">PARAM_CONFIG_PARAM_SETTINGS</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#PARAM_EXTERNAL_OVERRIDE_SETTINGS" title="class or interface in org.apache.uima.resource">PARAM_EXTERNAL_OVERRIDE_SETTINGS</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Reso
 urce.html?is-external=true#PARAM_PERFORMANCE_TUNING_SETTINGS" title="class or interface in org.apache.uima.resource">PARAM_PERFORMANCE_TUNING_SETTINGS</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#PARAM_RESOURCE_MANAGER" title="class or interface in org.apache.uima.resource">PARAM_RESOURCE_MANAGER</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#PARAM_UIMA_CONTEXT" title="class or interface in org.apache.uima.resource">PARAM_UIMA_CONTEXT</a></code></li>
 </ul>
 </li>
 </ul>
@@ -156,7 +156,7 @@ extends org.apache.uima.resource.Resourc
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<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><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/descriptor/ExternalResourceLocator.html#getResource--">getResource</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -164,8 +164,8 @@ extends org.apache.uima.resource.Resourc
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.uima.resource.Resource">
 <!--   -->
 </a>
-<h3>Methods inherited from interface&nbsp;org.apache.uima.resource.Resource</h3>
-<code>destroy, getLogger, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, initialize, setLogger</code></li>
+<h3>Methods inherited from interface&nbsp;org.apache.uima.resource.<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true" title="class or interface in org.apache.uima.resource">Resource</a></h3>
+<code><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource">destroy</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#getLogger--" title="class or interface in org.apache.uima.resource">getLogger</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#getMetaData--" title="class or interface in org.apache.uima.resource">getMetaData</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#getResourceManager--" title="class or interface in org.apache.uima.resource">getResourceManager</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#getUimaContext--" title="class or interface in org.apache.uima.resource">getUimaContext</a>
 , <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#getUimaContextAdmin--" title="class or interface in org.apache.uima.resource">getUimaContextAdmin</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#initialize-org.apache.uima.resource.ResourceSpecifier-java.util.Map-" title="class or interface in org.apache.uima.resource">initialize</a>, <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/resource/Resource.html?is-external=true#setLogger-org.apache.uima.util.Logger-" title="class or interface in org.apache.uima.resource">setLogger</a></code></li>
 </ul>
 </li>
 </ul>
@@ -187,7 +187,7 @@ extends org.apache.uima.resource.Resourc
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getResource</h4>
-<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getResource()</pre>
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getResource()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the resource</dd>
@@ -263,6 +263,6 @@ extends org.apache.uima.resource.Resourc
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>