Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ setContentType
Method
setContentType
src/java/org/apache/nutch/protocol/Content.java:235–237 ·
view source on GitHub ↗
(String contentType)
Source
from the content-addressed store, hash-verified
233
}
234
235
public
void
setContentType(String contentType) {
236
this.contentType = contentType;
237
}
238
239
/** Other protocol-specific data. */
240
public
Metadata getMetadata() {
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected