Package edu.umd.cs.findbugs.plan
Interface DetectorFactorySelector
- All Known Implementing Classes:
ByInterfaceDetectorFactorySelector
,ReportingDetectorFactorySelector
,SingleDetectorFactorySelector
public interface DetectorFactorySelector
Select one or more DetectorFactories as part of satisfying a Detector
ordering constraint.
- Author:
- David Hovemeyer
-
Method Summary
Modifier and TypeMethodDescriptionboolean
selectFactory
(DetectorFactory factory) Is given DetectorFactory selected (as part of an ordering constraint)?
-
Method Details
-
selectFactory
Is given DetectorFactory selected (as part of an ordering constraint)?- Parameters:
factory
- a DetectorFactory- Returns:
- true if the factory is selected, false otherwise
-