Package | Description |
---|---|
org.apache.uima.pear.tools |
The
org.apache.uima.pear.tools package provides applications
and tools that allow installing PEAR packages containing UIMA-compliant
components, verifying serviceability of installed components by using
UIMA API and browsing PEAR packages. |
Modifier and Type | Method and Description |
---|---|
static PackageBrowser |
PackageInstaller.installPackage(File installDir,
File pearPackage,
boolean verify)
Installs the specified PEAR package to the specified install location.
|
static PackageBrowser |
PackageInstaller.installPackage(File installDir,
File pearPackage,
boolean verify,
boolean cleanInstallDir)
Installs the specified PEAR package to the specified install location.
|
static PackageBrowser |
PackageInstaller.installPackage(File installDir,
File pearPackage,
boolean verify,
boolean cleanInstallDir,
boolean installToTopLevelDir)
Installs the specified PEAR package to the specified install location.
|
Modifier and Type | Method and Description |
---|---|
static InstallationController.TestStatus |
InstallationController.verifyComponentInstallation(PackageBrowser pkgBrowser)
Runs the installation test for a given installed pear component, and returns the
TestStatus object with the test results. |
Constructor and Description |
---|
InstallationTester(PackageBrowser pkgBrowser)
Creates new instance of the
InstallationTester class, identifies a specified
component using UIMA API. |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.