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

Method getAttribute

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

Returns a attribute value, that is setuped in the manifest file and is definied by the extension point xml schema. @param pKey a key @return String a value

(String pKey)

Source from the content-addressed store, hash-verified

69 * @return String a value
70 */
71 public String getAttribute(String pKey) {
72 return fAttributes.get(pKey);
73 }
74
75 /**
76 * Returns the full class name of the extension point implementation

Callers 15

setConfMethod · 0.95
setConfMethod · 0.95
setConfMethod · 0.95
setConfMethod · 0.95
findExtensionMethod · 0.95
parsePluginMethod · 0.45
parseRequiresMethod · 0.45
parseLibrariesMethod · 0.45
parseExtensionPointsMethod · 0.45
parseExtensionMethod · 0.45
parseMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 1