|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
private static interface FindBugs.ClassProducer
Interface for an object representing a source of class files to analyze.
Method Summary | |
---|---|
void |
close()
Close any internal files or streams. |
boolean |
containsSourceFiles()
Did this class producer scan any Java source files? |
org.apache.bcel.classfile.JavaClass |
getNextClass()
Get the next class to analyze. |
Method Detail |
---|
org.apache.bcel.classfile.JavaClass getNextClass() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
- if an IOException occurs
java.lang.InterruptedException
- if the thread is interruptedboolean containsSourceFiles()
void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |