クラス DiffCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.DiffCommand
- すべての実装されたインタフェース:
Runnable
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoExecute(com.sqlapp.data.schemas.DbCommonObject original, com.sqlapp.data.schemas.DbCommonObject target) protected voiddoExecute(com.sqlapp.data.schemas.DbObjectCollection original, com.sqlapp.data.schemas.DbObjectCollection target) protected voiddoExecute(com.sqlapp.data.schemas.DbObject original, com.sqlapp.data.schemas.DbObject target) protected voiddoRun()com.sqlapp.data.schemas.EqualsHandlervoidsetEqualsHandler(com.sqlapp.data.schemas.EqualsHandler equalsHandler) voidsetOriginalFile(File originalFile) voidsetTargetFile(File targetFile) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, debug, debug, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initialize, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
DiffCommand
public DiffCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-
doExecute
protected void doExecute(com.sqlapp.data.schemas.DbCommonObject original, com.sqlapp.data.schemas.DbCommonObject target) -
doExecute
protected void doExecute(com.sqlapp.data.schemas.DbObject original, com.sqlapp.data.schemas.DbObject target) -
doExecute
protected void doExecute(com.sqlapp.data.schemas.DbObjectCollection original, com.sqlapp.data.schemas.DbObjectCollection target) -
getEqualsHandler
public com.sqlapp.data.schemas.EqualsHandler getEqualsHandler()- 戻り値:
- the equalsHandler
-
setEqualsHandler
public void setEqualsHandler(com.sqlapp.data.schemas.EqualsHandler equalsHandler) - パラメータ:
equalsHandler- the equalsHandler to set
-
getOriginalFile
- 戻り値:
- the originalFile
-
setOriginalFile
- パラメータ:
originalFile- the originalFile to set
-
getTargetFile
- 戻り値:
- the targetFile
-
setTargetFile
- パラメータ:
targetFile- the targetFile to set
-