edu.umd.cs.findbugs
public interface DetectorFactoryChooser
| 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 |
Parameters: factory the DetectorFactory
Returns: true if the DetectorFactory should be chosen, false if not
Parameters: factory