com.neeve.config
Class ConfigLocal

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

public final class ConfigLocal
extends Object

Manages application configuration properties that have local scope.

Application properties of local scope are comprised of process scope properties plus environment variables plus all '/global' properties configured in the local repository. One special property included in this set of propeties is the 'localhost' property.


Constructor Summary
ConfigLocal()
           
 
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

ConfigLocal

public ConfigLocal()
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.