Uses of Class
org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor

Packages that use PluginDescriptor
org.rhq.core.clientapi.agent.metadata   
org.rhq.core.clientapi.agent.metadata.i18n   
org.rhq.core.clientapi.descriptor   
org.rhq.core.clientapi.descriptor.plugin   
 

Uses of PluginDescriptor in org.rhq.core.clientapi.agent.metadata
 

Methods in org.rhq.core.clientapi.agent.metadata with parameters of type PluginDescriptor
 Set<ResourceType> PluginMetadataManager.loadPlugin(PluginDescriptor pluginDescriptor)
          Transforms the pluginDescriptor into domain object form and stores into this object's type system.
 

Constructors in org.rhq.core.clientapi.agent.metadata with parameters of type PluginDescriptor
PluginMetadataParser(PluginDescriptor descriptor, Map<String,PluginMetadataParser> parsersByPlugin)
           
 

Uses of PluginDescriptor in org.rhq.core.clientapi.agent.metadata.i18n
 

Methods in org.rhq.core.clientapi.agent.metadata.i18n with parameters of type PluginDescriptor
 void PluginPropertyBundleManager.loadPlugin(PluginDescriptor pluginDescriptor)
           
 

Uses of PluginDescriptor in org.rhq.core.clientapi.descriptor
 

Methods in org.rhq.core.clientapi.descriptor that return PluginDescriptor
static PluginDescriptor AgentPluginDescriptorUtil.loadPluginDescriptorFromUrl(URL pluginJarFileUrl)
          Loads a plugin descriptor from the given plugin jar and returns it.
 

Methods in org.rhq.core.clientapi.descriptor with parameters of type PluginDescriptor
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.
 

Uses of PluginDescriptor in org.rhq.core.clientapi.descriptor.plugin
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return PluginDescriptor
 PluginDescriptor ObjectFactory.createPluginDescriptor()
          Create an instance of PluginDescriptor
 



Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.