liquibase.snapshot
Class SnapshotControl

java.lang.Object
  extended by liquibase.snapshot.SnapshotControl

public class SnapshotControl
extends Object


Constructor Summary
SnapshotControl()
           
SnapshotControl(Class<? extends DatabaseObject>... types)
           
SnapshotControl(String types)
           
 
Method Summary
 Set<Class<? extends DatabaseObject>> getTypesToInclude()
           
 boolean shouldInclude(Class<? extends DatabaseObject> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotControl

public SnapshotControl()

SnapshotControl

public SnapshotControl(Class<? extends DatabaseObject>... types)

SnapshotControl

public SnapshotControl(String types)
Method Detail

getTypesToInclude

public Set<Class<? extends DatabaseObject>> getTypesToInclude()

shouldInclude

public boolean shouldInclude(Class<? extends DatabaseObject> type)


Copyright © 2013 Liquibase.org. All Rights Reserved.