|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.FindBugs.SingleClassProducer
private class FindBugs.SingleClassProducer
ClassProducer for single class files.
Field Summary | |
---|---|
private java.net.URL |
url
|
Constructor Summary | |
---|---|
FindBugs.SingleClassProducer(java.net.URL url)
Constructor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.net.URL url
Constructor Detail |
---|
public FindBugs.SingleClassProducer(java.net.URL url)
url
- the single class file to be analyzedMethod Detail |
---|
public org.apache.bcel.classfile.JavaClass getNextClass() throws java.io.IOException, java.lang.InterruptedException
FindBugs.ClassProducer
getNextClass
in interface FindBugs.ClassProducer
java.io.IOException
- if an IOException occurs
java.lang.InterruptedException
- if the thread is interruptedpublic boolean containsSourceFiles()
FindBugs.ClassProducer
containsSourceFiles
in interface FindBugs.ClassProducer
public void close()
FindBugs.ClassProducer
close
in interface FindBugs.ClassProducer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |