Class TLParsingErrorDetection

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

public class TLParsingErrorDetection extends Object implements AlertDetector<TLInfo>
Detects an error on TL parsing
  • Constructor Details

    • TLParsingErrorDetection

      public TLParsingErrorDetection()
      Default constructor
  • Method Details

    • detect

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