liquibase.change.core.supplier
Class ExecuteShellCommandChangeSupplier

java.lang.Object
  extended by liquibase.sdk.supplier.change.AbstractChangeSupplier<ExecuteShellCommandChange>
      extended by liquibase.change.core.supplier.ExecuteShellCommandChangeSupplier
All Implemented Interfaces:
ChangeSupplier<ExecuteShellCommandChange>

public class ExecuteShellCommandChangeSupplier
extends AbstractChangeSupplier<ExecuteShellCommandChange>


Constructor Summary
ExecuteShellCommandChangeSupplier()
           
 
Method Summary
 void checkDiffResult(DiffResult diffResult, ExecuteShellCommandChange change)
           
 Change[] prepareDatabase(ExecuteShellCommandChange change)
           
 
Methods inherited from class liquibase.sdk.supplier.change.AbstractChangeSupplier
getAddColumnConfigSupplier, getAllParameterPermutations, getChangeName, getTestValues, isValid, revertDatabase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteShellCommandChangeSupplier

public ExecuteShellCommandChangeSupplier()
Method Detail

prepareDatabase

public Change[] prepareDatabase(ExecuteShellCommandChange change)
                         throws Exception
Throws:
Exception

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            ExecuteShellCommandChange change)
                     throws Exception
Throws:
Exception


Copyright © 2015 Liquibase.org. All rights reserved.