Uses of Package
org.apache.uima.pear.util
Packages that use org.apache.uima.pear.util
Package
Description
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.The
org.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.-
Classes in org.apache.uima.pear.util used by org.apache.uima.pear.toolsClassDescriptionThe
MessageRouter
class facilitates intra-process message routing.TheStdChannelListener
interface declares methods that should be implemented by each standard message channel listener. -
Classes in org.apache.uima.pear.util used by org.apache.uima.pear.utilClassDescriptionThe
StdChannelListener
interface declares methods that should be implemented by each standard message channel listener.TheStdStreamListener
interface defines 2 methods that should be implemented by a standard stream listener to get console messages ('stderr' and 'stdout' streams) printed by selected process.