liquibase.changelog.filter
Class AfterTagChangeSetFilter
java.lang.Object
liquibase.changelog.filter.AfterTagChangeSetFilter
- All Implemented Interfaces:
- ChangeSetFilter
public class AfterTagChangeSetFilter
- extends Object
- implements ChangeSetFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AfterTagChangeSetFilter
public AfterTagChangeSetFilter(String tag,
List<RanChangeSet> ranChangeSets)
throws RollbackFailedException
- Throws:
RollbackFailedException
accepts
public boolean accepts(ChangeSet changeSet)
- Specified by:
accepts
in interface ChangeSetFilter
Copyright © 2012 Liquibase.org. All Rights Reserved.