Class TLParsingErrorDetection
java.lang.Object
eu.europa.esig.dss.tsl.alerts.detections.TLParsingErrorDetection
- All Implemented Interfaces:
AlertDetector<TLInfo>
Detects an error on TL parsing
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TLParsingErrorDetection
public TLParsingErrorDetection()Default constructor
-
-
Method Details
-
detect
Description copied from interface:AlertDetector
Detect if an alert must be executed- Specified by:
detect
in interfaceAlertDetector<TLInfo>
- Parameters:
info
- to execute detection on- Returns:
- TRUE if the alert must be executed, FALSE otherwise
-