public class DiffCommand extends AbstractCommand
logger| Constructor and Description |
|---|
DiffCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(com.sqlapp.data.schemas.DbCommonObject original,
com.sqlapp.data.schemas.DbCommonObject target) |
protected void |
doExecute(com.sqlapp.data.schemas.DbObjectCollection original,
com.sqlapp.data.schemas.DbObjectCollection target) |
protected void |
doExecute(com.sqlapp.data.schemas.DbObject original,
com.sqlapp.data.schemas.DbObject target) |
protected void |
doRun() |
com.sqlapp.data.schemas.EqualsHandler |
getEqualsHandler() |
java.io.File |
getOriginalFile() |
java.io.File |
getTargetFile() |
void |
setEqualsHandler(com.sqlapp.data.schemas.EqualsHandler equalsHandler) |
void |
setOriginalFile(java.io.File originalFile) |
void |
setTargetFile(java.io.File targetFile) |
createJsonConverter, getContext, getConvertHandler, getErr, getExceptionHandler, initialize, initializeContext, println, run, setConvertHandler, setExceptionHandlerprotected void doRun()
doRun in class AbstractCommandprotected void doExecute(com.sqlapp.data.schemas.DbCommonObject original,
com.sqlapp.data.schemas.DbCommonObject target)
protected void doExecute(com.sqlapp.data.schemas.DbObject original,
com.sqlapp.data.schemas.DbObject target)
protected void doExecute(com.sqlapp.data.schemas.DbObjectCollection original,
com.sqlapp.data.schemas.DbObjectCollection target)
public com.sqlapp.data.schemas.EqualsHandler getEqualsHandler()
public void setEqualsHandler(com.sqlapp.data.schemas.EqualsHandler equalsHandler)
equalsHandler - the equalsHandler to setpublic java.io.File getOriginalFile()
public void setOriginalFile(java.io.File originalFile)
originalFile - the originalFile to setpublic java.io.File getTargetFile()
public void setTargetFile(java.io.File targetFile)
targetFile - the targetFile to set