public class InstallationTester
extends java.lang.Object
InstallationTester application allows performing simple verification of the
installed UIMA compliant component by using standard UIMA framework interface.| Constructor and Description |
|---|
InstallationTester(PackageBrowser pkgBrowser)
Creates new instance of the
InstallationTester class, identifies a specified
component using UIMA API. |
| Modifier and Type | Method and Description |
|---|---|
InstallationController.TestStatus |
doTest() |
public InstallationTester(PackageBrowser pkgBrowser) throws java.io.IOException, InvalidXMLException, ResourceInitializationException, UIMAException, UIMARuntimeException
InstallationTester class, identifies a specified
component using UIMA API.pkgBrowser - packageBrowser object of an installed PEAR packagejava.io.IOException - if any I/O exception occurred.InvalidXMLException - if component descriptor is invalid.ResourceInitializationException - if the specified component cannot be instantiated.UIMAException - if this exception occurred while identifying UIMA component category.UIMARuntimeException - if this exception occurred while identifying UIMA component category.public InstallationController.TestStatus doTest() throws java.io.IOException, InvalidXMLException, ResourceInitializationException
java.io.IOExceptionInvalidXMLExceptionResourceInitializationExceptionCopyright © 2013. All Rights Reserved.