liquibase.command
Class AbstractCommand
java.lang.Object
liquibase.command.AbstractCommand
- All Implemented Interfaces:
- LiquibaseCommand
- Direct Known Subclasses:
- ConvertCommand, DiffCommand, ExecuteSqlCommand, SnapshotCommand, VagrantCommand, WatchCommand
public abstract class AbstractCommand
- extends Object
- implements LiquibaseCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCommand
public AbstractCommand()
execute
public final Object execute()
throws CommandExecutionException
- Specified by:
execute
in interface LiquibaseCommand
- Throws:
CommandExecutionException
run
protected abstract Object run()
throws Exception
- Throws:
Exception
Copyright © 2015 Liquibase.org. All rights reserved.