クラス UpdateDictionariesCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.html.AbstractSchemaFileCommand
com.sqlapp.data.db.command.html.UpdateDictionariesCommand
- すべての実装されたインタフェース:
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, getCsvEncoding, getDictionaryFileDirectory, getDictionaryFileType, getFullName, getJsonConverter, getKeywords, getKeywordsMap, getName, getTargetFile, loadProperties, setCatalog, setCsvEncoding, setDictionaryFileDirectory, setDictionaryFileType, setJsonConverter, setTargetFileクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, debug, debug, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initialize, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
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
-