liquibase.command
Class DiffToChangeLogCommand

java.lang.Object
  extended by liquibase.command.AbstractCommand
      extended by liquibase.command.DiffCommand
          extended by liquibase.command.DiffToChangeLogCommand
All Implemented Interfaces:
LiquibaseCommand
Direct Known Subclasses:
GenerateChangeLogCommand

public class DiffToChangeLogCommand
extends DiffCommand


Constructor Summary
DiffToChangeLogCommand()
           
 
Method Summary
 String getChangeLogFile()
           
 DiffOutputControl getDiffOutputControl()
           
 String getName()
           
 PrintStream getOutputStream()
           
protected  Object run()
           
 DiffToChangeLogCommand setChangeLogFile(String changeLogFile)
           
 DiffToChangeLogCommand setDiffOutputControl(DiffOutputControl diffOutputControl)
           
 DiffToChangeLogCommand setOutputStream(PrintStream outputStream)
           
 
Methods inherited from class liquibase.command.DiffCommand
createDiffResult, createReferenceSnapshot, createTargetSnapshot, getCompareControl, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validate
 
Methods inherited from class liquibase.command.AbstractCommand
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffToChangeLogCommand

public DiffToChangeLogCommand()
Method Detail

getName

public String getName()
Specified by:
getName in interface LiquibaseCommand
Overrides:
getName in class DiffCommand

getChangeLogFile

public String getChangeLogFile()

setChangeLogFile

public DiffToChangeLogCommand setChangeLogFile(String changeLogFile)

getOutputStream

public PrintStream getOutputStream()
Overrides:
getOutputStream in class DiffCommand

setOutputStream

public DiffToChangeLogCommand setOutputStream(PrintStream outputStream)
Overrides:
setOutputStream in class DiffCommand

getDiffOutputControl

public DiffOutputControl getDiffOutputControl()

setDiffOutputControl

public DiffToChangeLogCommand setDiffOutputControl(DiffOutputControl diffOutputControl)

run

protected Object run()
              throws Exception
Overrides:
run in class DiffCommand
Throws:
Exception


Copyright © 2015 Liquibase.org. All rights reserved.