クラス DiffCommand

java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.DiffCommand
すべての実装されたインタフェース:
Runnable

public class DiffCommand extends AbstractCommand
  • コンストラクタの詳細

    • 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

      public File getOriginalFile()
      戻り値:
      the originalFile
    • setOriginalFile

      public void setOriginalFile(File originalFile)
      パラメータ:
      originalFile - the originalFile to set
    • getTargetFile

      public File getTargetFile()
      戻り値:
      the targetFile
    • setTargetFile

      public void setTargetFile(File targetFile)
      パラメータ:
      targetFile - the targetFile to set