Interface IClassPathBuilderProgress

All Known Subinterfaces:
DiscoverSourceDirectories.Progress, FindBugsProgress
All Known Implementing Classes:
NoOpFindBugsProgress, TextUIProgressCallback

public interface IClassPathBuilderProgress
Progress callback interface for classpath construction.
Author:
David Hovemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Report that FindBugs has finished scanning an archive in order to add its classes to the repository.
    void
    Report that FindBugs has started scanning an archive in order to add its classes to the repository.
  • Method Details

    • startArchive

      void startArchive(String name)
      Report that FindBugs has started scanning an archive in order to add its classes to the repository.
    • finishArchive

      void finishArchive()
      Report that FindBugs has finished scanning an archive in order to add its classes to the repository.