Uses of Class
org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph

Packages that use PluginDependencyGraph
org.rhq.core.clientapi.agent.metadata   
org.rhq.core.clientapi.descriptor   
 

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

Methods in org.rhq.core.clientapi.agent.metadata that return PluginDependencyGraph
 PluginDependencyGraph PluginDependencyGraph.reduceGraph()
          If the current dependency graph is not yet complete, you can call this method to reduce the graph such that plugins with missing required dependencies are removed and only those plugins whose dependencies exist are in the returned graph.
 

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

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



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