Uses of Class
org.apache.uima.pear.util.MessageRouter
-
Packages that use MessageRouter 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 MessageRouter in org.apache.uima.pear.tools
Fields in org.apache.uima.pear.tools declared as MessageRouter Modifier and Type Field Description private MessageRouterInstallationController. _msgRouterConstructors in org.apache.uima.pear.tools with parameters of type MessageRouter Constructor Description InstallationController(java.lang.String componentId, java.lang.String rootDirPath, boolean installInRootDir, MessageRouter msgRouter, MessageRouter.StdChannelListener msgListener, boolean cleanInstallDir)Internal constructor that creates an instance of theInstallationControllerclass for a given component and a given installation root directory.
-