linkcheck
library
Functions
-
crawl(List<Uri> seeds, Set<String> hostGlobs, bool shouldCheckExternal, UrlSkipper skipper, bool verbose, bool ansiTerm, Stream stopSignal, Stdout stdout)
→ Future<CrawlResult>
-
-
printStats(CrawlResult result, int broken, int withWarning, int withInfo, int withRedirect, bool showRedirects, bool ansiTerm, Stdout stdout)
→ void
-
-
reportForWriters(CrawlResult result, bool ansiTerm, bool shouldCheckAnchors, bool showRedirects, Stdout stdout)
→ void
-
Writes the reports from the perspective of a website writer - which pages
reference broken links.
-
run(List<String> arguments, Stdout stdout)
→ Future<int>
-
Parses command-line
arguments
and runs the crawl.