liquibase.changelog.visitor
Class ExpectedChangesVisitor
java.lang.Object
liquibase.changelog.visitor.ExpectedChangesVisitor
- All Implemented Interfaces:
- ChangeSetVisitor
public class ExpectedChangesVisitor
- extends Object
- implements ChangeSetVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpectedChangesVisitor
public ExpectedChangesVisitor(List<RanChangeSet> ranChangeSetList)
getDirection
public ChangeSetVisitor.Direction getDirection()
- Specified by:
getDirection
in interface ChangeSetVisitor
visit
public void visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database,
Set<ChangeSetFilterResult> filterResults)
throws LiquibaseException
- Specified by:
visit
in interface ChangeSetVisitor
- Throws:
LiquibaseException
getUnexpectedChangeSets
public Collection<RanChangeSet> getUnexpectedChangeSets()
Copyright © 2016 Liquibase.org. All rights reserved.