FindBugs™ 1.3.9

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
 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

FindBugs™ 1.3.9

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