org.dbmaintain.structure.clean
Class DBCleanerFactory

java.lang.Object
  extended by org.dbmaintain.config.FactoryWithDatabase<DBCleaner>
      extended by org.dbmaintain.structure.clean.DBCleanerFactory
All Implemented Interfaces:
Factory<DBCleaner>

public class DBCleanerFactory
extends FactoryWithDatabase<DBCleaner>

Author:
Tim Ducheyne, Filip Neven

Field Summary
 
Fields inherited from class org.dbmaintain.config.FactoryWithDatabase
factoryWithDatabaseContext
 
Constructor Summary
DBCleanerFactory()
           
 
Method Summary
 DBCleaner 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

DBCleanerFactory

public DBCleanerFactory()
Method Detail

createInstance

public DBCleaner createInstance()

getItemsToPreserve

protected Set<DbItemIdentifier> getItemsToPreserve()


Copyright © 2011. All Rights Reserved.