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, setOutputStreamcreateDiffResult, createReferenceSnapshot, getCompareControl, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setObjectChangeFilter, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validateexecute, getPrioritypublic String getName()
getName in interface LiquibaseCommand<CommandResult>getName in class DiffToChangeLogCommandpublic String getAuthor()
public GenerateChangeLogCommand setAuthor(String author)
public String getContext()
public GenerateChangeLogCommand setContext(String context)
protected CommandResult run() throws Exception
run in class DiffToChangeLogCommandExceptionprotected DatabaseSnapshot createTargetSnapshot() throws DatabaseException, InvalidExampleException
createTargetSnapshot in class DiffCommandDatabaseExceptionInvalidExampleExceptionCopyright © 2019 Liquibase.org. All rights reserved.