|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.lang.String |
InstallationController.extractFilesFromPEARFile(java.lang.String pearFileLocation,
java.lang.String fileExt,
java.io.File targetDir,
InstallationController controller,
boolean cleanTarget)
Internal implementatiton of the extractFilesFromPEARFile method, which allows
sending messages to the OUT and ERR queues. |
protected static java.lang.String |
InstallationController.extractPEARFile(java.lang.String pearFileLocation,
java.io.File installationDir,
InstallationController controller,
boolean cleanTarget)
Internal implementation of the extractPEARFile method, which allows sending
messages to the OUT and ERR queues. |
Constructors in org.apache.uima.pear.tools with parameters of type InstallationController | |
---|---|
InstallationProcessor(java.lang.String mainRootPath,
java.util.Hashtable<java.lang.String,java.lang.String> installationTable,
InstallationController controller)
Similar to previous constructor, but sets a given InstallationController object
as the requestor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |