Add support for loading a configuration from resources.
Description
Confound needs the facility to load a configuration from a file in resources (e.g. getClass().getResource(). It should support and automatically pick up all the pluggable file formats the file system configuration loading supports.
Confound needs the facility to load a configuration from a file in resources (e.g.
getClass().getResource()
. It should support and automatically pick up all the pluggable file formats the file system configuration loading supports.