Uses of Package
org.apache.commons.convert

Packages that use org.apache.commons.convert
org.apache.commons.convert The main API for using the convert project. 
org.apache.commons.convert.conversion Implementations of Conversion and ConversionFactory
 

Classes in org.apache.commons.convert used by org.apache.commons.convert
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.
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.
 

Classes in org.apache.commons.convert used by org.apache.commons.convert.conversion
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.
Converter
          Converter is the central class that holds a set of registered converters together and allows conversion to occur.
 



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