クラス AbstractCommand

    • フィールドの詳細

      • logger

        protected static final org.apache.logging.log4j.Logger logger
    • コンストラクタの詳細

      • AbstractCommand

        public AbstractCommand()
    • メソッドの詳細

      • createJsonConverter

        protected com.sqlapp.util.JsonConverter createJsonConverter()
      • createYamlConverter

        protected com.sqlapp.util.YamlConverter createYamlConverter()
      • run

        public void run()
        定義:
        run インタフェース内 java.lang.Runnable
      • initialize

        protected void initialize()
      • initializeContext

        protected void initializeContext()
      • doRun

        protected abstract void doRun()
      • println

        protected void println​(java.lang.Object obj)
      • getErr

        protected java.io.PrintStream getErr()
        戻り値:
        the err
      • getExceptionHandler

        public com.sqlapp.util.ExceptionHandler getExceptionHandler()
        戻り値:
        the exceptionHandler
      • setExceptionHandler

        public void setExceptionHandler​(com.sqlapp.util.ExceptionHandler exceptionHandler)
        パラメータ:
        exceptionHandler - the exceptionHandler to set
      • getConvertHandler

        public ConvertHandler getConvertHandler()
        戻り値:
        the convertHandler
      • getContext

        public java.util.Map<java.lang.String,​java.lang.Object> getContext()
        戻り値:
        the context
      • setConvertHandler

        public void setConvertHandler​(ConvertHandler convertHandler)
        パラメータ:
        convertHandler - the convertHandler to set