edges property

Map<String, Set<String>> edges
final

File -> the project files it depends on.

ImportGraph.build guarantees every target is also a key. A graph made by hand need not: a target that is not a key is treated as a leaf.

Implementation

final Map<String, Set<String>> edges;