this.jarURL = jarURL;
this.name = attributes.getValue(PLUGIN_NAME);
this.pluginClassName = attributes.getValue(PLUGIN_CLASS);
if (name == null || pluginClassName == null) {
throw new MalformedManifestJar("Missing inforrmations in Manifest");
}
LOGGER.debug("Plug-in {} created", name);
}