liquibase.executor
Class ExecutorService
java.lang.Object
liquibase.executor.ExecutorService
public class ExecutorService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ExecutorService getInstance()
getExecutor
public Executor getExecutor(Database database)
setExecutor
public void setExecutor(Database database,
Executor executor)
clearExecutor
public void clearExecutor(Database database)
reset
public void reset()
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.