| Package | Description | 
|---|---|
| org.apache.uima.pear.tools | The  org.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. | 
| org.apache.uima.pear.util | The  org.apache.uima.pear.utilpackage provides utilities that 
facilitate common operations with general files, strings and XML files, 
as well as simple process message routing and other useful operations. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InstallationController. addMsgListener(MessageRouter.StdChannelListener listener)Adds a given object, implementing the  MessageRouter.StdChannelListenerinterface
 to the list of standard channel listeners. | 
| void | InstallationController. removeMsgListener(MessageRouter.StdChannelListener listener)Removes a given  MessageRouter.StdChannelListenerobject from the list of
 standard channel listeners. | 
| Constructor and Description | 
|---|
| InstallationController(String componentId,
                      File localPearFile,
                      File rootDir,
                      boolean installInRootDir,
                      MessageRouter.StdChannelListener msgListener)Constructor for the 'local' mode, which specifies component ID, local PEAR file and a local
 root directory where the component will be installed. | 
| InstallationController(String componentId,
                      File localPearFile,
                      File rootDir,
                      boolean installInRootDir,
                      MessageRouter.StdChannelListener msgListener,
                      boolean cleanInstallDir)Constructor for the 'local' mode, which specifies component ID, local PEAR file and a local
 root directory where the component will be installed. | 
| InstallationController(String componentId,
                      String rootDirPath,
                      boolean installInRootDir,
                      MessageRouter.StdChannelListener msgListener)Constructs an instance of the  InstallationControllerclass for a given component
 and a given installation root directory. | 
| InstallationController(String componentId,
                      String rootDirPath,
                      boolean installInRootDir,
                      MessageRouter msgRouter,
                      MessageRouter.StdChannelListener msgListener,
                      boolean cleanInstallDir)Internal constructor that creates an instance of the  InstallationControllerclass for a given component and a given installation root directory. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MessageRouter. addChannelListener(MessageRouter.StdChannelListener listener)Adds a given object, implementing the  StdChannelListenerinterface, to the list
 of standard message channel listeners. | 
| void | MessageRouter. removeChannelListener(MessageRouter.StdChannelListener listener)Removes a given  StdChannelListenerobject from the list of standard channel
 listeners. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.