public class PluginTransformer extends Object
Plugin object.| Constructor and Description |
|---|
PluginTransformer() |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.plugin.Plugin |
toPlugin(PluginDescriptor pluginDescriptor,
URL pluginURL)
Takes the given plugin descriptor and plugin JAR file URL and converts them into a
Plugin object. |
public org.rhq.core.domain.plugin.Plugin toPlugin(PluginDescriptor pluginDescriptor, URL pluginURL)
Plugin object. This method does not set the content property
of the plugin.pluginDescriptor - The plugin descriptor from which to create the pluginpluginURL - The URL of the plugin JAR file from which to create the pluginPluginTransformException - if any IO errors occur trying to read the JAR file or if a version not in the
plugin descriptor or in the plugin JAR manifestCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.