| Package | Description |
|---|---|
| org.rhq.core.clientapi.agent.metadata | |
| org.rhq.core.clientapi.descriptor |
| Modifier and Type | Method and Description |
|---|---|
PluginDependencyGraph |
PluginMetadataManager.buildDependencyGraph()
Builds the dependency graph using all known descriptors.
|
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. |
| 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.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.