Package | Description |
---|---|
org.openmrs.util |
Shared utilities for OpenMRS classes
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
DatabaseUpdater.executeChangelog(String changelog,
Map<String,Object> userInput,
DatabaseUpdater.ChangeSetExecutorCallback callback)
Executes the given changelog file.
|
static List<String> |
DatabaseUpdater.executeChangelog(String changeLogFile,
String contexts,
Map<String,Object> userInput,
DatabaseUpdater.ChangeSetExecutorCallback callback)
|
static List<String> |
DatabaseUpdater.executeChangelog(String changeLogFile,
String contexts,
Map<String,Object> userInput,
DatabaseUpdater.ChangeSetExecutorCallback callback,
ClassLoader cl)
This code was borrowed from the liquibase jar so that we can call the given callback
function.
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.