Uses of Interface
org.apache.uima.pear.tools.InstallationController.PackageSelector
Packages that use InstallationController.PackageSelector
Package
Description
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.-
Uses of InstallationController.PackageSelector in org.apache.uima.pear.tools
Classes in org.apache.uima.pear.tools that implement InstallationController.PackageSelectorModifier and TypeClassDescriptionclass
ThePackageSelectorGUI
class provides simple Swing-based file dialog windows for selecting root directories of installed PEAR packages, as well as PEAR package files, which contain components that need to be installed.class
TheSimplePackageSelector
class provides simple command line dialog for selecting root directories of installed PEAR packages, as well as PEAR package files, which contain components that need to be installed.Fields in org.apache.uima.pear.tools declared as InstallationController.PackageSelectorMethods in org.apache.uima.pear.tools with parameters of type InstallationController.PackageSelectorModifier and TypeMethodDescriptionprotected static String
InstallationController.getInstalledComponentRootPath
(String componentId, InstallationController.PackageSelector pkgSelector) Retrieves the root directory path of a given component, installed in the local file system, by using a givenPackageSelector
input.protected static String
InstallationController.getPEARFileLocation
(String componentId, InstallationController.PackageSelector pkgSelector) Gets the PEAR file location (file path or URL) for a given component by using SITH DB a givenPackageSelector
input.void
InstallationController.setPackageSelector
(InstallationController.PackageSelector selector) Plugs-in a given implementation of thePackageSelector
interface.