com.neeve.config
Class ConfigGlobal

java.lang.Object
  extended by com.neeve.config.ConfigGlobal

public class ConfigGlobal
extends Object

Manages application configuration properties that have global scope.

Application properties of local scope are comprised of local scope properties plus all '/global' properties configured in the default repository.


Constructor Summary
ConfigGlobal()
           
 
Method Summary
static Properties getProps()
          Get the locally scoped runtime property set.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigGlobal

public ConfigGlobal()
Method Detail

getProps

public static final Properties getProps()
Get the locally scoped runtime property set.

Returns:
The runtime property set.
Threading:
This method is safe for concurrent access by multiple threads


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.