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

Method toString

src/java/org/apache/nutch/parse/Outlink.java:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public String toString() {
79 return "toUrl: " + toUrl + " anchor: " + anchor; // removed "\n". toString,
80 // not printLine... WD.
81 }
82
83}

Callers 11

parsePluginFolderMethod · 0.45
PluginRepositoryMethod · 0.45
getClassLoaderMethod · 0.45
getResourceStringMethod · 0.45
getParserByIdMethod · 0.45
matchExtensionsMethod · 0.45
getParseMethod · 0.45
runMethod · 0.45
isTruncatedMethod · 0.45
getBatchIdFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected