Package edu.umd.cs.findbugs
Interface DetectorFactoryChooser
public interface DetectorFactoryChooser
Predicate for choosing DetectorFactory objects.
- Author:
- David Hovemeyer
-
Method Summary
Modifier and TypeMethodDescriptionbooleanchoose(DetectorFactory factory) Return whether or not given DetectorFactory should be chosen.voidenable(DetectorFactory factory) Enable the factory due to ordering constraints with other enabled detectors
-
Method Details
-
choose
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
Enable the factory due to ordering constraints with other enabled detectors- Parameters:
factory-
-