liquibase.changelog
Class ChangeLogHistoryServiceFactory

java.lang.Object
  extended by liquibase.changelog.ChangeLogHistoryServiceFactory

public class ChangeLogHistoryServiceFactory
extends Object


Method Summary
 ChangeLogHistoryService getChangeLogService(Database database)
           
static ChangeLogHistoryServiceFactory getInstance()
           
 void register(ChangeLogHistoryService changeLogHistoryService)
           
static void reset()
           
 void resetAll()
           
static void setInstance(ChangeLogHistoryServiceFactory changeLogHistoryServiceFactory)
          Set the instance used by this singleton.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ChangeLogHistoryServiceFactory getInstance()

setInstance

public static void setInstance(ChangeLogHistoryServiceFactory changeLogHistoryServiceFactory)
Set the instance used by this singleton. Used primarily for testing.


reset

public static void reset()

register

public void register(ChangeLogHistoryService changeLogHistoryService)

getChangeLogService

public ChangeLogHistoryService getChangeLogService(Database database)

resetAll

public void resetAll()


Copyright © 2016 Liquibase.org. All rights reserved.