public class ConvertCommand extends AbstractCommand
Constructor and Description |
---|
ConvertCommand() |
Modifier and Type | Method and Description |
---|---|
String |
getClasspath() |
String |
getName() |
String |
getOut() |
String |
getSrc() |
protected CommandResult |
run() |
void |
setClasspath(String classpath) |
void |
setOut(String out) |
void |
setSrc(String src) |
CommandValidationErrors |
validate() |
execute, getPriority
public String getName()
public String getSrc()
public void setSrc(String src)
public String getOut()
public void setOut(String out)
public String getClasspath()
public void setClasspath(String classpath)
protected CommandResult run() throws Exception
run
in class AbstractCommand
Exception
public CommandValidationErrors validate()
Copyright © 2018 Liquibase.org. All rights reserved.