liquibase.change.core.supplier
Class StopChangeSupplier

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

public class StopChangeSupplier
extends AbstractChangeSupplier<StopChange>


Constructor Summary
StopChangeSupplier()
           
 
Method Summary
 void checkDiffResult(DiffResult diffResult, StopChange change)
           
 Change[] prepareDatabase(StopChange 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

StopChangeSupplier

public StopChangeSupplier()
Method Detail

prepareDatabase

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

checkDiffResult

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


Copyright © 2015 Liquibase.org. All rights reserved.