Package net.sourceforge.hiveutils.util

This package contains useful classes, used by various services.

See:
          Description

Interface Summary
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.
 

Class Summary
ClassMatcher Utility class to check if the class of an object is a subclass of one class in a list.
DefaultMethodMappingBuilder Default implementation to generate a mapping between public methods of a source class (or interface) into equivalent methods (same name, same arguments, compatible returned type, but possibly different thrown exceptions).
PasswordEncryption  
PreferencesUtils Utility class to load/store beans to the preferences store.
PropertyPathUtils Utility class to ease access to an access property through the use of "paths" (dotted chain of property names).
SymmetricEncryptor  
Version  
 

Enum Summary
PrefType  
 

Package net.sourceforge.hiveutils.util Description

This package contains useful classes, used by various services.