Interface ExternalLinkChecker


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int check​(String uri)
      Checks the given uri.
      LinkInfo checkLink​(String link, boolean force)
      Checks the given link store in the repository and checks it for validity.
      void checkLinks()
      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.