}
@SuppressWarnings("unchecked")
private ConfigManagement createStrategy(int resourceId) throws PluginContainerException {
ResourceType resourceType = componentService.getResourceType(resourceId);
ConfigurationFormat format = resourceType.getResourceConfigurationDefinition().getConfigurationFormat();
if (null == format) {
return new LegacyConfigManagement();
}