com.neeve.config
Class ConfigGlobal
java.lang.Object
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.
ConfigGlobal
public ConfigGlobal()
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.