Interface ExternalLinkChecker


public interface ExternalLinkChecker
Service that validates external links.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Checks the given uri.
    checkLink(String link, boolean force)
    Checks the given link store in the repository and checks it for validity.
    void
    Walks through the links stored in the repository and checks them for validity if necessary or removes them from the repository if they are no longer used.