クラス 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

  • コンストラクタの詳細

    • AbstractSchemaFileCommand

      protected AbstractSchemaFileCommand()
  • メソッドの詳細

    • getKeywords

      public String[] getKeywords()
      戻り値:
      the keywords
    • doRun

      protected void doRun()
      定義:
      doRun クラス内 AbstractCommand
    • create

      protected abstract void create(com.sqlapp.data.schemas.Catalog catalog) throws Exception
      例外:
      Exception
    • getFullName

      protected String getFullName(Object obj, boolean withSchemaName)
    • getName

      protected String getName(Object obj)
    • 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

      protected Map<String,Integer> getKeywordsMap()
      戻り値:
      the keywordsMap