org.dbmaintain.config
Class FactoryWithoutDatabase<T>

java.lang.Object
  extended by org.dbmaintain.config.FactoryWithoutDatabase<T>
All Implemented Interfaces:
Factory<T>
Direct Known Subclasses:
ScriptArchiveCreatorFactory

public abstract class FactoryWithoutDatabase<T>
extends Object
implements Factory<T>

Author:
Tim Ducheyne, Filip Neven

Field Summary
protected  FactoryContext factoryContext
           
 
Constructor Summary
FactoryWithoutDatabase()
           
 
Method Summary
 Properties getConfiguration()
           
 void init(FactoryContext factoryContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.dbmaintain.config.Factory
createInstance
 

Field Detail

factoryContext

protected FactoryContext factoryContext
Constructor Detail

FactoryWithoutDatabase

public FactoryWithoutDatabase()
Method Detail

init

public void init(FactoryContext factoryContext)

getConfiguration

public Properties getConfiguration()


Copyright © 2011. All Rights Reserved.