Package org.apache.uima.internal.util

Interface Summary
ComparableIntIterator Interface for a comparable IntListIterator.
ComparableIntPointerIterator Interface for a comparable IntListIterator.
IntComparator Compare two integers.
IntListIterator Integer list iterator.
IntPointerIterator Used in the CAS implementation.
 

Class Summary
AnalysisEnginePool A pool of Analysis Engines, which supports reconfiguration.
ArrayUtils Some utilities for dealing with Arrays.
BinaryTree Simple binary tree class.
BrowserUtil The BrowserUtil class provides one static method - openUrlInDefaultBrowser, which opens the given URL in the default web browser for the current user of the system.
CharacterUtils Collection of utilities for character handling.
CharArraySpanMap A map from subsequences of a character array to objects.
CharArrayString An unsafe String class based on a publicly accessible character array.
CommandLineParser Simple command line parsing utility.
EncodedPrintStream Allow a PrintStream to specify an encoding.
Graph A simple graph class.
GraphNode Interface for a generic node in a graph.
I18nUtil Internationaliation utilities.
InstrumentationFacility_impl Reference implementation of InstrumentationFacility.
IntArrayUtils Utilities used by some of the IntX classes.
IntSet This class implements a set of integers.
IntStack A stack of integers.
IntVector Like java.util.Vector, but elements are ints.
JavaTimer Simple implementation of UimaTimer using System.currentTimeMillis().
JmxMBeanAgent Utility class for registering MBeans with a JMX MBeanServer.
MsgLocalizationClassLoader Class Loader for loading localized messages See https://issues.apache.org/jira/browse/UIMA-1714 Delegates to other ClassLoaders, in the following order the class loader that loaded the 2nd previous caller the class loader that loaded the 3rd previous caller etc.
MutableInteger  
ReplaceStringInFiles String replacement utility.
ReplaceStringInFiles.ReplacementResult Result class for string replacement.
ResourcePool This class represents a simple pool of Resource instances.
SerializationUtils Utilities for serializing and deserializing objects.
SortedIntSet A set of integers, maintained as a sorted array.
StringToIntMap Straightforward, many-to-one map from Strings to ints, based on a Java HashMap.
StringUtils An assorted collection of string utilities.
SymbolTable The SymbolTable class provides a generic symbol table.
SystemEnvReader Return a java Properties object containing environment variables.
TextAnalysisEnginePool Deprecated. As of v2.0, use AnalysisEnginePool instead.
TextStringTokenizer An implementation of a text tokenizer for whitespace separated natural lanuage text.
TextTokenizer An implementation of a text tokenizer for whitespace separated natural lanuage text.
Timer Simple timer class.
TimeSpan Encode a span of time.
UIMAClassLoader UIMAClassLoader is used as extension ClassLoader for UIMA to load additional components like annotators and resources.
UIMALogFormatter JSR47 log formatter for UIMA JSR47Logger Provides a log format which looks like: timestamp; threadID; sourceInfo; Message level; message e.g.
UIMAStreamHandler UIMAStreamHandler is used to handle output streams set during runtime.
UUIDGenerator Utility class for generating UUIDs.
XmlAttribute Data structure representing an XML attribute.
XmlElementName Data structure used to encapsulate the different pieces of information that make up the name of an XML element - namely, the Namespace URI, the local name, and the qname (qualified name).
XmlElementNameAndContents Data structure used to encapsulate an XML element name (including Namespace URI, local name, and the qname) as well as its attributes and character content.
XMLUtils Some utilities for working with XML.
 

Exception Summary
UtilError Exception class for package org.apache.uima.util.
 



Copyright © 2011. All Rights Reserved.