It is possible to get the Mapconfiguration object after calling Application::loadConfiguration()?
In the documentation it says that:
The Application class maintains a LayeredConfiguration (available via the config() member function) consisting of:
a MapConfiguration (priority -100) storing application-specific properties, as well as properties from bound command line arguments.
a SystemConfiguration (priority 100)
the configurations loaded with loadConfiguration().
How can i get it from the LayeredConfiguration? Any Ideas?





