クラス AddSqlFileCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.version.AddSqlFileCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,Runnable
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoRun()voidsetDescription(String description) voidsetDownSqlDirectory(File downSqlDirectory) voidsetDownSqlDirectory(String downSqlDirectory) voidsetUpSqlDirectory(File upSqlDirectory) voidsetUpSqlDirectory(String upSqlDirectory) voidsetVersion(String version) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
debug, debug, error, error, execute, getErr, getExceptionHandler, info, info, initialize, initializeContext, runクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.ConsoleOutputLevelProperty
getConsoleOutputLevel, setConsoleOutputLevel, setConsoleOutputLevelインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.ConvertersProperty
getConverters, setConverters
-
コンストラクタの詳細
-
AddSqlFileCommand
public AddSqlFileCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-
getUpSqlDirectory
- 戻り値:
- the upSqlDirectory
-
setUpSqlDirectory
- パラメータ:
upSqlDirectory- the upSqlDirectory to set
-
setUpSqlDirectory
- パラメータ:
upSqlDirectory- the upSqlDirectory to set
-
getDownSqlDirectory
- 戻り値:
- the downSqlDirectory
-
setDownSqlDirectory
- パラメータ:
downSqlDirectory- the downSqlDirectory to set
-
setDownSqlDirectory
- パラメータ:
downSqlDirectory- the downSqlDirectory to set
-
getVersion
- 戻り値:
- the version
-
setVersion
- パラメータ:
version- the version to set
-
getDescription
- 戻り値:
- the description
-
setDescription
- パラメータ:
description- the description to set
-