liquibase.command
Interface LiquibaseCommand

All Known Implementing Classes:
AbstractCommand, ConvertCommand, DiffCommand, DiffToChangeLogCommand, ExecuteSqlCommand, GenerateChangeLogCommand, SnapshotCommand, VagrantCommand, WatchCommand

public interface LiquibaseCommand


Method Summary
 Object execute()
           
 String getName()
           
 CommandValidationErrors validate()
           
 

Method Detail

getName

String getName()

validate

CommandValidationErrors validate()

execute

Object execute()
               throws CommandExecutionException
Throws:
CommandExecutionException


Copyright © 2015 Liquibase.org. All rights reserved.