Interface LinkCheckerTransformationConfiguration


  • @Role
    public interface LinkCheckerTransformationConfiguration
    Configuration options for the Link Checker Transformation.
    Since:
    3.3M2
    Version:
    $Id: b944b3d4668afe1fc291d6121bc9f245e2f58e10 $
    • Method Detail

      • getCheckTimeout

        long getCheckTimeout()
        Returns:
        the amount of time (in ms) after which a link should be rechecked for validity
      • setCheckTimeout

        void setCheckTimeout​(long checkTimeout)
        Parameters:
        checkTimeout - the time after which a link should be checked again for validity
      • getExcludedReferencePatterns

        List<Pattern> getExcludedReferencePatterns()
        Returns:
        the list of document references regexes for which we don't check links (this is used for example to ensure that the page listing all link statuses is itself excluded ;))