Package org.apache.uima.pear.tools
Class InstallationTester
java.lang.Object
org.apache.uima.pear.tools.InstallationTester
The
InstallationTester
application allows performing simple verification of the
installed UIMA compliant component by using standard UIMA framework interface.-
Constructor Summary
ConstructorDescriptionInstallationTester
(PackageBrowser pkgBrowser) Creates new instance of theInstallationTester
class, identifies a specified component using UIMA API. -
Method Summary
-
Constructor Details
-
InstallationTester
public InstallationTester(PackageBrowser pkgBrowser) throws IOException, InvalidXMLException, ResourceInitializationException, UIMAException, UIMARuntimeException Creates new instance of theInstallationTester
class, identifies a specified component using UIMA API.- Parameters:
pkgBrowser
- packageBrowser object of an installed PEAR package- Throws:
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.
-
-
Method Details
-
doTest
public InstallationController.TestStatus doTest() throws IOException, InvalidXMLException, ResourceInitializationException
-