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 Type
    Method
    Description
    boolean
    Is given DetectorFactory selected (as part of an ordering constraint)?
  • Method Details

    • 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