liquibase.diff.output
Class StandardObjectChangeFilter.Filter

java.lang.Object
  extended by liquibase.diff.output.StandardObjectChangeFilter.Filter
Enclosing class:
StandardObjectChangeFilter

protected static class StandardObjectChangeFilter.Filter
extends Object


Constructor Summary
StandardObjectChangeFilter.Filter(Class<DatabaseObject> objectType, Pattern nameMatcher, StandardObjectChangeFilter.FilterType filterType)
           
 
Method Summary
protected  boolean matches(DatabaseObject object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardObjectChangeFilter.Filter

public StandardObjectChangeFilter.Filter(Class<DatabaseObject> objectType,
                                         Pattern nameMatcher,
                                         StandardObjectChangeFilter.FilterType filterType)
Method Detail

matches

protected boolean matches(DatabaseObject object)


Copyright © 2016 Liquibase.org. All rights reserved.