Default implementation of Configuration - creates and delegates to other configurations by using an internal
DelegatingConfiguration .
author: Rickard �berg author: Jason Carreira author: Bill Lynch (docs)
Creates a new DefaultConfiguration object by loading all property files
and creating an internal
DelegatingConfiguration object. All calls to get and set
in this class will call that configuration object.