クラス UpdateDictionariesCommand
- java.lang.Object
-
- com.sqlapp.data.db.command.AbstractCommand
-
- com.sqlapp.data.db.command.html.AbstractSchemaFileCommand
-
- com.sqlapp.data.db.command.html.UpdateDictionariesCommand
-
- すべての実装されたインタフェース:
java.lang.Runnable
public class UpdateDictionariesCommand extends AbstractSchemaFileCommand
-
-
フィールドの概要
-
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 UpdateDictionariesCommand()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected voidcreate(com.sqlapp.data.schemas.Catalog catalog)protected voidcreateProperties(com.sqlapp.data.schemas.Catalog catalog, MenuDefinition menuDefinition, java.util.function.Function<java.lang.Object,java.lang.String> nameFunc)java.util.function.Predicate<java.lang.String>getWithSchema()booleanisOutputRemarksAsDisplayName()voidsetOutputRemarksAsDisplayName(boolean outputRemarksAsDisplayName)voidsetWithSchema(java.util.function.Predicate<java.lang.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, getContext, getConvertHandler, getErr, getExceptionHandler, initialize, initializeContext, println, run, setConvertHandler, setExceptionHandler
-
-
-
-
メソッドの詳細
-
create
protected void create(com.sqlapp.data.schemas.Catalog catalog)
- 定義:
createクラス内AbstractSchemaFileCommand
-
createProperties
protected void createProperties(com.sqlapp.data.schemas.Catalog catalog, MenuDefinition menuDefinition, java.util.function.Function<java.lang.Object,java.lang.String> nameFunc) throws java.lang.Exception- 例外:
java.lang.Exception
-
getWithSchema
public java.util.function.Predicate<java.lang.String> getWithSchema()
- 戻り値:
- the withSchema
-
isOutputRemarksAsDisplayName
public boolean isOutputRemarksAsDisplayName()
- 戻り値:
- the outputRemarksAsDisplayName
-
setOutputRemarksAsDisplayName
public void setOutputRemarksAsDisplayName(boolean outputRemarksAsDisplayName)
- パラメータ:
outputRemarksAsDisplayName- the outputRemarksAsDisplayName to set
-
setWithSchema
public void setWithSchema(java.util.function.Predicate<java.lang.String> withSchema)
- パラメータ:
withSchema- the withSchema to set
-
-