FindBugs™ 1.3.9

edu.umd.cs.findbugs.classfile
Interface IClassObserver

All Known Subinterfaces:
BugReporter
All Known Implementing Classes:
AbstractBugReporter, BugCollectionBugReporter, CategoryFilteringBugReporter, DelegatingBugReporter, EmacsBugReporter, ErrorCountingBugReporter, ExcludingHashesBugReporter, FilterBugReporter, HTMLBugReporter, PrintingBugReporter, RapidTypeAnalysis, SortingBugReporter, SwingGUIBugReporter, 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
 void observeClass(ClassDescriptor classDescriptor)
          Observe a class being visited.
 

Method Detail

observeClass

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

Parameters:
classDescriptor - class being visited

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.