|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.plan.ExecutionPlan
public class ExecutionPlan
A plan for executing Detectors on an application. Automatically assigns Detectors to passes and orders Detectors within each pass based on ordering constraints specified in the plugin descriptor(s).
Field Summary | |
---|---|
static boolean |
DEBUG
|
Constructor Summary | |
---|---|
ExecutionPlan()
Constructor. |
Method Summary | |
---|---|
void |
addPlugin(Plugin plugin)
Add a Plugin whose Detectors should be added to the execution plan. |
void |
build()
Build the execution plan. |
void |
dispose()
|
int |
getNumPasses()
Get the number of passes in the execution plan. |
static void |
main(java.lang.String[] argv)
|
java.util.Iterator<AnalysisPass> |
passIterator()
Get an Iterator over the AnalysisPasses. |
void |
setDetectorFactoryChooser(DetectorFactoryChooser factoryChooser)
Set the DetectorFactoryChooser to use to select which detectors to enable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
Constructor Detail |
---|
public ExecutionPlan()
Method Detail |
---|
public void dispose()
public void setDetectorFactoryChooser(DetectorFactoryChooser factoryChooser)
public void addPlugin(Plugin plugin) throws OrderingConstraintException
OrderingConstraintException
public void build() throws OrderingConstraintException
OrderingConstraintException
public java.util.Iterator<AnalysisPass> passIterator()
public int getNumPasses()
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |