The <allDependants> element may be used as a targeter for the <call>, <uninstall> and <addSnapshot> steps. It identifies the set of installed components that have a declared dependency on the calling component (created through <createDependency>). Only steps within components may use this targeter.
This targeter functions similarly to the addNestedRefs targeter in that it causes the containing step to be mapped over all matching components. Order of the mapping over the dependant components is unspecified.
Name |
Type |
Required |
Configurable |
Description |
---|---|---|---|---|
name |
identifier |
Yes |
No |
The name of a dependency created on this component by other components. |