Interface | Description |
---|---|
UnconfiguredTargetNode |
A target node with attributes kept in a map as oppose to in a structured object like in
TargetNode . |
UnconfiguredTargetNodeWithDeps.UnconfiguredTargetNodeWithDepsUnwrappedMixin |
This mixin is used by JSON serializer to flatten
UnconfiguredTargetNode properties We
cannot use JsonUnwrapped directly on UnconfiguredTargetNodeWithDeps.getUnconfiguredTargetNode() because it is not supported by
typed deserializer |
Class | Description |
---|---|
UnconfiguredTargetNodeWithDeps |
A pair of
UnconfiguredTargetNode and its dependencies |
UnconfiguredTargetNodeWithDepsPackage |
Represents all
UnconfiguredTargetNodeWithDeps that result from parsing a single build
file |