org.formproc.conversion
Class AbstractTypeConverter

java.lang.Object
  |
  +--org.formproc.conversion.AbstractTypeConverter
All Implemented Interfaces:
TypeConverter
Direct Known Subclasses:
BigDecimalConverter, BigIntegerConverter, BooleanConverter, ByteConverter, CharacterConverter, DateConverter, DoubleConverter, FloatConverter, IntegerConverter, LongConverter, NumberConverter, ShortConverter

public abstract class AbstractTypeConverter
extends java.lang.Object
implements TypeConverter

Base abstract class for TypeConverter implementations.

Author:
Anthony Eden

Constructor Summary
AbstractTypeConverter()
           
 
Method Summary
 void loadConfiguration(com.anthonyeden.lib.config.Configuration configuration)
          Provides a no-op default implementation of this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.formproc.conversion.TypeConverter
convert
 

Constructor Detail

AbstractTypeConverter

public AbstractTypeConverter()
Method Detail

loadConfiguration

public void loadConfiguration(com.anthonyeden.lib.config.Configuration configuration)
                       throws com.anthonyeden.lib.config.ConfigurationException
Provides a no-op default implementation of this method. Subclasses can override this method to be configured.

Specified by:
loadConfiguration in interface TypeConverter
Parameters:
configuration - The configuration
Throws:
com.anthonyeden.lib.config.ConfigurationException


Copyright (c) 2001-2003 Anthony Eden. All Rights Reserved.