Uses of Class
org.apache.uima.pear.tools.PackageBrowser
-
Packages that use PackageBrowser 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. -
-
Uses of PackageBrowser in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl with parameters of type PackageBrowser Modifier and Type Method Description private ResourceManager
PearAnalysisEngineWrapper. createRM(PearAnalysisEngineWrapper.StringPair sp, PackageBrowser pkgBrowser, ResourceManager parentResourceManager)
-
Uses of PackageBrowser in org.apache.uima.pear.tools
Fields in org.apache.uima.pear.tools declared as PackageBrowser Modifier and Type Field Description private PackageBrowser
InstallationTester. pkgBrowser
Methods in org.apache.uima.pear.tools that return PackageBrowser Modifier and Type Method Description static PackageBrowser
PackageInstaller. installPackage(java.io.File installDir, java.io.File pearPackage, boolean verify)
Installs the specified PEAR package to the specified install location.static PackageBrowser
PackageInstaller. installPackage(java.io.File installDir, java.io.File pearPackage, boolean verify, boolean cleanInstallDir)
Installs the specified PEAR package to the specified install location.static PackageBrowser
PackageInstaller. installPackage(java.io.File installDir, java.io.File pearPackage, boolean verify, boolean cleanInstallDir, boolean installToTopLevelDir)
Installs the specified PEAR package to the specified install location.Methods in org.apache.uima.pear.tools with parameters of type PackageBrowser Modifier and Type Method Description private static ResourceManager
InstallationTester. getResourceManager(PackageBrowser pkgBrowser)
returns a valid ResourceManager with the information from the PackageBrowser object.private static void
InstallationTester. setSystemProperties(PackageBrowser pkgBrowser)
Set the environment variables that are specified in the PackageBrowser object as System propertiesstatic InstallationController.TestStatus
InstallationController. verifyComponentInstallation(PackageBrowser pkgBrowser)
Runs the installation test for a given installed pear component, and returns theTestStatus
object with the test results.Constructors in org.apache.uima.pear.tools with parameters of type PackageBrowser Constructor Description InstallationTester(PackageBrowser pkgBrowser)
Creates new instance of theInstallationTester
class, identifies a specified component using UIMA API.
-