* Returns the instance of <code>PluginFinder</code> for the container to use to locate all plugins to be loaded.
*
* @return <code>PluginFinder</code> instance.
*/
public PluginFinder getPluginFinder() {
PluginFinder pluginFinder = (PluginFinder) configuration.get(PLUGIN_FINDER_PROP);
return pluginFinder;
}