Class DetectorToDetector2Adapter

java.lang.Object
edu.umd.cs.findbugs.DetectorToDetector2Adapter
All Implemented Interfaces:
Detector2, Priorities
Direct Known Subclasses:
NonReportingDetectorToDetector2Adapter

public class DetectorToDetector2Adapter extends Object implements Detector2
An adapter allowing classes implementing the Detector interface to support the new Detector2 interface.
  • Field Details

    • detector

      private final Detector detector
  • Constructor Details

    • DetectorToDetector2Adapter

      public DetectorToDetector2Adapter(Detector detector)
      Constructor.
      Parameters:
      detector - the Detector we want to adapt
  • Method Details