FindBugs™ 1.3.9

edu.umd.cs.findbugs
Interface DetectorFactoryChooser


public interface DetectorFactoryChooser

Predicate for choosing DetectorFactory objects.

Author:
David Hovemeyer

Method Summary
 boolean choose(DetectorFactory factory)
          Return whether or not given DetectorFactory should be chosen.
 void enable(DetectorFactory factory)
          Enable the factory due to ordering constraints with other enabled detectors
 

Method Detail

choose

boolean choose(DetectorFactory factory)
Return whether or not given DetectorFactory should be chosen.

Parameters:
factory - the DetectorFactory
Returns:
true if the DetectorFactory should be chosen, false if not

enable

void enable(DetectorFactory factory)
Enable the factory due to ordering constraints with other enabled detectors

Parameters:
factory -

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.