Uses of Class
org.apache.uima.pear.tools.InstallationController

Packages that use InstallationController
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. 
 

Uses of InstallationController in org.apache.uima.pear.tools
 

Methods in org.apache.uima.pear.tools with parameters of type InstallationController
protected static String InstallationController.extractFilesFromPEARFile(String componentId, String pearFileLocation, String fileExt, File targetDir, InstallationController controller)
          Internal implementatiton of the extractFilesFromPEARFile method, which allows sending messages to the OUT and ERR queues.
protected static String InstallationController.extractPEARFile(String componentId, String pearFileLocation, File installationDir, InstallationController controller)
          Internal implementation of the extractPEARFile method, which allows sending messages to the OUT and ERR queues.
static InstallationController.TestStatus InstallationController.verifyComponentInstallation(InstallationController controller, String uimaHomePath)
          Creates command for running the installation test for a given installed component, including possible separately installed delegate components, runs the test, and returns the TestStatus object with the test results.
 

Constructors in org.apache.uima.pear.tools with parameters of type InstallationController
InstallationProcessor(String mainRootPath, Hashtable installationTable, InstallationController controller)
          Similar to previous constructor, but sets a given InstallationController object as the requestor.
 



Copyright © 2007 The Apache Software Foundation. All Rights Reserved.