Package org.apache.commons.convert

The main API for using the convert project.

See:
          Description

Interface Summary
Conversion Defines a class that can convert one object to an object of another type.
ConversionFactory Defines a factory for Conversion objects that will create a conversion on demand or return a singleton.
 

Class Summary
ConversionRegistry ConversionRegistry manages the Conversion and ConversionFactory objects.
Converter Converter is the central class that holds a set of registered converters together and allows conversion to occur.
ConvertUtils Simple public API for the conversion system consisting of static methods.
 

Exception Summary
ConversionException ConversionException is used when a conversion has failed for some reason.
 

Package org.apache.commons.convert Description

The main API for using the convert project.

This package contains the main API of the convert project.



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.