クラス ConvertDataFileCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.export.ConvertDataFileCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,CsvEncodingProperty,DirectoryProperty,FileFilterProperty,JsonConverterProperty,OutputDirectoryProperty,OutputFileTypeProperty,SheetNameProperty,YamlConverterProperty,Runnable
public class ConvertDataFileCommand
extends AbstractCommand
implements DirectoryProperty, FileFilterProperty, OutputFileTypeProperty, OutputDirectoryProperty, SheetNameProperty, CsvEncodingProperty, JsonConverterProperty, YamlConverterProperty
Excel,CSV,Jsonのファイルを相互変換するためのコマンド
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド 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インタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.CsvEncodingProperty
getCsvEncoding, setCsvEncodingインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.DirectoryProperty
getDirectory, setDirectory, setDirectoryインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.FileFilterProperty
getFileFilter, setFileFilterインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.JsonConverterProperty
createJsonConverter, getJsonConverter, setJsonConverterインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.OutputDirectoryProperty
getOutputDirectory, setOutputDirectory, setOutputDirectoryインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.OutputFileTypeProperty
getOutputFileType, setOutputFileType, setOutputFileTypeインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SheetNameProperty
getSheetName, setSheetNameインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.YamlConverterProperty
createYamlConverter, getYamlConverter, setYamlConverter
-
コンストラクタの詳細
-
ConvertDataFileCommand
public ConvertDataFileCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-