クラス AddSqlFileCommand

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

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

    • AddSqlFileCommand

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

    • doRun

      protected void doRun()
      定義:
      doRun クラス内 AbstractCommand
    • getUpSqlDirectory

      public File getUpSqlDirectory()
      戻り値:
      the upSqlDirectory
    • setUpSqlDirectory

      public void setUpSqlDirectory(File upSqlDirectory)
      パラメータ:
      upSqlDirectory - the upSqlDirectory to set
    • setUpSqlDirectory

      public void setUpSqlDirectory(String upSqlDirectory)
      パラメータ:
      upSqlDirectory - the upSqlDirectory to set
    • getDownSqlDirectory

      public File getDownSqlDirectory()
      戻り値:
      the downSqlDirectory
    • setDownSqlDirectory

      public void setDownSqlDirectory(File downSqlDirectory)
      パラメータ:
      downSqlDirectory - the downSqlDirectory to set
    • setDownSqlDirectory

      public void setDownSqlDirectory(String downSqlDirectory)
      パラメータ:
      downSqlDirectory - the downSqlDirectory to set
    • getVersion

      public String getVersion()
      戻り値:
      the version
    • setVersion

      public void setVersion(String version)
      パラメータ:
      version - the version to set
    • getDescription

      public String getDescription()
      戻り値:
      the description
    • setDescription

      public void setDescription(String description)
      パラメータ:
      description - the description to set