Uses of Package
net.sourceforge.hiveutils.util

Packages that use net.sourceforge.hiveutils.util
net.sourceforge.hiveutils.service.impl This package contains a few useful HiveMind services and classes, some used by hivetranse.core module. 
net.sourceforge.hiveutils.util This package contains useful classes, used by various services. 
 

Classes in net.sourceforge.hiveutils.util used by net.sourceforge.hiveutils.service.impl
ClassMatcher
          Utility class to check if the class of an object is a subclass of one class in a list.
MethodMappingErrorHandler
          Interface defining a callback mechanism to handle errors encountered in the course of a MethodMappingBuilder.
PrefsMapper
          Interface used by PreferencesManager to serialize and deserialize specific types of bean properties in order to map it to the preference store.
PrefType
           
 

Classes in net.sourceforge.hiveutils.util used by net.sourceforge.hiveutils.util
MethodMappingBuilder
          Interface to generate a mapping between public methods of a source class (or interface) to equivalent methods (same name, same arguments, compatible returned type, but possibly different thrown exceptions).
MethodMappingErrorHandler
          Interface defining a callback mechanism to handle errors encountered in the course of a MethodMappingBuilder.
PrefsMapper
          Interface used by PreferencesManager to serialize and deserialize specific types of bean properties in order to map it to the preference store.
PrefType