Interface IClassObserver

All Known Subinterfaces:
BugReporter
All Known Implementing Classes:
AbstractBugReporter, BugCollectionBugReporter, BugReportDispatcher, BugReporterDecorator, CategoryFilteringBugReporter, DelegatingBugReporter, EmacsBugReporter, ErrorCountingBugReporter, ExcludingHashesBugReporter, FilterBugReporter, HTMLBugReporter, MaxRankDecorator, PrintingBugReporter, SarifBugReporter, SortingBugReporter, SuppressionDecorator, TextUIBugReporter, XDocsBugReporter, XMLBugReporter

public interface IClassObserver
Observer for classes being visited in some manner. If the observe wishes to load the actual class data (or some analysis of the class) it must explicitly load it from the analysis cache.
Author:
David Hovemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    observeClass(ClassDescriptor classDescriptor)
    Observe a class being visited.
  • Method Details

    • observeClass

      void observeClass(ClassDescriptor classDescriptor)
      Observe a class being visited.
      Parameters:
      classDescriptor - class being visited