Uses of Class
org.dbmaintain.MainFactory

Packages that use MainFactory
org.dbmaintain.config   
org.dbmaintain.launch.commandline   
org.dbmaintain.launch.task   
 

Uses of MainFactory in org.dbmaintain.config
 

Methods in org.dbmaintain.config that return MainFactory
 MainFactory FactoryContext.getMainFactory()
           
 

Constructors in org.dbmaintain.config with parameters of type MainFactory
FactoryContext(Properties configuration, MainFactory mainFactory)
           
FactoryWithDatabaseContext(Properties configuration, MainFactory mainFactory, Databases databases, SQLHandler sqlHandler)
           
 

Uses of MainFactory in org.dbmaintain.launch.commandline
 

Methods in org.dbmaintain.launch.commandline that return MainFactory
protected static MainFactory CommandLine.getMainFactory(Properties configuration)
           
 

Uses of MainFactory in org.dbmaintain.launch.task
 

Methods in org.dbmaintain.launch.task that return MainFactory
protected  MainFactory DbMaintainTask.createMainFactory(TaskConfiguration taskConfiguration)
           
 

Methods in org.dbmaintain.launch.task with parameters of type MainFactory
protected  boolean UpdateSequencesTask.doExecute(MainFactory mainFactory)
           
protected  boolean UpdateDatabaseTask.doExecute(MainFactory mainFactory)
           
protected  boolean MarkErrorScriptRevertedTask.doExecute(MainFactory mainFactory)
           
protected  boolean MarkErrorScriptPerformedTask.doExecute(MainFactory mainFactory)
           
protected  boolean MarkDatabaseAsUpToDateTask.doExecute(MainFactory mainFactory)
           
protected  boolean DisableConstraintsTask.doExecute(MainFactory mainFactory)
           
protected abstract  boolean DbMaintainTask.doExecute(MainFactory mainFactory)
          Implement by invoking the actual behavior
 boolean CreateScriptArchiveTask.doExecute(MainFactory mainFactory)
           
protected  boolean ClearDatabaseTask.doExecute(MainFactory mainFactory)
           
protected  boolean CleanDatabaseTask.doExecute(MainFactory mainFactory)
           
protected  boolean CheckScriptUpdatesTask.doExecute(MainFactory mainFactory)
           
 



Copyright © 2011. All Rights Reserved.