public abstract class AbstractCommand extends Object implements LiquibaseCommand
| Constructor and Description |
|---|
AbstractCommand() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute() |
protected abstract Object |
run() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, validatepublic final Object execute() throws CommandExecutionException
execute in interface LiquibaseCommandCommandExecutionExceptionCopyright © 2018 Liquibase.org. All rights reserved.