org.codehaus.spice.converter.lib
Class SimpleMasterConverter

java.lang.Object
  |
  +--org.codehaus.spice.converter.AbstractMasterConverter
        |
        +--org.codehaus.spice.converter.lib.SimpleMasterConverter
All Implemented Interfaces:
Converter

public class SimpleMasterConverter
extends AbstractMasterConverter

A very simple master converter that is capable of using any of the converters in this package.

Version:
$Revision: 1.1 $ $Date: 2003/12/02 08:37:56 $
Author:
Peter Donald

Constructor Summary
SimpleMasterConverter()
          Construct the MasterConverter and register all the converters that exist in this package.
 
Methods inherited from class org.codehaus.spice.converter.AbstractMasterConverter
convert, registerConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMasterConverter

public SimpleMasterConverter()
Construct the MasterConverter and register all the converters that exist in this package.



Copyright © 2000-2003 Codehaus. All Rights Reserved.