クラス UpdateDictionariesCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.html.AbstractSchemaFileCommand
com.sqlapp.data.db.command.html.UpdateDictionariesCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,CsvEncodingProperty,DictionaryFileDirectoryProperty,JsonConverterProperty,TargetFileProperty,YamlConverterProperty,Runnable
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voidcreate(com.sqlapp.data.schemas.Catalog catalog) protected voidcreateProperties(com.sqlapp.data.schemas.Catalog catalog, MenuDefinition menuDefinition, Function<Object, String> nameFunc) booleanvoidsetOutputRemarksAsDisplayName(boolean outputRemarksAsDisplayName) voidsetWithSchema(Predicate<String> withSchema) クラスから継承されたメソッド com.sqlapp.data.db.command.html.AbstractSchemaFileCommand
doRun, getCatalog, getFullName, getKeywords, getKeywordsMap, getName, loadProperties, setCatalogクラスから継承されたメソッド 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.DictionaryFileDirectoryProperty
getDictionaryFileDirectory, setDictionaryFileDirectory, setDictionaryFileDirectoryインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.JsonConverterProperty
createJsonConverter, getJsonConverter, setJsonConverterインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.TargetFileProperty
getTargetFile, setTargetFile, setTargetFileインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.YamlConverterProperty
createYamlConverter, getYamlConverter, setYamlConverter
-
コンストラクタの詳細
-
UpdateDictionariesCommand
public UpdateDictionariesCommand()
-
-
メソッドの詳細
-
create
protected void create(com.sqlapp.data.schemas.Catalog catalog) - 定義:
createクラス内AbstractSchemaFileCommand
-
createProperties
protected void createProperties(com.sqlapp.data.schemas.Catalog catalog, MenuDefinition menuDefinition, Function<Object, String> nameFunc) throws Exception- 例外:
Exception
-
getWithSchema
- 戻り値:
- the withSchema
-
isOutputRemarksAsDisplayName
public boolean isOutputRemarksAsDisplayName()- 戻り値:
- the outputRemarksAsDisplayName
-
setOutputRemarksAsDisplayName
public void setOutputRemarksAsDisplayName(boolean outputRemarksAsDisplayName) - パラメータ:
outputRemarksAsDisplayName- the outputRemarksAsDisplayName to set
-
setWithSchema
- パラメータ:
withSchema- the withSchema to set
-