Interface Detection<T>

All Known Implementing Classes:
LOTLLocationChangeDetection, OJUrlChangeDetection, TLExpirationDetection, TLParsingErrorDetection, TLSignatureErrorDetection

public interface Detection<T>
  • Method Summary

    Modifier and Type Method Description
    boolean detect​(T info)
    Detect if there is any change or problem with a specific LOTL or TL
  • Method Details

    • detect

      boolean detect​(T info)
      Detect if there is any change or problem with a specific LOTL or TL
      Parameters:
      info - the current LOTLInformation or TLInformation to be checked for changes/problems
      Returns:
      true if the current change/problem to be checked is found and false otherwise