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.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.org.apache.uima.pear.util Theorg.apache.uima.pear.util
package 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
Fields in org.apache.uima.pear.tools declared as MessageRouter.StdChannelListener Modifier and Type Field Description private MessageRouter.StdChannelListener
InstallationController. _defaultMsgListener
Methods in org.apache.uima.pear.tools with parameters of type MessageRouter.StdChannelListener Modifier and Type Method Description void
InstallationController. addMsgListener(MessageRouter.StdChannelListener listener)
Adds a given object, implementing theMessageRouter.StdChannelListener
interface to the list of standard channel listeners.void
InstallationController. removeMsgListener(MessageRouter.StdChannelListener listener)
Removes a givenMessageRouter.StdChannelListener
object 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 theInstallationController
class 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 theInstallationController
class for a given component and a given installation root directory. -
Uses of MessageRouter.StdChannelListener in org.apache.uima.pear.util
Fields in org.apache.uima.pear.util with type parameters of type MessageRouter.StdChannelListener Modifier and Type Field Description private java.util.List<MessageRouter.StdChannelListener>
MessageRouter. _stdListeners
Methods in org.apache.uima.pear.util with parameters of type MessageRouter.StdChannelListener Modifier and Type Method Description void
MessageRouter. addChannelListener(MessageRouter.StdChannelListener listener)
Adds a given object, implementing theStdChannelListener
interface, to the list of standard message channel listeners.void
MessageRouter. removeChannelListener(MessageRouter.StdChannelListener listener)
Removes a givenStdChannelListener
object from the list of standard channel listeners.
-