Uses of Interface
org.apache.uima.pear.util.MessageRouter.StdChannelListener
-
Packages that use MessageRouter.StdChannelListener 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.org.apache.uima.pear.util Theorg.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. -
-
Uses of MessageRouter.StdChannelListener in org.apache.uima.pear.tools
Methods in org.apache.uima.pear.tools with parameters of type MessageRouter.StdChannelListener Modifier and Type Method Description voidInstallationController. addMsgListener(MessageRouter.StdChannelListener listener)Adds a given object, implementing theMessageRouter.StdChannelListenerinterface to the list of standard channel listeners.voidInstallationController. removeMsgListener(MessageRouter.StdChannelListener listener)Removes a givenMessageRouter.StdChannelListenerobject from the list of standard channel listeners.Constructors in org.apache.uima.pear.tools with parameters of type MessageRouter.StdChannelListener Constructor Description InstallationController(java.lang.String componentId, java.io.File localPearFile, java.io.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(java.lang.String componentId, java.io.File localPearFile, java.io.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(java.lang.String componentId, java.lang.String rootDirPath, boolean installInRootDir, MessageRouter.StdChannelListener msgListener)Constructs an instance of theInstallationControllerclass for a given component and a given installation root directory.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. -
Uses of MessageRouter.StdChannelListener in org.apache.uima.pear.util
Methods in org.apache.uima.pear.util with parameters of type MessageRouter.StdChannelListener Modifier and Type Method Description voidMessageRouter. addChannelListener(MessageRouter.StdChannelListener listener)Adds a given object, implementing theStdChannelListenerinterface, to the list of standard message channel listeners.voidMessageRouter. removeChannelListener(MessageRouter.StdChannelListener listener)Removes a givenStdChannelListenerobject from the list of standard channel listeners.
-