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.
skipped
void skipped(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database,
Set<ChangeSetFilterResult> filterResults)
throws LiquibaseException
- Throws:
LiquibaseException
Copyright © 2014 Liquibase.org. All Rights Reserved.