Class DetectorProvider

All Implemented Interfaces:
Configurable, Findable, IDetectorProvider

  • Constructor Details

    • DetectorProvider

      public DetectorProvider()
  • Method Details

    • addAvailableDetector

      public void addAvailableDetector(Detector detector)
    • configure

      public void configure()
      Description copied from class: ConfigurableBase
      Default implementation for classes that do not have to do any specific configuration.
      Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.
      Specified by:
      configure in interface Configurable
      Overrides:
      configure in class ConfigurableBase
    • getDetectorProxy

      public DetectorProxy getDetectorProxy()
    • setDetectorProxy

      public void setDetectorProxy(DetectorProxy detectorProxy)
    • setCurrentDetector

      public void setCurrentDetector(Detector detector)
      Specified by:
      setCurrentDetector in interface IDetectorProvider
    • findAvailableDetectors

      public void findAvailableDetectors()
      Specified by:
      findAvailableDetectors in interface IDetectorProvider