|
||||||||||
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
Constructor Summary | |
---|---|
AnalysisPass()
Constructor. |
Method Summary | |
---|---|
void |
addToPass(DetectorFactory factory)
Make given DetectorFactory a member of this pass. |
void |
append(DetectorFactory factory)
Append the given DetectorFactory to the end of the ordered detector list. |
boolean |
contains(DetectorFactory factory)
Return whether or not this pass contains the given DetectorFactory. |
void |
createDetectors(BugReporter bugReporter)
Create all of the Detectors in this analysis pass. |
Detector[] |
getDetectorList()
Get list of all Detectors. |
java.util.Collection<DetectorFactory> |
getMembers()
Get the members of this pass. |
java.util.Set<DetectorFactory> |
getUnpositionedMembers()
Get Set of pass members which haven't been assigned a position in the pass. |
java.util.Iterator<DetectorFactory> |
iterator()
Get an Iterator over the DetectorFactory objects in the pass, in their assigned order. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisPass()
Method Detail |
---|
public void addToPass(DetectorFactory factory)
factory
- a DetectorFactorypublic void append(DetectorFactory factory)
factory
- a DetectorFactorypublic java.util.Collection<DetectorFactory> getMembers()
public java.util.Set<DetectorFactory> getUnpositionedMembers()
public java.util.Iterator<DetectorFactory> iterator()
public boolean contains(DetectorFactory factory)
factory
- the DetectorFactory
public void createDetectors(BugReporter bugReporter)
bugReporter
- BugReporter to pass to the constructor of each created Detectorpublic Detector[] getDetectorList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |