Uses of Class
liquibase.command.DiffCommand

Packages that use DiffCommand
liquibase.command   
 

Uses of DiffCommand in liquibase.command
 

Subclasses of DiffCommand in liquibase.command
 class DiffToChangeLogCommand
           
 class GenerateChangeLogCommand
           
 

Methods in liquibase.command that return DiffCommand
 DiffCommand DiffCommand.setCompareControl(CompareControl compareControl)
           
 DiffCommand DiffCommand.setOutputStream(PrintStream outputStream)
           
 DiffCommand DiffCommand.setReferenceDatabase(Database referenceDatabase)
           
 DiffCommand DiffCommand.setReferenceSnapshotControl(SnapshotControl referenceSnapshotControl)
           
 DiffCommand DiffCommand.setSnapshotListener(SnapshotListener snapshotListener)
           
 DiffCommand DiffCommand.setSnapshotTypes(Class<? extends DatabaseObject>... snapshotTypes)
           
 DiffCommand DiffCommand.setSnapshotTypes(String... snapshotTypes)
           
 DiffCommand DiffCommand.setTargetDatabase(Database targetDatabase)
           
 DiffCommand DiffCommand.setTargetSnapshotControl(SnapshotControl targetSnapshotControl)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.