public class RegisterChangeLogCommand extends AbstractSelfConfiguratingCommand<CommandResult>
| Constructor and Description |
|---|
RegisterChangeLogCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,Object> argsMap) |
HubChangeLog |
getHubChangeLog() |
String |
getName() |
PrintStream |
getOutputStream() |
protected CommandResult |
run() |
void |
setChangeLogFile(String changeLogFile) |
void |
setHubProjectId(UUID hubProjectId) |
void |
setOutputStream(PrintStream outputStream) |
CommandValidationErrors |
validate() |
execute, getPrioritypublic HubChangeLog getHubChangeLog()
public void setHubProjectId(UUID hubProjectId)
public void configure(Map<String,Object> argsMap) throws LiquibaseException
configure in class AbstractSelfConfiguratingCommand<CommandResult>LiquibaseExceptionpublic void setChangeLogFile(String changeLogFile)
public String getName()
public CommandValidationErrors validate()
public PrintStream getOutputStream()
public void setOutputStream(PrintStream outputStream)
protected CommandResult run() throws Exception
run in class AbstractCommand<CommandResult>ExceptionCopyright © 2020 Liquibase.org. All rights reserved.