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

Method newBuilder

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

Creates a new WebPage RecordBuilder

()

Source from the content-addressed store, hash-verified

867
868 /** Creates a new WebPage RecordBuilder */
869 public static org.apache.nutch.storage.WebPage.Builder newBuilder() {
870 return new org.apache.nutch.storage.WebPage.Builder();
871 }
872
873 /** Creates a new WebPage RecordBuilder by copying an existing Builder */
874 public static org.apache.nutch.storage.WebPage.Builder newBuilder(org.apache.nutch.storage.WebPage.Builder other) {

Callers 15

mainMethod · 0.95
getRobotRulesSetMethod · 0.95
testRelTagFieldsMethod · 0.95
testRelTagParserMethod · 0.95
setContentTypeMethod · 0.95
mainMethod · 0.95
getOutlinksMethod · 0.95
getRobotRulesSetMethod · 0.95
mainMethod · 0.95
testBasicFieldsMethod · 0.95
testItMethod · 0.95
getTextContentMethod · 0.95

Calls

no outgoing calls

Tested by 15

testRelTagFieldsMethod · 0.76
testRelTagParserMethod · 0.76
setContentTypeMethod · 0.76
getOutlinksMethod · 0.76
testBasicFieldsMethod · 0.76
testItMethod · 0.76
getTextContentMethod · 0.76
testItMethod · 0.76
testItMethod · 0.76
testItMethod · 0.76
testItMethod · 0.76
fetchPageMethod · 0.76