Class OJUrlChangeDetection

java.lang.Object
eu.europa.esig.dss.tsl.alerts.detections.OJUrlChangeDetection
All Implemented Interfaces:
AlertDetector<LOTLInfo>

public class OJUrlChangeDetection extends Object implements AlertDetector<LOTLInfo>
Detects a change of the OJ URL change
  • Constructor Details

    • OJUrlChangeDetection

      public OJUrlChangeDetection(LOTLSource lotlSource)
      Default constructor
      Parameters:
      lotlSource - LOTLSource
  • Method Details

    • detect

      public boolean detect(LOTLInfo info)
      Description copied from interface: AlertDetector
      Detect if an alert must be executed
      Specified by:
      detect in interface AlertDetector<LOTLInfo>
      Parameters:
      info - to execute detection on
      Returns:
      TRUE if the alert must be executed, FALSE otherwise