if (_configTracker != null && _configTracker.getServices() != null)
{
for (Object service : _configTracker.getServices())
{
ConfigurationPluginFactory factory = (ConfigurationPluginFactory) service;
services.put(factory.getParentPaths(), factory);
}
}
services.putAll(_configPlugins);