Methods in org.apache.uima.pear.tools that return InstallationController.TestStatus |
protected static InstallationController.TestStatus |
InstallationController.deployInstallationVerificationTest(String mainRootDirPath,
InstallationDescriptor mainInsD,
String mainDescPath,
String compClassPath,
String javaLibPath,
Properties tableOfEnvVars,
String uimaClassPath)
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. |
protected static InstallationController.TestStatus |
InstallationController.runInstallationVerificationTest(String[] cmdArray,
String[] envArray,
File workDir)
Runs the installation test executing a given command. |
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. |