liquibase.change.core.supplier
Class EmptyChangeSupplier

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

public class EmptyChangeSupplier
extends AbstractChangeSupplier<EmptyChange>


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

EmptyChangeSupplier

public EmptyChangeSupplier()
Method Detail

prepareDatabase

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

checkDiffResult

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


Copyright © 2015 Liquibase.org. All rights reserved.