public class ActionGraphSerializer extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ActionGraphSerializer.ActionGraphData
Data object that is used to serialize action graph information into a file
|
Constructor and Description |
---|
ActionGraphSerializer(BuildRuleResolver buildRuleResolver,
com.google.common.collect.ImmutableSet<BuildTarget> buildTargets,
Path outputPath) |
Modifier and Type | Method and Description |
---|---|
void |
serialize()
Serializes action graph into given
outputPath |
public ActionGraphSerializer(BuildRuleResolver buildRuleResolver, com.google.common.collect.ImmutableSet<BuildTarget> buildTargets, Path outputPath)