Interface SourceCallback

All Known Implementing Classes:
ChainingSourceCallback, CoverageTracingLogger, JsonWriter, UniqueSourceCallback

public interface SourceCallback
Source callback handles parsed source files from coverage reports.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called before source parsing has started.
    void
    Called after all sources are handled.
    void
    onSource(Source source)
    Handles a parsed source file.