edu.umd.cs.findbugs.classfile

Interface IClassPathBuilderProgress

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void finishArchive()
      Report that FindBugs has finished scanning an archive in order to add its classes to the repository.
      void startArchive(String name)
      Report that FindBugs has started scanning an archive in order to add its classes to the repository.
    • Method Detail

      • 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.

Copyright © 2003–2015. All rights reserved.