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

Method setBaseUrl

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

Sets the value of the 'baseUrl' field. The original associated with this WebPage. @param value the value to set.

(java.lang.CharSequence value)

Source from the content-addressed store, hash-verified

253 * The original associated with this WebPage. * @param value the value to set.
254 */
255 public void setBaseUrl(java.lang.CharSequence value) {
256 this.baseUrl = value;
257 setDirty(0);
258 }
259
260 /**
261 * Checks the dirty status of the 'baseUrl' field. A field is dirty if it represents a change that has not yet been written to the database.

Callers 15

testRelTagParserMethod · 0.95
getOutlinksMethod · 0.95
testItMethod · 0.95
getTextContentMethod · 0.95
testItMethod · 0.95
testItMethod · 0.95
testItMethod · 0.95
testItMethod · 0.95
mainMethod · 0.95
parseMetaTagsMethod · 0.95
pageMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by 15

testRelTagParserMethod · 0.76
getOutlinksMethod · 0.76
testItMethod · 0.76
getTextContentMethod · 0.76
testItMethod · 0.76
testItMethod · 0.76
testItMethod · 0.76
testItMethod · 0.76
parseMetaTagsMethod · 0.76
pageMethod · 0.76
pageTestMethod · 0.76
getPageMethod · 0.76