org.unitils.core.util
Class BaseConfigurable

java.lang.Object
  extended by org.unitils.core.util.BaseConfigurable
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
DefaultScriptSource

public class BaseConfigurable
extends Object
implements Configurable

Base class for implementations that need access to the unitils configuration

Author:
Filip Neven, Tim Ducheyne

Field Summary
protected  Properties configuration
           
 
Constructor Summary
BaseConfigurable()
           
 
Method Summary
 void init(Properties configuration)
          Initializes the database operation class with the given Properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected Properties configuration
Constructor Detail

BaseConfigurable

public BaseConfigurable()
Method Detail

init

public void init(Properties configuration)
Description copied from interface: Configurable
Initializes the database operation class with the given Properties

Specified by:
init in interface Configurable
Parameters:
configuration - The configuration, not null


Copyright © 2011. All Rights Reserved.