All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.changelog.filter.ChangeSetFilter Maven / Gradle / Ivy

There is a newer version: 4.28.0
Show newest version
package liquibase.changelog.filter;

import liquibase.changelog.ChangeSet;

public interface ChangeSetFilter {

    public boolean accepts(ChangeSet changeSet);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy