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, wait
getName, validate
public final Object execute() throws CommandExecutionException
execute
in interface LiquibaseCommand
CommandExecutionException
Copyright © 2014 Liquibase.org. All rights reserved.