| Package | Description |
|---|---|
| org.rhq.core.clientapi.agent.metadata | |
| org.rhq.core.clientapi.agent.metadata.i18n | |
| org.rhq.core.clientapi.descriptor | |
| org.rhq.core.clientapi.descriptor.plugin |
| Modifier and Type | Method and Description |
|---|---|
PluginDescriptor |
PluginMetadataParser.getDescriptor() |
PluginDescriptor |
PluginMetadataManager.getPluginDescriptor(String pluginName)
Get the plugin descriptor for the named plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PluginDescriptor> |
PluginMetadataManager.getEmbeddedExtensions(String parentPlugin)
Returns a map of plugins and their descriptors where those plugins are child extensions of the given
parent plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.rhq.core.domain.resource.ResourceType> |
PluginMetadataManager.loadPlugin(PluginDescriptor pluginDescriptor)
Transforms the pluginDescriptor into domain object form and stores into this object's type system.
|
void |
PluginMetadataManager.storePluginDescriptor(PluginDescriptor descriptor)
This will simply squirrel away the given plugin descriptor for later retrieval
via
PluginMetadataManager.getPluginDescriptor(String). |
| Constructor and Description |
|---|
PluginMetadataParser(PluginDescriptor descriptor,
Map<String,PluginMetadataParser> parsersByPlugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginPropertyBundleManager.loadPlugin(PluginDescriptor pluginDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static PluginDescriptor |
AgentPluginDescriptorUtil.loadPluginDescriptorFromUrl(URL pluginJarFileUrl)
Loads a plugin descriptor from the given plugin jar and returns it.
|
static PluginDescriptor |
AgentPluginDescriptorUtil.parsePluginDescriptor(InputStream is)
Parses a descriptor from InputStream without a validator.
|
static PluginDescriptor |
AgentPluginDescriptorUtil.parsePluginDescriptor(InputStream is,
ValidationEventCollector validationEventCollector)
Parses a descriptor from InputStream without a validator.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AgentPluginDescriptorUtil.addPluginToDependencyGraph(PluginDependencyGraph dependencyGraph,
PluginDescriptor descriptor)
Given an existing dependency graph and a plugin descriptor, this will add that plugin and its dependencies
to the dependency graph.
|
static ComparableVersion |
AgentPluginDescriptorUtil.getPluginVersion(File pluginFile,
PluginDescriptor descriptor)
Returns the version for the plugin represented by the given descriptor/file.
|
org.rhq.core.domain.plugin.Plugin |
PluginTransformer.toPlugin(PluginDescriptor pluginDescriptor,
URL pluginURL)
Takes the given plugin descriptor and plugin JAR file URL and converts them into a
Plugin object. |
| Modifier and Type | Method and Description |
|---|---|
PluginDescriptor |
ObjectFactory.createPluginDescriptor()
Create an instance of
PluginDescriptor |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.