Xindice API
version 1.2m1

Package org.apache.xindice.util

This package contains many of the utility classes required by Xindice

See:
          Description

Interface Summary
Configurable Configurable is a simple interface used to pass configuration information to an object.
ConfigurationCallback ConfigurationCallback is a callback interface that can be implemented in performing a set process on a Configuration.
Named Named identifies an object as having a contextually important Name.
Poolable Poolable is an interface that must be implemented by Objects that are capable of being managed in a pooled fashion by Xindice.
 

Class Summary
ByteArrayInput ByteArrayInput is a wrapper around ByteArrayInputStream that allows read access to the current position pointer.
ByteBuffer ByteBuffer manages volatile arrays of bytes.
Configuration Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
DateUtilities DateUtilities provides a set of commonly used Date processing routines.
DirectoryClassLoader DirectoryClassLoader reads classes relative to the constructor-provided base directory.
FileCache FileCache caches the content of files in memory.
LockManager LockManager manages resource locks.
MD5 TODO: Not used.
ObjectPool ObjectPool is an abstract Object Pool implementation.
ObjectQueue ObjectQueue is a simple linked list implemention that can be used for FIFO queuing.
ObjectStack ObjectQueue is a simple linked list implemention that can be used for LIFO stacking
SimpleConfigurable SimpleConfigurable
StringUtilities StringUtilities provides a set of commonly used String parsing and processing routines.
SymbolDeserializer SymbolDeserializer is a utility class for managing SymbolTables in the client context of Wire Compression.
SymbolSerializer SymbolSerializer is a utility class for managing SymbolTables in the server context of Wire Compression.
 

Exception Summary
ReadOnlyException A ReadOnlyException is thrown when an Object's property cannot be modified.
XindiceException A XindiceException is the base class for all Xindice related Exceptions.
XindiceRuntimeException A XindiceRuntimeException is the base class for all Xindice related RuntimeExceptions.
 

Package org.apache.xindice.util Description

This package contains many of the utility classes required by Xindice


Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.