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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
selectFactory(DetectorFactory factory)
Is given DetectorFactory selected (as part of an ordering constraint)?
-
-
-
Method Detail
-
selectFactory
boolean selectFactory(DetectorFactory factory)
Is given DetectorFactory selected (as part of an ordering constraint)?- Parameters:
factory
- a DetectorFactory- Returns:
- true if the factory is selected, false otherwise
-
-