Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/README.md URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/README.md?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/README.md (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/README.md Thu Feb 2 08:24:16 2023 @@ -44,7 +44,7 @@ to your project: <dependency> <groupId>org.apache.uima</groupId> <artifactId>uimaj-core</artifactId> - <version>3.3.1</version> + <version>3.4.0</version> </dependency> ``` @@ -55,7 +55,7 @@ Apache uimaFIT is a separate dependency <dependency> <groupId>org.apache.uima</groupId> <artifactId>uimafit-core</artifactId> - <version>3.3.1</version> + <version>3.4.0</version> </dependency> ``` @@ -159,7 +159,7 @@ for (var anno : cas.<Annotation>select(e #### Building -To build Apache UIMA, you need at least a Java 8 JDK and a recent Maven 3 version. +To build Apache UIMA, you need at least a Java 11 JDK and a recent Maven 3 version. After extracting the source distribution ZIP or cloning the repository, change into the created directory and run the following command: @@ -168,12 +168,12 @@ directory and run the following command: mvn clean install ``` -For more details, please see http://uima.apache.org/building-uima.html +For more details, please see http://uima.apache.org/building-uima.html #### Running examples from the source/binary distribution -You can download the source and binary distributions from the +You can download the source and binary distributions from the [Apache UIMA website](https://uima.apache.org/downloads.cgi). ##### Environment Variables @@ -241,4 +241,4 @@ The Apache UIMA Java SDK is a Java-based [UIMA]: https://uima.apache.org [OASIS-UIMA]: https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=uima [MAVEN-CENTRAL]: https://search.maven.org/search?q=org.apache.uima -[DKPRO-CASSIS]: https://github.com/dkpro/dkpro-cassis \ No newline at end of file +[DKPRO-CASSIS]: https://github.com/dkpro/dkpro-cassis
Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md Thu Feb 2 08:24:16 2023 @@ -19,12 +19,13 @@ *************************************************************** --> -# Apache UIMA (Unstructured Information Management Architecture) v3.3.1 Release Notes +# Apache UIMA (Unstructured Information Management Architecture) v3.4.0 Release Notes ## Contents [What is UIMA?](#what.is.uima) [Major Changes in this Release](#major.changes) +[List of JIRA Issues Fixed in this Release](#list.issues) [How to Get Involved](#get.involved) [How to Report Issues](#report.issues) @@ -54,29 +55,48 @@ with some support for Perl, Python and T ## <a id="major.changes">Notable changes in this release</a> -This is a bug fix release. +This is a feature fix release. -**Bugs fixed** -* ð¦ Issue #255: File handle leak accessing performanceTuning.properties -* ð¦ Issue #240: Helper annotation created by SelectFS should not survive -* ð¦ Issue #238: Form 6 serializes non-reachable FSes but should not -* ð¦ Issue #235: Misleading error message when JCas type is not registered -* ð¦ [UIMA-6479] PearPackagingMavenPlugin has ancient JUnit dependency -* ð¦ [UIMA-6473] CasToComparableText is broken + +## What's Changed **Improvements** -* âï¸ Issue #222: Support comparing test files irrespective of line endings -* âï¸ [UIMA-6480] Add tests with empty arrays to CAS de/ser-suite +* âï¸ [UIMA-6474] Switch to getDataPathElements() in UIMA context by @reckart in https://github.com/apache/uima-uimaj/pull/216 +* âï¸ Issue #226: Provide SPI interfaces to locate descriptors by @reckart in https://github.com/apache/uima-uimaj/pull/227, https://github.com/apache/uima-uimaj/pull/237, https://github.com/apache/uima-uimaj/pull/249 +* âï¸ Issue #225: Improve deployment in OSGi environments by @reckart in https://github.com/apache/uima-uimaj/pull/232, https://github.com/apache/uima-uimaj/pull/244, https://github.com/apache/uima-uimaj/pull/250 +* âï¸ Issue #245: Utility method for loading type systems in SPI providers by @reckart in https://github.com/apache/uima-uimaj/pull/246 +* âï¸ Issue #247: RelativePathResolver should consider TCCL by @reckart in https://github.com/apache/uima-uimaj/pull/248 +* âï¸ Issue #268: UIMA components log and then re-throw exceptions which usually leads to errors being logged twice by @reckart in https://github.com/apache/uima-uimaj/pull/279 + +**Bugs fixed** +* ð¦ Issue #252: Potential failure to look up FsGenerator3 in OSGI-like contexts by @reckart in https://github.com/apache/uima-uimaj/pull/253 +* ð¦ Issue #265: Unable to release without auto-staging by @reckart in https://github.com/apache/uima-uimaj/pull/282 +* ð¦ Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in Eclipse 2022-09 by @reckart in https://github.com/apache/uima-uimaj/pull/274 +* ð¦ Issue #267: UIMA Log4jLogger_impl not compatible with log4j 2.18.0+ by @reckart in https://github.com/apache/uima-uimaj/pull/269, https://github.com/apache/uima-uimaj/pull/280 +* ð¦ Issue #272: select on FSArray seems broken by @reckart in https://github.com/apache/uima-uimaj/pull/277, https://github.com/apache/uima-uimaj/pull/278, https://github.com/apache/uima-uimaj/pull/291 +* ð¦ Issue #275: Improved error message made it even more misleading by @reckart in https://github.com/apache/uima-uimaj/pull/276 +* ð¦ Issue #285: NPE while deserializing an XMI in a PEAR context by @reckart in https://github.com/apache/uima-uimaj/pull/287 + +**Refactorings** +* âï¸ [UIMA-6440] Stage release artifacts as part of the build by @reckart in https://github.com/apache/uima-uimaj/pull/199 +* âï¸ [UIMA-6443] Fresh Eclipse update site for every release by @reckart in https://github.com/apache/uima-uimaj/pull/200 +* âï¸ [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules by @reckart in https://github.com/apache/uima-uimaj/pull/205 +* âï¸ [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8 by @reckart in https://github.com/apache/uima-uimaj/pull/206 +* âï¸ [UIMA-6436] Move maintainer documentation from website into maintainer guide by @reckart in https://github.com/apache/uima-uimaj/pull/197, https://github.com/apache/uima-uimaj/pull/217 +* âï¸ Issue #230: Remove version overrides in Maven plugin modules by @reckart in https://github.com/apache/uima-uimaj/pull/231 +* âï¸ Issue #228: Move the UimaDecompiler class by @reckart in https://github.com/apache/uima-uimaj/pull/229 +* âï¸ Issue #283: Update issue report generation by @reckart in https://github.com/apache/uima-uimaj/pull/284 +* âï¸ Issue #292: Make CAS serialization tests more robust by @reckart in https://github.com/apache/uima-uimaj/pull/293 +* âï¸ Issue #298 - SHA512 checksums contain wrong file name by @reckart in https://github.com/apache/uima-uimaj/pull/299 +* âï¸ Issue #300: Differences between source ZIP and repository tag by @reckart in https://github.com/apache/uima-uimaj/pull/301 +* 𩹠[UIMA-6459] Upgrade dependencies by @reckart in https://github.com/apache/uima-uimaj/pull/204, https://github.com/apache/uima-uimaj/pull/207 +* 𩹠Issue #270: Update dependencies by @reckart in https://github.com/apache/uima-uimaj/pull/271, https://github.com/apache/uima-uimaj/pull/273, https://github.com/apache/uima-uimaj/pull/290 -**Refactoring** -* âï¸ [UIMA-6454] Update dependencies -* âï¸ [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8 -* âï¸ [UIMA-6469] Cleaning up file handling code For a full list of issues affecting this release, please see: -* [GitHub issues](issuesFixed/github-report.html) [[online](https://github.com/apache/uima-uimaj/issues?q=milestone%3A3.3.1)] -* [Jira issues (legacy)](issuesFixed/jira-report.html) [[online](https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%203.3.1SDK)] +* [GitHub issues](issuesFixed/github-report.html) [[online](https://github.com/apache/uima-uimaj/issues?q=milestone%3A3.4.0)] +* [Jira issues (legacy)](issuesFixed/jira-report.html) [[online](https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%203.4.0SDK)] ## <a id="get.involved">How to Get Involved</a> @@ -87,4 +107,4 @@ help, source code and feedback. If you a ## <a id="report.issues">How to Report Issues</a> The Apache UIMA project uses GitHub for issue tracking. Please report any issues you find at -[https://github.com/apache/uima-uimaj/issues](https://github.com/apache/uima-uimaj/issues). \ No newline at end of file +[https://github.com/apache/uima-uimaj/issues](https://github.com/apache/uima-uimaj/issues). Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>All Classes (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -336,6 +336,7 @@ <li><a href="org/apache/uima/cas/impl/FsIndex_snapshot.html" title="class in org.apache.uima.cas.impl" target="classFrame">FsIndex_snapshot</a></li> <li><a href="org/apache/uima/resource/metadata/FsIndexCollection.html" title="interface in org.apache.uima.resource.metadata" target="classFrame"><span class="interfaceName">FsIndexCollection</span></a></li> <li><a href="org/apache/uima/resource/metadata/impl/FsIndexCollection_impl.html" title="class in org.apache.uima.resource.metadata.impl" target="classFrame">FsIndexCollection_impl</a></li> +<li><a href="org/apache/uima/spi/FsIndexCollectionProvider.html" title="interface in org.apache.uima.spi" target="classFrame"><span class="interfaceName">FsIndexCollectionProvider</span></a></li> <li><a href="org/apache/uima/cas/admin/FSIndexComparator.html" title="interface in org.apache.uima.cas.admin" target="classFrame"><span class="interfaceName">FSIndexComparator</span></a></li> <li><a href="org/apache/uima/cas/impl/FSIndexComparatorImpl.html" title="class in org.apache.uima.cas.impl" target="classFrame">FSIndexComparatorImpl</a></li> <li><a href="org/apache/uima/resource/metadata/FsIndexDescription.html" title="interface in org.apache.uima.resource.metadata" target="classFrame"><span class="interfaceName">FsIndexDescription</span></a></li> @@ -398,6 +399,7 @@ <li><a href="org/apache/uima/util/IteratorNvc.html" title="interface in org.apache.uima.util" target="classFrame"><span class="interfaceName">IteratorNvc</span></a></li> <li><a href="org/apache/uima/jcas/JCas.html" title="interface in org.apache.uima.jcas" target="classFrame"><span class="interfaceName">JCas</span></a></li> <li><a href="org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html" title="class in org.apache.uima.analysis_component" target="classFrame">JCasAnnotator_ImplBase</a></li> +<li><a href="org/apache/uima/spi/JCasClassProvider.html" title="interface in org.apache.uima.spi" target="classFrame"><span class="interfaceName">JCasClassProvider</span></a></li> <li><a href="org/apache/uima/flow/JCasFlow_ImplBase.html" title="class in org.apache.uima.flow" target="classFrame">JCasFlow_ImplBase</a></li> <li><a href="org/apache/uima/flow/JCasFlowController_ImplBase.html" title="class in org.apache.uima.flow" target="classFrame">JCasFlowController_ImplBase</a></li> <li><a href="org/apache/uima/jcas/impl/JCasHashMap.html" title="class in org.apache.uima.jcas.impl" target="classFrame">JCasHashMap</a></li> @@ -639,6 +641,7 @@ <li><a href="org/apache/uima/analysis_engine/impl/TypeOrFeature_impl.html" title="class in org.apache.uima.analysis_engine.impl" target="classFrame">TypeOrFeature_impl</a></li> <li><a href="org/apache/uima/resource/metadata/TypePriorities.html" title="interface in org.apache.uima.resource.metadata" target="classFrame"><span class="interfaceName">TypePriorities</span></a></li> <li><a href="org/apache/uima/resource/metadata/impl/TypePriorities_impl.html" title="class in org.apache.uima.resource.metadata.impl" target="classFrame">TypePriorities_impl</a></li> +<li><a href="org/apache/uima/spi/TypePrioritiesProvider.html" title="interface in org.apache.uima.spi" target="classFrame"><span class="interfaceName">TypePrioritiesProvider</span></a></li> <li><a href="org/apache/uima/resource/metadata/TypePriorityList.html" title="interface in org.apache.uima.resource.metadata" target="classFrame"><span class="interfaceName">TypePriorityList</span></a></li> <li><a href="org/apache/uima/resource/metadata/impl/TypePriorityList_impl.html" title="class in org.apache.uima.resource.metadata.impl" target="classFrame">TypePriorityList_impl</a></li> <li><a href="org/apache/uima/cas/TypeSystem.html" title="interface in org.apache.uima.cas" target="classFrame"><span class="interfaceName">TypeSystem</span></a></li> @@ -646,6 +649,7 @@ <li><a href="org/apache/uima/cas/impl/TypeSystemConstants.html" title="interface in org.apache.uima.cas.impl" target="classFrame"><span class="interfaceName">TypeSystemConstants</span></a></li> <li><a href="org/apache/uima/resource/metadata/TypeSystemDescription.html" title="interface in org.apache.uima.resource.metadata" target="classFrame"><span class="interfaceName">TypeSystemDescription</span></a></li> <li><a href="org/apache/uima/resource/metadata/impl/TypeSystemDescription_impl.html" title="class in org.apache.uima.resource.metadata.impl" target="classFrame">TypeSystemDescription_impl</a></li> +<li><a href="org/apache/uima/spi/TypeSystemDescriptionProvider.html" title="interface in org.apache.uima.spi" target="classFrame"><span class="interfaceName">TypeSystemDescriptionProvider</span></a></li> <li><a href="org/apache/uima/cas/impl/TypeSystemImpl.html" title="class in org.apache.uima.cas.impl" target="classFrame">TypeSystemImpl</a></li> <li><a href="org/apache/uima/cas/admin/TypeSystemMgr.html" title="interface in org.apache.uima.cas.admin" target="classFrame"><span class="interfaceName">TypeSystemMgr</span></a></li> <li><a href="org/apache/uima/util/TypeSystemUtil.html" title="class in org.apache.uima.util" target="classFrame">TypeSystemUtil</a></li> @@ -662,7 +666,6 @@ <li><a href="org/apache/uima/analysis_engine/impl/UimacppAnalysisEngineImpl.html" title="class in org.apache.uima.analysis_engine.impl" target="classFrame">UimacppAnalysisEngineImpl</a></li> <li><a href="org/apache/uima/uimacpp/UimacppEngine.html" title="class in org.apache.uima.uimacpp" target="classFrame">UimacppEngine</a></li> <li><a href="org/apache/uima/uimacpp/UimacppException.html" title="class in org.apache.uima.uimacpp" target="classFrame">UimacppException</a></li> -<li><a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl" target="classFrame">UimaDecompiler</a></li> <li><a href="org/apache/uima/UIMAException.html" title="class in org.apache.uima" target="classFrame">UIMAException</a></li> <li><a href="org/apache/uima/UIMAFramework.html" title="class in org.apache.uima" target="classFrame">UIMAFramework</a></li> <li><a href="org/apache/uima/impl/UIMAFramework_impl.html" title="class in org.apache.uima.impl" target="classFrame">UIMAFramework_impl</a></li> Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>All Classes (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -336,6 +336,7 @@ <li><a href="org/apache/uima/cas/impl/FsIndex_snapshot.html" title="class in org.apache.uima.cas.impl">FsIndex_snapshot</a></li> <li><a href="org/apache/uima/resource/metadata/FsIndexCollection.html" title="interface in org.apache.uima.resource.metadata"><span class="interfaceName">FsIndexCollection</span></a></li> <li><a href="org/apache/uima/resource/metadata/impl/FsIndexCollection_impl.html" title="class in org.apache.uima.resource.metadata.impl">FsIndexCollection_impl</a></li> +<li><a href="org/apache/uima/spi/FsIndexCollectionProvider.html" title="interface in org.apache.uima.spi"><span class="interfaceName">FsIndexCollectionProvider</span></a></li> <li><a href="org/apache/uima/cas/admin/FSIndexComparator.html" title="interface in org.apache.uima.cas.admin"><span class="interfaceName">FSIndexComparator</span></a></li> <li><a href="org/apache/uima/cas/impl/FSIndexComparatorImpl.html" title="class in org.apache.uima.cas.impl">FSIndexComparatorImpl</a></li> <li><a href="org/apache/uima/resource/metadata/FsIndexDescription.html" title="interface in org.apache.uima.resource.metadata"><span class="interfaceName">FsIndexDescription</span></a></li> @@ -398,6 +399,7 @@ <li><a href="org/apache/uima/util/IteratorNvc.html" title="interface in org.apache.uima.util"><span class="interfaceName">IteratorNvc</span></a></li> <li><a href="org/apache/uima/jcas/JCas.html" title="interface in org.apache.uima.jcas"><span class="interfaceName">JCas</span></a></li> <li><a href="org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html" title="class in org.apache.uima.analysis_component">JCasAnnotator_ImplBase</a></li> +<li><a href="org/apache/uima/spi/JCasClassProvider.html" title="interface in org.apache.uima.spi"><span class="interfaceName">JCasClassProvider</span></a></li> <li><a href="org/apache/uima/flow/JCasFlow_ImplBase.html" title="class in org.apache.uima.flow">JCasFlow_ImplBase</a></li> <li><a href="org/apache/uima/flow/JCasFlowController_ImplBase.html" title="class in org.apache.uima.flow">JCasFlowController_ImplBase</a></li> <li><a href="org/apache/uima/jcas/impl/JCasHashMap.html" title="class in org.apache.uima.jcas.impl">JCasHashMap</a></li> @@ -639,6 +641,7 @@ <li><a href="org/apache/uima/analysis_engine/impl/TypeOrFeature_impl.html" title="class in org.apache.uima.analysis_engine.impl">TypeOrFeature_impl</a></li> <li><a href="org/apache/uima/resource/metadata/TypePriorities.html" title="interface in org.apache.uima.resource.metadata"><span class="interfaceName">TypePriorities</span></a></li> <li><a href="org/apache/uima/resource/metadata/impl/TypePriorities_impl.html" title="class in org.apache.uima.resource.metadata.impl">TypePriorities_impl</a></li> +<li><a href="org/apache/uima/spi/TypePrioritiesProvider.html" title="interface in org.apache.uima.spi"><span class="interfaceName">TypePrioritiesProvider</span></a></li> <li><a href="org/apache/uima/resource/metadata/TypePriorityList.html" title="interface in org.apache.uima.resource.metadata"><span class="interfaceName">TypePriorityList</span></a></li> <li><a href="org/apache/uima/resource/metadata/impl/TypePriorityList_impl.html" title="class in org.apache.uima.resource.metadata.impl">TypePriorityList_impl</a></li> <li><a href="org/apache/uima/cas/TypeSystem.html" title="interface in org.apache.uima.cas"><span class="interfaceName">TypeSystem</span></a></li> @@ -646,6 +649,7 @@ <li><a href="org/apache/uima/cas/impl/TypeSystemConstants.html" title="interface in org.apache.uima.cas.impl"><span class="interfaceName">TypeSystemConstants</span></a></li> <li><a href="org/apache/uima/resource/metadata/TypeSystemDescription.html" title="interface in org.apache.uima.resource.metadata"><span class="interfaceName">TypeSystemDescription</span></a></li> <li><a href="org/apache/uima/resource/metadata/impl/TypeSystemDescription_impl.html" title="class in org.apache.uima.resource.metadata.impl">TypeSystemDescription_impl</a></li> +<li><a href="org/apache/uima/spi/TypeSystemDescriptionProvider.html" title="interface in org.apache.uima.spi"><span class="interfaceName">TypeSystemDescriptionProvider</span></a></li> <li><a href="org/apache/uima/cas/impl/TypeSystemImpl.html" title="class in org.apache.uima.cas.impl">TypeSystemImpl</a></li> <li><a href="org/apache/uima/cas/admin/TypeSystemMgr.html" title="interface in org.apache.uima.cas.admin"><span class="interfaceName">TypeSystemMgr</span></a></li> <li><a href="org/apache/uima/util/TypeSystemUtil.html" title="class in org.apache.uima.util">TypeSystemUtil</a></li> @@ -662,7 +666,6 @@ <li><a href="org/apache/uima/analysis_engine/impl/UimacppAnalysisEngineImpl.html" title="class in org.apache.uima.analysis_engine.impl">UimacppAnalysisEngineImpl</a></li> <li><a href="org/apache/uima/uimacpp/UimacppEngine.html" title="class in org.apache.uima.uimacpp">UimacppEngine</a></li> <li><a href="org/apache/uima/uimacpp/UimacppException.html" title="class in org.apache.uima.uimacpp">UimacppException</a></li> -<li><a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></li> <li><a href="org/apache/uima/UIMAException.html" title="class in org.apache.uima">UIMAException</a></li> <li><a href="org/apache/uima/UIMAFramework.html" title="class in org.apache.uima">UIMAFramework</a></li> <li><a href="org/apache/uima/impl/UIMAFramework_impl.html" title="class in org.apache.uima.impl">UIMAFramework_impl</a></li> Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constant Field Values (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>Constant Field Values (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="Constant Field Values (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { @@ -1986,202 +1986,195 @@ <td class="colLast"><code>"JCAS_TYPE_NOT_IN_CAS"</code></td> </tr> <tr class="altColor"> -<td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.JCAS_TYPE_NOT_IN_CAS_REGISTRY"> -<!-- --> -</a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_TYPE_NOT_IN_CAS_REGISTRY">JCAS_TYPE_NOT_IN_CAS_REGISTRY</a></code></td> -<td class="colLast"><code>"JCAS_TYPE_NOT_IN_CAS_REGISTRY"</code></td> -</tr> -<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.JCAS_TYPE_RANGE_MISMATCH"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_TYPE_RANGE_MISMATCH">JCAS_TYPE_RANGE_MISMATCH</a></code></td> <td class="colLast"><code>"JCAS_TYPE_RANGE_MISMATCH"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.JCAS_UNKNOWN_TYPE_NOT_IN_CAS"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_UNKNOWN_TYPE_NOT_IN_CAS">JCAS_UNKNOWN_TYPE_NOT_IN_CAS</a></code></td> <td class="colLast"><code>"JCAS_UNKNOWN_TYPE_NOT_IN_CAS"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.JCAS_UNSUPPORTED_OP_NOT_CAS"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_UNSUPPORTED_OP_NOT_CAS">JCAS_UNSUPPORTED_OP_NOT_CAS</a></code></td> <td class="colLast"><code>"JCAS_UNSUPPORTED_OP_NOT_CAS"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.LENIENT_FORM_6_NO_TS"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#LENIENT_FORM_6_NO_TS">LENIENT_FORM_6_NO_TS</a></code></td> <td class="colLast"><code>"LENIENT_FORM_6_NO_TS"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.LENIENT_NOT_SUPPORTED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#LENIENT_NOT_SUPPORTED">LENIENT_NOT_SUPPORTED</a></code></td> <td class="colLast"><code>"LENIENT_NOT_SUPPORTED"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.MULTIPLE_CREATE_MARKER"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#MULTIPLE_CREATE_MARKER">MULTIPLE_CREATE_MARKER</a></code></td> <td class="colLast"><code>"MULTIPLE_CREATE_MARKER"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.NO_PRIMITIVE_TAIL"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#NO_PRIMITIVE_TAIL">NO_PRIMITIVE_TAIL</a></code></td> <td class="colLast"><code>"NO_PRIMITIVE_TAIL"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.NON_CREATABLE_TYPE"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#NON_CREATABLE_TYPE">NON_CREATABLE_TYPE</a></code></td> <td class="colLast"><code>"NON_CREATABLE_TYPE"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.PRIMITIVE_VAL_FEAT"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#PRIMITIVE_VAL_FEAT">PRIMITIVE_VAL_FEAT</a></code></td> <td class="colLast"><code>"PRIMITIVE_VAL_FEAT"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.PROTECTED_SOFA_FEATURE"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#PROTECTED_SOFA_FEATURE">PROTECTED_SOFA_FEATURE</a></code></td> <td class="colLast"><code>"PROTECTED_SOFA_FEATURE"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SELECT_ALT_SRC_INVALID"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SELECT_ALT_SRC_INVALID">SELECT_ALT_SRC_INVALID</a></code></td> <td class="colLast"><code>"SELECT_ALT_SRC_INVALID"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SELECT_GET_NO_INSTANCES"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SELECT_GET_NO_INSTANCES">SELECT_GET_NO_INSTANCES</a></code></td> <td class="colLast"><code>"SELECT_GET_NO_INSTANCES"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SELECT_GET_TOO_MANY_INSTANCES"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SELECT_GET_TOO_MANY_INSTANCES">SELECT_GET_TOO_MANY_INSTANCES</a></code></td> <td class="colLast"><code>"SELECT_GET_TOO_MANY_INSTANCES"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SET_REF_FROM_STRING_NOT_SUPPORTED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SET_REF_FROM_STRING_NOT_SUPPORTED">SET_REF_FROM_STRING_NOT_SUPPORTED</a></code></td> <td class="colLast"><code>"SET_REF_FROM_STRING_NOT_SUPPORTED"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFADATA_ALREADY_SET"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFADATA_ALREADY_SET">SOFADATA_ALREADY_SET</a></code></td> <td class="colLast"><code>"SOFADATA_ALREADY_SET"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFADATASTREAM_ERROR"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFADATASTREAM_ERROR">SOFADATASTREAM_ERROR</a></code></td> <td class="colLast"><code>"SOFADATASTREAM_ERROR"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFANAME_ALREADY_EXISTS"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFANAME_ALREADY_EXISTS">SOFANAME_ALREADY_EXISTS</a></code></td> <td class="colLast"><code>"SOFANAME_ALREADY_EXISTS"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFANAME_NOT_FOUND"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFANAME_NOT_FOUND">SOFANAME_NOT_FOUND</a></code></td> <td class="colLast"><code>"SOFANAME_NOT_FOUND"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFAREF_NOT_FOUND"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFAREF_NOT_FOUND">SOFAREF_NOT_FOUND</a></code></td> <td class="colLast"><code>"SOFAREF_NOT_FOUND"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFAREF_NOT_SET"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFAREF_NOT_SET">SOFAREF_NOT_SET</a></code></td> <td class="colLast"><code>"SOFAREF_NOT_SET"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES">SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES</a></code></td> <td class="colLast"><code>"SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SWITCH_CLASS_LOADER_NESTED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SWITCH_CLASS_LOADER_NESTED">SWITCH_CLASS_LOADER_NESTED</a></code></td> <td class="colLast"><code>"SWITCH_CLASS_LOADER_NESTED"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.TYPE_NOT_IN_INDEX"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#TYPE_NOT_IN_INDEX">TYPE_NOT_IN_INDEX</a></code></td> <td class="colLast"><code>"TYPE_NOT_IN_INDEX"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.TYPESYSTEM_NOT_LOCKED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#TYPESYSTEM_NOT_LOCKED">TYPESYSTEM_NOT_LOCKED</a></code></td> <td class="colLast"><code>"TYPESYSTEM_NOT_LOCKED"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.TYPESYSTEMS_NOT_COMMITTED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#TYPESYSTEMS_NOT_COMMITTED">TYPESYSTEMS_NOT_COMMITTED</a></code></td> <td class="colLast"><code>"TYPESYSTEMS_NOT_COMMITTED"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.UNKNOWN_CONSTRAINT_FEAT"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#UNKNOWN_CONSTRAINT_FEAT">UNKNOWN_CONSTRAINT_FEAT</a></code></td> <td class="colLast"><code>"UNKNOWN_CONSTRAINT_FEAT"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.UNKNOWN_CONSTRAINT_TYPE"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#UNKNOWN_CONSTRAINT_TYPE">UNKNOWN_CONSTRAINT_TYPE</a></code></td> <td class="colLast"><code>"UNKNOWN_CONSTRAINT_TYPE"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.UNRECOGNIZED_SERIALIZED_CAS_FORMAT"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Deprecated List (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>Deprecated List (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="Deprecated List (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { @@ -534,18 +534,26 @@ </td> </tr> <tr class="rowColor"> -<td class="colOne"><a href="org/apache/uima/resource/impl/RelativePathResolver_impl.html#getDataPath--">org.apache.uima.resource.impl.RelativePathResolver_impl.getDataPath()</a></td> +<td class="colOne"><a href="org/apache/uima/impl/UimaContext_ImplBase.html#getDataPath--">org.apache.uima.impl.UimaContext_ImplBase.getDataPath()</a></td> </tr> <tr class="altColor"> +<td class="colOne"><a href="org/apache/uima/resource/impl/RelativePathResolver_impl.html#getDataPath--">org.apache.uima.resource.impl.RelativePathResolver_impl.getDataPath()</a></td> +</tr> +<tr class="rowColor"> <td class="colOne"><a href="org/apache/uima/resource/ResourceManager.html#getDataPath--">org.apache.uima.resource.ResourceManager.getDataPath()</a> <div class="block"><span class="deprecationComment">Use <a href="org/apache/uima/resource/ResourceManager.html#getDataPathElements--"><code>ResourceManager.getDataPathElements()</code></a> instead.</span></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colOne"><a href="org/apache/uima/resource/RelativePathResolver.html#getDataPath--">org.apache.uima.resource.RelativePathResolver.getDataPath()</a> <div class="block"><span class="deprecationComment">Use <a href="org/apache/uima/resource/RelativePathResolver.html#getDataPathElements--"><code>RelativePathResolver.getDataPathElements()</code></a> instead.</span></div> </td> </tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/uima/UimaContext.html#getDataPath--">org.apache.uima.UimaContext.getDataPath()</a> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/uima/UimaContext.html#getDataPathElements--"><code>UimaContext.getDataPathElements()</code></a> instead.</span></div> +</td> +</tr> <tr class="altColor"> <td class="colOne"><a href="org/apache/uima/collection/metadata/CpeCasProcessor.html#getDescriptor--">org.apache.uima.collection.metadata.CpeCasProcessor.getDescriptor()</a> <div class="block"><span class="deprecationComment">Doesn't support the new import syntax. Use Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>API Help (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>API Help (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="API Help (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Index (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>Index (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="Index (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { @@ -5186,29 +5186,6 @@ </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/util/impl/DataIO.html#decodeUTF8-java.nio.ByteBuffer-int-">decodeUTF8(ByteBuffer, int)</a></span> - Static method in class org.apache.uima.util.impl.<a href="org/apache/uima/util/impl/DataIO.html" title="class in org.apache.uima.util.impl">DataIO</a></dt> <dd> </dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#decompile-java.lang.String-">decompile(String)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> -<div class="block">decompile className, getting the compiled version from the classpath</div> -</dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#decompile-byte:A-">decompile(byte[])</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> -<div class="block">Decompile from the file system, maybe in a Jar.</div> -</dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#decompileCommon-java.lang.String-">decompileCommon(String)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> -<div class="block">Common part for decompiling to a ByteArrayOutputStream the decompiler settings are set up to - get the compiled form by name</div> -</dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#decompiledFailed-java.io.ByteArrayOutputStream-">decompiledFailed(ByteArrayOutputStream)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> </dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#decompileToOutputDirectory-java.lang.String-">decompileToOutputDirectory(String)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> </dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#decompileToString-java.lang.String-">decompileToString(String)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> -<div class="block">decompile className, getting the compiled version from the classpath</div> -</dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#decompileToString-java.lang.String-byte:A-">decompileToString(String, byte[])</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/util/MessageReport.html#decreasingWithTrace-java.util.concurrent.atomic.AtomicInteger-java.lang.String-org.apache.uima.util.Logger-">decreasingWithTrace(AtomicInteger, String, Logger)</a></span> - Static method in class org.apache.uima.util.<a href="org/apache/uima/util/MessageReport.html" title="class in org.apache.uima.util">MessageReport</a></dt> <dd> <div class="block">Issues message at warning or fine level (fine if enabled, includes stack trace)</div> @@ -7617,6 +7594,8 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/metadata/impl/FsIndexCollection_impl.html#FsIndexCollection_impl--">FsIndexCollection_impl()</a></span> - Constructor for class org.apache.uima.resource.metadata.impl.<a href="org/apache/uima/resource/metadata/impl/FsIndexCollection_impl.html" title="class in org.apache.uima.resource.metadata.impl">FsIndexCollection_impl</a></dt> <dd> </dd> +<dt><a href="org/apache/uima/spi/FsIndexCollectionProvider.html" title="interface in org.apache.uima.spi"><span class="typeNameLink">FsIndexCollectionProvider</span></a> - Interface in <a href="org/apache/uima/spi/package-summary.html">org.apache.uima.spi</a></dt> +<dd> </dd> <dt><a href="org/apache/uima/cas/admin/FSIndexComparator.html" title="interface in org.apache.uima.cas.admin"><span class="typeNameLink">FSIndexComparator</span></a> - Interface in <a href="org/apache/uima/cas/admin/package-summary.html">org.apache.uima.cas.admin</a></dt> <dd> <div class="block">This interface describes objects which specify the comparison used in indexes for keys.</div> @@ -9326,7 +9305,9 @@ <dt><span class="memberNameLink"><a href="org/apache/uima/analysis_engine/impl/AnnotatorContext_impl.html#getDataPath--">getDataPath()</a></span> - Method in class org.apache.uima.analysis_engine.impl.<a href="org/apache/uima/analysis_engine/impl/AnnotatorContext_impl.html" title="class in org.apache.uima.analysis_engine.impl">AnnotatorContext_impl</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/impl/UimaContext_ImplBase.html#getDataPath--">getDataPath()</a></span> - Method in class org.apache.uima.impl.<a href="org/apache/uima/impl/UimaContext_ImplBase.html" title="class in org.apache.uima.impl">UimaContext_ImplBase</a></dt> -<dd> </dd> +<dd> +<div class="block"><span class="deprecatedLabel">Deprecated.</span></div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/impl/RelativePathResolver_impl.html#getDataPath--">getDataPath()</a></span> - Method in class org.apache.uima.resource.impl.<a href="org/apache/uima/resource/impl/RelativePathResolver_impl.html" title="class in org.apache.uima.resource.impl">RelativePathResolver_impl</a></dt> <dd> <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> @@ -9347,8 +9328,12 @@ </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/UimaContext.html#getDataPath--">getDataPath()</a></span> - Method in interface org.apache.uima.<a href="org/apache/uima/UimaContext.html" title="interface in org.apache.uima">UimaContext</a></dt> <dd> -<div class="block">Gets the data path used to locate resources.</div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/uima/UimaContext.html#getDataPathElements--"><code>UimaContext.getDataPathElements()</code></a> instead.</span></div> +</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/uima/impl/UimaContext_ImplBase.html#getDataPathElements--">getDataPathElements()</a></span> - Method in class org.apache.uima.impl.<a href="org/apache/uima/impl/UimaContext_ImplBase.html" title="class in org.apache.uima.impl">UimaContext_ImplBase</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/impl/RelativePathResolver_impl.html#getDataPathElements--">getDataPathElements()</a></span> - Method in class org.apache.uima.resource.impl.<a href="org/apache/uima/resource/impl/RelativePathResolver_impl.html" title="class in org.apache.uima.resource.impl">RelativePathResolver_impl</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/impl/ResourceManager_impl.html#getDataPathElements--">getDataPathElements()</a></span> - Method in class org.apache.uima.resource.impl.<a href="org/apache/uima/resource/impl/ResourceManager_impl.html" title="class in org.apache.uima.resource.impl">ResourceManager_impl</a></dt> @@ -9361,6 +9346,10 @@ <dd> <div class="block">Gets the data path elements used to resolve relative paths.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/uima/UimaContext.html#getDataPathElements--">getDataPathElements()</a></span> - Method in interface org.apache.uima.<a href="org/apache/uima/UimaContext.html" title="interface in org.apache.uima">UimaContext</a></dt> +<dd> +<div class="block">Gets the data path elements used to resolve relative paths.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/impl/FileLanguageResource_impl.html#getDataResource-java.lang.String:A-">getDataResource(String[])</a></span> - Method in class org.apache.uima.resource.impl.<a href="org/apache/uima/resource/impl/FileLanguageResource_impl.html" title="class in org.apache.uima.resource.impl">FileLanguageResource_impl</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/ParameterizedDataResource.html#getDataResource-java.lang.String:A-">getDataResource(String[])</a></span> - Method in interface org.apache.uima.resource.<a href="org/apache/uima/resource/ParameterizedDataResource.html" title="interface in org.apache.uima.resource">ParameterizedDataResource</a></dt> @@ -16225,11 +16214,6 @@ <dd> <div class="block">JCas type "{0}" used in Java code, but was not declared in the XML type descriptor.</div> </dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_TYPE_NOT_IN_CAS_REGISTRY">JCAS_TYPE_NOT_IN_CAS_REGISTRY</a></span> - Static variable in exception org.apache.uima.cas.<a href="org/apache/uima/cas/CASRuntimeException.html" title="class in org.apache.uima.cas">CASRuntimeException</a></dt> -<dd> -<div class="block">JCas type "{0}" defined in CAS type system and used in Java code, but was not registered in - JCasRegistry.</div> -</dd> <dt><span class="memberNameLink"><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_TYPE_RANGE_MISMATCH">JCAS_TYPE_RANGE_MISMATCH</a></span> - Static variable in exception org.apache.uima.cas.<a href="org/apache/uima/cas/CASRuntimeException.html" title="class in org.apache.uima.cas">CASRuntimeException</a></dt> <dd> <div class="block">CAS type system type "{0}" defines field "{1}" with range "{2}", but JCas class has range @@ -16255,6 +16239,8 @@ </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html#JCasAnnotator_ImplBase--">JCasAnnotator_ImplBase()</a></span> - Constructor for class org.apache.uima.analysis_component.<a href="org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html" title="class in org.apache.uima.analysis_component">JCasAnnotator_ImplBase</a></dt> <dd> </dd> +<dt><a href="org/apache/uima/spi/JCasClassProvider.html" title="interface in org.apache.uima.spi"><span class="typeNameLink">JCasClassProvider</span></a> - Interface in <a href="org/apache/uima/spi/package-summary.html">org.apache.uima.spi</a></dt> +<dd> </dd> <dt><a href="org/apache/uima/flow/JCasFlow_ImplBase.html" title="class in org.apache.uima.flow"><span class="typeNameLink">JCasFlow_ImplBase</span></a> - Class in <a href="org/apache/uima/flow/package-summary.html">org.apache.uima.flow</a></dt> <dd> <div class="block">Convenience base class for Flow objects that use the JCas interface.</div> @@ -16598,10 +16584,18 @@ specify additional ones</span></div> </div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/uima/spi/FsIndexCollectionProvider.html#listFsIndexCollections--">listFsIndexCollections()</a></span> - Method in interface org.apache.uima.spi.<a href="org/apache/uima/spi/FsIndexCollectionProvider.html" title="interface in org.apache.uima.spi">FsIndexCollectionProvider</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/jcas/cas/FSArrayList.html#listIterator-int-">listIterator(int)</a></span> - Method in class org.apache.uima.jcas.cas.<a href="org/apache/uima/jcas/cas/FSArrayList.html" title="class in org.apache.uima.jcas.cas">FSArrayList</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/jcas/cas/FSArrayList.html#listIterator--">listIterator()</a></span> - Method in class org.apache.uima.jcas.cas.<a href="org/apache/uima/jcas/cas/FSArrayList.html" title="class in org.apache.uima.jcas.cas">FSArrayList</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/uima/spi/JCasClassProvider.html#listJCasClasses--">listJCasClasses()</a></span> - Method in interface org.apache.uima.spi.<a href="org/apache/uima/spi/JCasClassProvider.html" title="interface in org.apache.uima.spi">JCasClassProvider</a></dt> +<dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/uima/spi/TypePrioritiesProvider.html#listTypePriorities--">listTypePriorities()</a></span> - Method in interface org.apache.uima.spi.<a href="org/apache/uima/spi/TypePrioritiesProvider.html" title="interface in org.apache.uima.spi">TypePrioritiesProvider</a></dt> +<dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/uima/spi/TypeSystemDescriptionProvider.html#listTypeSystemDescriptions--">listTypeSystemDescriptions()</a></span> - Method in interface org.apache.uima.spi.<a href="org/apache/uima/spi/TypeSystemDescriptionProvider.html" title="interface in org.apache.uima.spi">TypeSystemDescriptionProvider</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/FSIndexRepositoryImpl.html#ll_addFS-int-">ll_addFS(int)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/FSIndexRepositoryImpl.html" title="class in org.apache.uima.cas.impl">FSIndexRepositoryImpl</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/FSIndexRepositoryImpl.html#ll_addFS-int-boolean-">ll_addFS(int, boolean)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/FSIndexRepositoryImpl.html" title="class in org.apache.uima.cas.impl">FSIndexRepositoryImpl</a></dt> @@ -17483,6 +17477,10 @@ <dd> <div class="block">Loads a specified text file from a given JAR file.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/uima/util/TypeSystemUtil.html#loadTypeSystemDescriptionsFromClasspath-java.lang.Class-java.lang.String...-">loadTypeSystemDescriptionsFromClasspath(Class<?>, String...)</a></span> - Static method in class org.apache.uima.util.<a href="org/apache/uima/util/TypeSystemUtil.html" title="class in org.apache.uima.util">TypeSystemUtil</a></dt> +<dd> +<div class="block">Loads type system descriptions and resolves their imports.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/impl/ResourceManager_impl.html#loadUserClass-java.lang.String-">loadUserClass(String)</a></span> - Method in class org.apache.uima.resource.impl.<a href="org/apache/uima/resource/impl/ResourceManager_impl.html" title="class in org.apache.uima.resource.impl">ResourceManager_impl</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/impl/ResourceManager_impl.html#loadUserClass-java.lang.String-org.apache.uima.resource.ResourceManager-">loadUserClass(String, ResourceManager)</a></span> - Static method in class org.apache.uima.resource.impl.<a href="org/apache/uima/resource/impl/ResourceManager_impl.html" title="class in org.apache.uima.resource.impl">ResourceManager_impl</a></dt> @@ -19178,6 +19176,8 @@ Resource.</div> <dd> <div class="block">Search engine-independent indexing classes.</div> </dd> +<dt><a href="org/apache/uima/spi/package-summary.html">org.apache.uima.spi</a> - package org.apache.uima.spi</dt> +<dd> </dd> <dt><a href="org/apache/uima/uimacpp/package-summary.html">org.apache.uima.uimacpp</a> - package org.apache.uima.uimacpp</dt> <dd> </dd> <dt><a href="org/apache/uima/util/package-summary.html">org.apache.uima.util</a> - package org.apache.uima.util</dt> @@ -27753,6 +27753,8 @@ Resource.</div> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/resource/metadata/impl/TypePriorities_impl.html#TypePriorities_impl--">TypePriorities_impl()</a></span> - Constructor for class org.apache.uima.resource.metadata.impl.<a href="org/apache/uima/resource/metadata/impl/TypePriorities_impl.html" title="class in org.apache.uima.resource.metadata.impl">TypePriorities_impl</a></dt> <dd> </dd> +<dt><a href="org/apache/uima/spi/TypePrioritiesProvider.html" title="interface in org.apache.uima.spi"><span class="typeNameLink">TypePrioritiesProvider</span></a> - Interface in <a href="org/apache/uima/spi/package-summary.html">org.apache.uima.spi</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/SelectFSs_impl.html#typePriority--">typePriority()</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/SelectFSs_impl.html" title="class in org.apache.uima.cas.impl">SelectFSs_impl</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/SelectFSs_impl.html#typePriority-boolean-">typePriority(boolean)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/SelectFSs_impl.html" title="class in org.apache.uima.cas.impl">SelectFSs_impl</a></dt> @@ -27823,6 +27825,8 @@ Resource.</div> <dd> <div class="block">Creates a new TypeSystemDescription_impl.</div> </dd> +<dt><a href="org/apache/uima/spi/TypeSystemDescriptionProvider.html" title="interface in org.apache.uima.spi"><span class="typeNameLink">TypeSystemDescriptionProvider</span></a> - Interface in <a href="org/apache/uima/spi/package-summary.html">org.apache.uima.spi</a></dt> +<dd> </dd> <dt><a href="org/apache/uima/cas/impl/TypeSystemImpl.html" title="class in org.apache.uima.cas.impl"><span class="typeNameLink">TypeSystemImpl</span></a> - Class in <a href="org/apache/uima/cas/impl/package-summary.html">org.apache.uima.cas.impl</a></dt> <dd> <div class="block">Type system implementation.</div> @@ -28098,32 +28102,6 @@ Resource.</div> <dd> <div class="block">Constructs a <code>JTafRuntimeException</code> with the specified nested exception.</div> </dd> -<dt><a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl"><span class="typeNameLink">UimaDecompiler</span></a> - Class in <a href="org/apache/uima/cas/impl/package-summary.html">org.apache.uima.cas.impl</a></dt> -<dd> -<div class="block">Decompiler - - for testing - - for locating customizations - - Operation: - Make an instance, optionally setting - - class loader to use (may pass byte array instead) - - directory where to write output (may output to string instead) - - class loader to use when resolving symbols during decompile - - call decompile - - argument - - class name (without .class or .java suffix, fully qualified) or - - byte array - - return value is a byte array output stream with UTF-8 encoded value - - decompileToFile - writes decompiled output to a xxx.java file in output directory - - Not thread safe</div> -</dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#UimaDecompiler--">UimaDecompiler()</a></span> - Constructor for class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> </dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#UimaDecompiler-java.lang.ClassLoader-java.io.File-">UimaDecompiler(ClassLoader, File)</a></span> - Constructor for class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> </dd> <dt><a href="org/apache/uima/UIMAException.html" title="class in org.apache.uima"><span class="typeNameLink">UIMAException</span></a> - Exception in <a href="org/apache/uima/package-summary.html">org.apache.uima</a></dt> <dd> <div class="block">This is the superclass for all checked exceptions in UIMA.</div> @@ -28884,8 +28862,6 @@ the order they are declared.</div> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/CasSerializerSupport.CasSerializerSupportSerialize.html#writeFsStart-org.apache.uima.jcas.cas.TOP-int-">writeFsStart(TOP, int)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/CasSerializerSupport.CasSerializerSupportSerialize.html" title="class in org.apache.uima.cas.impl">CasSerializerSupport.CasSerializerSupportSerialize</a></dt> <dd> </dd> -<dt><span class="memberNameLink"><a href="org/apache/uima/cas/impl/UimaDecompiler.html#writeIfOk-java.io.ByteArrayOutputStream-java.lang.String-">writeIfOk(ByteArrayOutputStream, String)</a></span> - Method in class org.apache.uima.cas.impl.<a href="org/apache/uima/cas/impl/UimaDecompiler.html" title="class in org.apache.uima.cas.impl">UimaDecompiler</a></dt> -<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/uima/util/impl/DataIO.html#writeIntArray-java.io.DataOutput-int:A-">writeIntArray(DataOutput, int[])</a></span> - Static method in class org.apache.uima.util.impl.<a href="org/apache/uima/util/impl/DataIO.html" title="class in org.apache.uima.util.impl">DataIO</a></dt> <dd> <div class="block">write array preceded by its length</div> Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Apache UIMA Java SDK 3.3.1 User-Level API Documentation</title> +<title>Apache UIMA Java SDK 3.4.0 User-Level API Documentation</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined") Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CompositeResourceFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>CompositeResourceFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CompositeResourceFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="CompositeResourceFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constants (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>Constants (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constants (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="Constants (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>I18nExceptionI (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>I18nExceptionI (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="I18nExceptionI (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="I18nExceptionI (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InternationalizedException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>InternationalizedException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="InternationalizedException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="InternationalizedException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InternationalizedRuntimeException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>InternationalizedRuntimeException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="InternationalizedRuntimeException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="InternationalizedRuntimeException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>List_of_ints (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>List_of_ints (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="List_of_ints (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="List_of_ints (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ResourceFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>ResourceFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ResourceFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="ResourceFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ResourceSpecifierFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>ResourceSpecifierFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ResourceSpecifierFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="ResourceSpecifierFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMAException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>UIMAException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMAException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="UIMAException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMAFramework (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>UIMAFramework (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMAFramework (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="UIMAFramework (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMARuntimeException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>UIMARuntimeException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMARuntimeException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="UIMARuntimeException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMA_IllegalStateException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>UIMA_IllegalStateException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMA_IllegalStateException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="UIMA_IllegalStateException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html?rev=1907218&r1=1907217&r2=1907218&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html Thu Feb 2 08:24:16 2023 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> +<title>UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; + parent.document.title="UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)"; } } catch(err) {
