edu.umd.cs.findbugs.plan
Class ByInterfaceDetectorFactorySelector

java.lang.Object
  extended by edu.umd.cs.findbugs.plan.ByInterfaceDetectorFactorySelector
All Implemented Interfaces:
DetectorFactorySelector

public class ByInterfaceDetectorFactorySelector
extends java.lang.Object
implements DetectorFactorySelector

Author:
David Hovemeyer

Constructor Summary
ByInterfaceDetectorFactorySelector(Plugin plugin, java.lang.Class detectorInterface)
           
 
Method Summary
 boolean selectFactory(DetectorFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByInterfaceDetectorFactorySelector

public ByInterfaceDetectorFactorySelector(Plugin plugin,
                                          java.lang.Class detectorInterface)
Method Detail

selectFactory

public boolean selectFactory(DetectorFactory factory)
Specified by:
selectFactory in interface DetectorFactorySelector