org.codehaus.spice.converter.lib
Interface ConverterRegistry
- All Known Implementing Classes:
- DefaultMasterConverter
- public interface ConverterRegistry
The work interface for a registry of converters. This gives the
client the ability to register and deregister converters as well as
listing converters currently registered.
- Version:
- $Revision: 1.1 $ $Date: 2003/12/02 08:37:56 $
- Author:
- Peter Donald
registerConverter
public void registerConverter(String source,
String destination,
ConverterFactory factory)
- Registers a converter.
- Parameters:
source
- the source classnamedestination
- the destination classnamefactory
- the factory to use to create a converter instance.
Copyright © 2000-2003 Codehaus. All Rights Reserved.