Uses of Class
org.apache.uima.pear.tools.InstallationController.TestStatus
-
Packages that use InstallationController.TestStatus Package Description 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 InstallationController.TestStatus in org.apache.uima.pear.tools
Methods in org.apache.uima.pear.tools that return InstallationController.TestStatus Modifier and Type Method Description InstallationController.TestStatus
InstallationTester. doTest()
private InstallationController.TestStatus
InstallationTester. testTypeSystem()
Checks if a given TS specifier file can be used to create an instance of CAS.static InstallationController.TestStatus
InstallationController. verifyComponentInstallation(PackageBrowser pkgBrowser)
Runs the installation test for a given installed pear component, and returns theTestStatus
object with the test results.Methods in org.apache.uima.pear.tools with parameters of type InstallationController.TestStatus Modifier and Type Method Description private void
InstallationTester. testAnalysisEngine(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)
Checks if a given analysis engine specifier file can be used to produce an instance of analysis engine.private void
InstallationTester. testCasConsumer(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)
Checks if a given CC specifier file can be used to produce an instance of CC.private void
InstallationTester. testCasInitializer(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)
Checks if a given CI specifier file can be used to produce an instance of CI.private void
InstallationTester. testCollectionReader(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)
Checks if a given CR specifier file can be used to produce an instance of CR.private void
InstallationTester. testCpeCongifuration(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)
Checks if a given CPE specifier file can be used to produce an instance of CPE.
-