|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
boolean |
hasNext()
Return true if there is another resource to be scanned, false otherwise. |
ICodeBaseEntry |
next()
Get the ICodeBaseEntry representing the next resource in the code base. |
Method Detail |
---|
boolean hasNext() throws java.lang.InterruptedException
java.lang.InterruptedException
ICodeBaseEntry next() throws java.lang.InterruptedException
java.lang.InterruptedException
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |