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

Method getId

src/java/org/apache/nutch/plugin/Extension.java:89–91  ·  view source on GitHub ↗

Return the unique id of the extension. @return String

()

Source from the content-addressed store, hash-verified

87 * @return String
88 */
89 public String getId() {
90 return fId;
91 }
92
93 /**
94 * Adds a attribute and is only used until model creation at plugin system

Callers 9

getExtensionInstanceMethod · 0.95
getParserByIdMethod · 0.95
matchExtensionsMethod · 0.95
getURLNormalizersMethod · 0.95
displayStatusMethod · 0.45
getParsersMethod · 0.45
matchMethod · 0.45
getExtensionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected