Package org.apache.lucene.gdata.utils

Utils package

See:
          Description

Interface Summary
Pool<Type> Basic interface to be implemented by ObjectPool implementations.
PoolObjectFactory<Type> This interface enables Pool users to build a custom creation and destroy mechanismn for pooled objects.
 

Class Summary
DateFormater This class uses the SimpleDateFormat class to format dates into strings according to given date pattern.
ModifiedEntryFilter The ModifiedEntryFilter filters the given entryIds from the lucene Hits set.
ReferenceCounter<Type> A reference counting utility.
ReflectionUtils A collection of static helper methods solve common reflection problems
SimpleObjectPool<Type> A Simple implementation of the Pool interface using a Stack as a buffer for the pooled objects.
SimpleSaxErrorHandler For use with Digester to throw exceptions on errors
 

Exception Summary
ReflectionUtils.ReflectionException Exception wrapper for all thrown exception in the ReflectionUtils methods
 

Package org.apache.lucene.gdata.utils Description

Utils package



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.