Class LinkChecker


  • public class LinkChecker
    extends Object
    Verifies all the links in a Sitemap.
    Author:
    Joe Walnes, Jörg Schaible
    • Method Detail

      • verify

        public boolean verify()
        Verifies all the links in the site.
        Returns:
        true if all links are valid.
      • verifyLinkHref

        protected boolean verifyLinkHref​(String href)