Package org.codehaus.spice.converter

Converter API.

See:
          Description

Interface Summary
Converter Instances of this interface are used to convert between different types.
ConverterFactory This factory is used to create instances of factory objects.
 

Class Summary
AbstractConverter Instances of this interface are used to convert between different types.
AbstractMasterConverter This is a Converter implementation that is capable of converting between many different source and destination types, by delegating delegates to other converters that do the actual work.
 

Exception Summary
ConverterException ConverterException thrown when a problem occurs during convertion etc.
 

Package org.codehaus.spice.converter Description

Converter API.



Copyright © 2000-2003 Codehaus. All Rights Reserved.