liquibase.changelog.visitor
Interface SkippedChangeSetVisitor

All Known Implementing Classes:
StatusVisitor

public interface SkippedChangeSetVisitor

Called by ChangeLogIterator when a ChangeSetFilter rejects a changeSet. To use, ChangeSetVisitor implementations should implement this interface as well.


Method Summary
 void skipped(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)
           
 

Method Detail

skipped

void skipped(ChangeSet changeSet,
             DatabaseChangeLog databaseChangeLog,
             Database database,
             Set<ChangeSetFilterResult> filterResults)
             throws LiquibaseException
Throws:
LiquibaseException


Copyright © 2016 Liquibase.org. All rights reserved.