クラス DiffCommand

  • すべての実装されたインタフェース:
    java.lang.Runnable

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

      • DiffCommand

        public DiffCommand()
    • メソッドの詳細

      • 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 java.io.File getOriginalFile()
        戻り値:
        the originalFile
      • setOriginalFile

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

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

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