Package liquibase.changelog.visitor
Interface SkippedChangeSetVisitor
-
- All Known Implementing Classes:
StatusVisitor
public interface SkippedChangeSetVisitorCalled byChangeLogIteratorwhen aChangeSetFilterrejects a changeSet. To use,ChangeSetVisitorimplementations should implement this interface as well.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidskipped(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
-
-