クラス AbstractSchemaFileCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.html.AbstractSchemaFileCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,CsvEncodingProperty,DictionaryFileDirectoryProperty,JsonConverterProperty,TargetFileProperty,YamlConverterProperty,Runnable
- 直系の既知のサブクラス:
GenerateHtmlCommand,UpdateDictionariesCommand
public abstract class AbstractSchemaFileCommand
extends AbstractCommand
implements CsvEncodingProperty, TargetFileProperty, JsonConverterProperty, YamlConverterProperty, DictionaryFileDirectoryProperty
-
フィールドの概要
クラスから継承されたフィールド 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) String[]protected Stringprotected FileloadProperties(MenuDefinition menuDefinition, String type, Properties properties) protected voidsetCatalog(com.sqlapp.data.schemas.Catalog catalog) クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
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() -
getKeywordsMap
- 戻り値:
- the keywordsMap
-