| Interface | Description |
|---|---|
| BuildFileParseExceptionData | |
| BuildFileParseExceptionStackTraceEntry | |
| BuildFilePythonResult |
Immutable value type used to hold the parsed and deserialized output of
buck.py. |
| BuildFileSyntaxError |
| Class | Description |
|---|---|
| JsonConcatenate | |
| JsonConcatenateStep | |
| JsonObjectHashing |
Hashes parsed BUCK file objects.
|
| ProjectBuildFileParseEvents |
Events posted before and after running buck.py.
|
| ProjectBuildFileParseEvents.Finished |
Event posted immediately after buck.py exits having parsed BUCK files.
|
| ProjectBuildFileParseEvents.Started |
Event posted immediately before launching buck.py to parse BUCK files.
|
| TargetCountVerificationParserDecorator |
Delegates to the aggregated parser to do the parsing, while warning the numbers of targets
exceeds a threshold.
|