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 that return PluginDescriptor
 PluginDescriptor PluginMetadataParser.getDescriptor()
           
 PluginDescriptor PluginMetadataManager.getPluginDescriptor(String pluginName)
          Get the plugin descriptor for the named plugin.
 

Methods in org.rhq.core.clientapi.agent.metadata that return types with arguments of type PluginDescriptor
 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.
 

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

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.
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.
 

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 org.apache.maven.artifact.versioning.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.
 

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-2012 Red Hat, Inc.. All Rights Reserved.