Tabnine Logo
ConfigurationManager.setConfiguration
Code IndexAdd Tabnine to your IDE (free)

How to use
setConfiguration
method
in
org.tinygroup.config.ConfigurationManager

Best Java code snippets using org.tinygroup.config.ConfigurationManager.setConfiguration (Showing top 2 results out of 315)

origin: org.tinygroup/org.tinygroup.config

  public static void setValue(String key, String value) {
    ConfigurationManager manager = ConfigurationUtil.getConfigurationManager();
    manager.setConfiguration(key, value);
  }
}
origin: org.tinygroup/org.tinygroup.weblayerbase

ConfigurationUtil.getConfigurationManager().setConfiguration(
    "TINY_WEBROOT", webRootPath);
logger.logMessage(LogLevel.INFO, "应用参数<TINY_WEBROOT>=<{}>", webRootPath);
org.tinygroup.configConfigurationManagersetConfiguration

Javadoc

设置KeyValue形式的值

Popular methods of ConfigurationManager

  • getConfiguration
    返回key对应的配置信息
  • getApplicationConfiguration
    返回管理器的应用配置
  • replace
    重新加载应用配置信息,进行变量替换,然后返回变量替换后的配置信息作为新的应用配置信息
  • setApplicationConfiguration
    给配置管理器设置应用配置信息
  • clear
  • distributeConfiguration
    分发应用配置 应用配置会促使配置管理器把配置信息推送到配置订阅者
  • getApplicationConfig
    获取应用配置
  • getApplicationPropertiesMap
  • getApplicationProperty
  • getComponentConfigurationMap
    以map数据结构返回配置管理器关联的所有组件配置信息
  • loadComponentConfig
    添加组件配置
  • setApplicationProperty
  • loadComponentConfig,
  • setApplicationProperty,
  • setComponentConfiguration,
  • setConfigurationList

Popular in Java

  • Making http post requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • startActivity (Activity)
  • setRequestProperty (URLConnection)
  • Kernel (java.awt.image)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Notification (javax.management)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now