public class GenerateChangeLogCommand extends DiffToChangeLogCommand
Constructor and Description |
---|
GenerateChangeLogCommand() |
Modifier and Type | Method and Description |
---|---|
protected DatabaseSnapshot |
createTargetSnapshot() |
String |
getAuthor() |
String |
getContext() |
String |
getName() |
protected CommandResult |
run() |
GenerateChangeLogCommand |
setAuthor(String author) |
GenerateChangeLogCommand |
setContext(String context) |
createDiffToChangeLogObject, getChangeLogFile, getDiffOutputControl, getOutputStream, setChangeLogFile, setDiffOutputControl, setOutputStream
createDiffResult, createReferenceSnapshot, getCompareControl, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setObjectChangeFilter, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validate
execute, getPriority
public String getName()
getName
in interface LiquibaseCommand<CommandResult>
getName
in class DiffToChangeLogCommand
public String getAuthor()
public GenerateChangeLogCommand setAuthor(String author)
public String getContext()
public GenerateChangeLogCommand setContext(String context)
protected CommandResult run() throws Exception
run
in class DiffToChangeLogCommand
Exception
protected DatabaseSnapshot createTargetSnapshot() throws DatabaseException, InvalidExampleException
createTargetSnapshot
in class DiffCommand
DatabaseException
InvalidExampleException
Copyright © 2018 Liquibase.org. All rights reserved.