Class NinjaContext

    • Method Detail

      • initializeLogging

        public Log initializeLogging​(LogTarget target)
      • setLog

        public void setLog​(Log log)
      • getApplicationContext

        public org.springframework.context.ApplicationContext getApplicationContext()
      • getOptions

        public <T> T getOptions​(Class<T> type)
      • getAllOptions

        public List<Object> getAllOptions()
      • isVerbose

        public boolean isVerbose()
      • isBatchMode

        public boolean isBatchMode()
      • isUserMode

        public boolean isUserMode()
      • getCharset

        public Charset getCharset()
      • getLog

        public Log getLog()