Interface ICodeBaseIterator

    • Method Detail

      • hasNext

        boolean hasNext()
                 throws java.lang.InterruptedException
        Return true if there is another resource to be scanned, false otherwise.
        Returns:
        true if there is another resource to be scanned, false otherwise
        Throws:
        java.lang.InterruptedException
      • next

        ICodeBaseEntry next()
                     throws java.lang.InterruptedException
        Get the ICodeBaseEntry representing the next resource in the code base.
        Returns:
        the ICodeBaseEntry representing the next resource in the code base
        Throws:
        java.lang.InterruptedException