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