public class MergedTargetGraph extends DirectedAcyclicGraph<MergedTargetNode>
UnflavoredBuildTarget.
This utility exists to support legacy configured buck query, and should not be used
for anything else.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<UnflavoredBuildTarget,MergedTargetNode> |
getIndex() |
static MergedTargetGraph |
merge(DirectedAcyclicGraph<TargetNode<?>> targetGraph)
Group notes by
UnflavoredBuildTarget. |
equals, getIncomingNodesFor, getNodes, getNodesWithNoIncomingEdges, getNodesWithNoOutgoingEdges, getOutgoingEdges, getOutgoingNodesFor, hashCodepublic com.google.common.collect.ImmutableMap<UnflavoredBuildTarget,MergedTargetNode> getIndex()
public static MergedTargetGraph merge(DirectedAcyclicGraph<TargetNode<?>> targetGraph)
UnflavoredBuildTarget.