Add static self reference to main class
Status: Beta
Brought to you by:
romanenco
Add function like
.makeGlobal - to place current configuration into static var of ConfigLoader class
Entire application can read data using:
ConfigLoader.getGlobal(). - this will return ConfigLoader instance
.makeGlobal(boolean allowChange) - if false - global config can be set only once