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>
-
Constructor Summary
Constructors Constructor Description OJUrlChangeDetection(LOTLSource lotlSource)
-
Method Summary
-
Constructor Details
-
Method Details
-
detect
Description copied from interface:AlertDetector
Detect if an alert must be executed- Specified by:
detect
in interfaceAlertDetector<LOTLInfo>
- Parameters:
info
- to execute detection on- Returns:
- TRUE if the alert must be executed, FALSE otherwise
-