MCPcopy Create free account
hub / github.com/apache/nutch / getSitemaps

Method getSitemaps

src/java/org/apache/nutch/storage/WebPage.java:823–825  ·  view source on GitHub ↗

Gets the value of the 'sitemaps' field. Sitemap urls in robot.txt

()

Source from the content-addressed store, hash-verified

821 * Gets the value of the 'sitemaps' field.
822 * Sitemap urls in robot.txt */
823 public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getSitemaps() {
824 return sitemaps;
825 }
826
827 /**
828 * Sets the value of the 'sitemaps' field.

Callers 5

testSitemapDetectMethod · 0.45
runMethod · 0.45
getParseMethod · 0.45
mapMethod · 0.45

Calls

no outgoing calls

Tested by 2

testSitemapDetectMethod · 0.36