Get the descriptions of components with the named parent having
an insertion point below the given container insertion point.
For example, to get items with insertion point Node.AgentManager.Agent,
pass in Node.AgentManager. Then use
ComponentDescriptions.extractInsertionPointComponent("Node.AgentManager.Agent")
to get just those with the required insertion point. Typical
usage however is for the Node.AgentManager component to pass in its
own insertion point as a way to find its child components.
Note that the returned value is in whatever order the underlying
implementation uses. It is not sorted by priority.
|