Uses of Class
org.apache.uima.pear.tools.InstallationController
-
Packages that use InstallationController Package Description org.apache.uima.pear.tools Theorg.apache.uima.pear.toolspackage 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
Fields in org.apache.uima.pear.tools declared as InstallationController Modifier and Type Field Description private InstallationControllerInstallationProcessor. _controllerMethods in org.apache.uima.pear.tools with parameters of type InstallationController Modifier and Type Method Description protected static java.lang.StringInstallationController. extractFilesFromPEARFile(java.lang.String pearFileLocation, java.lang.String fileExt, java.io.File targetDir, InstallationController controller, boolean cleanTarget)Internal implementatiton of theextractFilesFromPEARFilemethod, which allows sending messages to the OUT and ERR queues.protected static java.lang.StringInstallationController. extractPEARFile(java.lang.String pearFileLocation, java.io.File installationDir, InstallationController controller, boolean cleanTarget)Internal implementation of theextractPEARFilemethod, which allows sending messages to the OUT and ERR queues.Constructors in org.apache.uima.pear.tools with parameters of type InstallationController Constructor Description InstallationProcessor(java.lang.String mainRootPath, java.util.Hashtable<java.lang.String,java.lang.String> installationTable, InstallationController controller)Similar to previous constructor, but sets a givenInstallationControllerobject as the requestor.
-