org.formproc.store
Class AbstractStorer

java.lang.Object
  |
  +--org.formproc.store.AbstractStorer
All Implemented Interfaces:
Storer
Direct Known Subclasses:
MapStorer, ReflectionStorer

public abstract class AbstractStorer
extends java.lang.Object
implements Storer

Base abstract class for Storer implementations.

Author:
Anthony Eden

Constructor Summary
AbstractStorer()
           
 
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.store.Storer
store
 

Constructor Detail

AbstractStorer

public AbstractStorer()
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 Storer
Parameters:
configuration - The configuration
Throws:
com.anthonyeden.lib.config.ConfigurationException


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