Interface | Description |
---|---|
BuildInfoStore |
Repository of build metadata.
|
OnDiskBuildInfo |
Provides access to the on-disk rule metadata (both "artifact" and "build").
|
Class | Description |
---|---|
BuildInfo |
Shared utilities for
BuildInfoRecorder and OnDiskBuildInfo . |
BuildInfo.MetadataKey | |
BuildInfoRecorder |
Utility for recording the paths to the output files generated by a build rule, as well as any
metadata about those output files.
|
DefaultOnDiskBuildInfo |
Utility for reading the metadata associated with a build rule's output.
|
SQLiteBuildInfoStore |