|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.plan.AnalysisPass
public class AnalysisPass
An analysis pass in the overall ExecutionPlan. This is a list of Detectors to be applied to analyzed classes.
ExecutionPlan
Field Summary | |
---|---|
private java.util.LinkedList<DetectorFactory> |
factoryList
|
Constructor Summary | |
---|---|
AnalysisPass()
Constructor. |
Method Summary | |
---|---|
void |
addDetectorFactory(DetectorFactory factory)
Add a DetectorFactory to the end of the pass. |
void |
clear()
Clear out all of the DetectorFactory objects. |
java.util.Iterator<DetectorFactory> |
detectorFactoryIterator()
Get an Iterator over the DetectorFactory objects in the pass. |
java.util.List<DetectorFactory> |
getDetectorFactoryList()
Get the List of DetectorFactory objects in the pass. |
void |
prependDetectorFactory(DetectorFactory factory)
Add a DetectorFactory to the beginning of the pass. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.LinkedList<DetectorFactory> factoryList
Constructor Detail |
---|
public AnalysisPass()
Method Detail |
---|
public void addDetectorFactory(DetectorFactory factory)
factory
- the DetectorFactorypublic void prependDetectorFactory(DetectorFactory factory)
factory
- the DetectorFactorypublic java.util.List<DetectorFactory> getDetectorFactoryList()
public java.util.Iterator<DetectorFactory> detectorFactoryIterator()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |