Interface ICodeBaseIterator

All Known Implementing Classes:
DelegatingCodeBaseIterator, JrtfsCodeBase.JrtfsCodeBaseIterator

public interface ICodeBaseIterator
Iterator over the resources in an IScannableCodeBase. Note that some of the methods can throw InterruptedException. This occurs when the analysis is canceled by interrupting the analysis thread.

Note that the close() method must be called when done with an ICodeBaseIterator object.

Author:
David Hovemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return true if there is another resource to be scanned, false otherwise.
    Get the ICodeBaseEntry representing the next resource in the code base.
  • Method Details