public interface UntrackedHeaderReporter
When preprocessing/compiling, we may encounter some headers that are missing from BUCK file. If the file is not whitelisted classes implementing this interface generate the message for this error.
Modifier and Type | Method and Description |
---|---|
String |
getErrorReport(SourcePathResolverAdapter pathResolver,
Path header) |
boolean |
isDetailed() |
boolean isDetailed()
String getErrorReport(SourcePathResolverAdapter pathResolver, Path header) throws IOException
Exception
- in case there is some error while generating the report. Some reporters
access the disk, which can fail.IOException