クラス AbstractSchemaFileCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.html.AbstractSchemaFileCommand
- すべての実装されたインタフェース:
Runnable
- 直系の既知のサブクラス:
GenerateHtmlCommand,UpdateDictionariesCommand
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected abstract voidcreate(com.sqlapp.data.schemas.Catalog catalog) protected voiddoRun()com.sqlapp.data.schemas.Catalogprotected StringgetFullName(Object obj, boolean withSchemaName) com.sqlapp.util.JsonConverterString[]protected Stringprotected FileloadProperties(MenuDefinition menuDefinition, String type, Properties properties) protected voidsetCatalog(com.sqlapp.data.schemas.Catalog catalog) voidsetCsvEncoding(String csvEncoding) voidsetDictionaryFileDirectory(File dictionaryFileDirectory) voidsetDictionaryFileType(String dictionaryFileType) voidsetJsonConverter(com.sqlapp.util.JsonConverter jsonConverter) voidsetTargetFile(File targetFile) クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
AbstractSchemaFileCommand
protected AbstractSchemaFileCommand()
-
-
メソッドの詳細
-
getKeywords
- 戻り値:
- the keywords
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-
create
- 例外:
Exception
-
getFullName
-
getName
-
loadProperties
protected File loadProperties(MenuDefinition menuDefinition, String type, Properties properties) throws Exception - 例外:
Exception
-
setCatalog
protected void setCatalog(com.sqlapp.data.schemas.Catalog catalog) -
getCatalog
public com.sqlapp.data.schemas.Catalog getCatalog() -
getTargetFile
- 戻り値:
- the targetFile
-
setTargetFile
- パラメータ:
targetFile- the targetFile to set
-
getDictionaryFileDirectory
- 戻り値:
- the dictionaryFileDirectory
-
setDictionaryFileDirectory
- パラメータ:
dictionaryFileDirectory- the dictionaryFileDirectory to set
-
getDictionaryFileType
- 戻り値:
- the dictionaryFileType
-
setDictionaryFileType
- パラメータ:
dictionaryFileType- the dictionaryFileType to set
-
getCsvEncoding
- 戻り値:
- the csvEncoding
-
setCsvEncoding
- パラメータ:
csvEncoding- the csvEncoding to set
-
getJsonConverter
public com.sqlapp.util.JsonConverter getJsonConverter()- 戻り値:
- the jsonConverter
-
setJsonConverter
public void setJsonConverter(com.sqlapp.util.JsonConverter jsonConverter) - パラメータ:
jsonConverter- the jsonConverter to set
-
getKeywordsMap
- 戻り値:
- the keywordsMap
-