org.dbmaintain.structure.clear
Class DBClearerFactory

java.lang.Object
  extended by org.dbmaintain.config.FactoryWithDatabase<DBClearer>
      extended by org.dbmaintain.structure.clear.DBClearerFactory
All Implemented Interfaces:
Factory<DBClearer>

public class DBClearerFactory
extends FactoryWithDatabase<DBClearer>

Author:
Tim Ducheyne, Filip Neven

Field Summary
 
Fields inherited from class org.dbmaintain.config.FactoryWithDatabase
factoryWithDatabaseContext
 
Constructor Summary
DBClearerFactory()
           
 
Method Summary
 DBClearer createInstance()
           
protected  Set<DbItemIdentifier> getItemsToPreserve()
           
 
Methods inherited from class org.dbmaintain.config.FactoryWithDatabase
getConfiguration, getDatabases, getSqlHandler, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBClearerFactory

public DBClearerFactory()
Method Detail

createInstance

public DBClearer createInstance()

getItemsToPreserve

protected Set<DbItemIdentifier> getItemsToPreserve()


Copyright © 2011. All Rights Reserved.