protected class WebcrawlerConnector.ProcessActivityXMLHandler extends WebcrawlerConnector.ProcessActivityLinkHandler implements IXMLHandler
activities, baseDocumentIdentifier, contextDescription, documentIdentifier, filter, linkType
Constructor and Description |
---|
ProcessActivityXMLHandler(java.lang.String documentIdentifier,
org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities,
WebcrawlerConnector.DocumentURLFilter filter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
noteDiscoveredTtlValue(java.lang.String rawTtlValue)
Inform the world of a discovered ttl value.
|
boolean |
shouldIndex() |
noteDiscoveredBase, noteDiscoveredLink
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
noteDiscoveredBase, noteDiscoveredLink
public ProcessActivityXMLHandler(java.lang.String documentIdentifier, org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities, WebcrawlerConnector.DocumentURLFilter filter)
public boolean shouldIndex()
public void noteDiscoveredTtlValue(java.lang.String rawTtlValue) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
noteDiscoveredTtlValue
in interface IXMLHandler
rawTtlValue
- is the raw discovered ttl value. Null indicates we should set the default.org.apache.manifoldcf.core.interfaces.ManifoldCFException