Package org.apache.uima.pear.util
package org.apache.uima.pear.util
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. -
ClassDescriptionThe
FileUtil
class provides utility methods for working with general files.TheDirFileFilter
class allows to filter files based on specified directory path and filename extension.TheExtFileFilter
allows to filter file names based on the specified filename extension.TheFileTimeComparator
class allows comparing 'last modified' time in 2 givenFile
objects.TheNameFileFilter
class allows to filter files based on specified file name.TheMessageRouter
class facilitates intra-process message routing.TheStdChannelListener
interface declares methods that should be implemented by each standard message channel listener.TheProcessUtil
class encapsulates utilities that help in dealing withProcess
objects.TheProcessUtil.Runner
class allows collecting, printing and distributing console output (stdout and stderr) of the specifiedProcess
without blocking the caller.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.TheStringUtil
class provides utility methods for working with strings.TheUIMAUtil
class provides convenient methods for handling UIMA specific objects.TheXMLUtil
class provides miscellaneous XML utilities.