new Object[] {plugin.getClass().getName()});
return Optional.absent();
}
// Hypervisor friendly name must be informed
if (isNullOrEmpty(metadata.friendlyName()))
{
LOG.error("The friendly name of the plugin {} is null or empty. Ignoring this plugin",
new Object[] {metadata.type()});
return Optional.absent();
}