Uses of Package
org.apache.uima.pear.tools
-
Packages that use org.apache.uima.pear.tools Package Description org.apache.uima.analysis_engine.impl org.apache.uima.pear.tools Theorg.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.org.apache.uima.tools.pear.install org.apache.uima.tools.pear.merger -
Classes in org.apache.uima.pear.tools used by org.apache.uima.analysis_engine.impl Class Description PackageBrowser ThePackageBrowser
class allows browsing both archived and unarchived PEAR packages, finding package files and directories, loading installation descriptor files and returning run-time environment settings required for installed components. -
Classes in org.apache.uima.pear.tools used by org.apache.uima.pear.tools Class Description InstallationController TheInstallationController
class allows installing PEAR files that contain UIMA compliant components.InstallationController.InstallationMonitor TheInstallationMonitor
interface defines methods required for notifying of component installation status and location of the installed PEAR packages.InstallationController.PackageSelector ThePackageSelector
interface defines methods required for manually or automatically selecting installed PEAR package root directories and PEAR package files.InstallationController.TestStatus TheTestStatus
class encapsulates attributes related to the results of the 'serviceability' verification test.InstallationDescriptor TheInstallationDescriptor
class encapsulates all elements and parameters included in the XML Installation Descriptor file.InstallationDescriptor.ActionInfo TheActionInfo
class defines 'installation action' attributes.InstallationDescriptor.ArgInfo TheArgInfo
class defines attributes of a service command argument.InstallationDescriptor.ComponentInfo TheComponentInfo
class defines UIMA component attributes.InstallationDescriptor.ServiceInfo TheServiceInfo
class defines attributes of a 'service' component.PackageBrowser ThePackageBrowser
class allows browsing both archived and unarchived PEAR packages, finding package files and directories, loading installation descriptor files and returning run-time environment settings required for installed components.PackageCreatorException Exception thrown if the PEAR package generation fails.PackageInstallerException Exception thrown if PEAR installation fails. -
Classes in org.apache.uima.pear.tools used by org.apache.uima.tools.pear.install Class Description InstallationDescriptor TheInstallationDescriptor
class encapsulates all elements and parameters included in the XML Installation Descriptor file. -
Classes in org.apache.uima.pear.tools used by org.apache.uima.tools.pear.merger Class Description InstallationDescriptor TheInstallationDescriptor
class encapsulates all elements and parameters included in the XML Installation Descriptor file.InstallationDescriptor.ActionInfo TheActionInfo
class defines 'installation action' attributes.