Class WebcrawlerConnector.ProcessActivityXMLHandler
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.ProcessActivityLinkHandler
-
- org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.ProcessActivityXMLHandler
-
- All Implemented Interfaces:
IDiscoveredLinkHandler,IXMLHandler
- Enclosing class:
- WebcrawlerConnector
protected class WebcrawlerConnector.ProcessActivityXMLHandler extends WebcrawlerConnector.ProcessActivityLinkHandler implements IXMLHandler
Class that describes XML handling
-
-
Field Summary
-
Fields inherited from class org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.ProcessActivityLinkHandler
activities, baseDocumentIdentifier, contextDescription, documentIdentifier, filter, linkType
-
-
Constructor Summary
Constructors Constructor Description ProcessActivityXMLHandler(java.lang.String documentIdentifier, org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities, WebcrawlerConnector.DocumentURLFilter filter)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnoteDiscoveredTtlValue(java.lang.String rawTtlValue)Inform the world of a discovered ttl value.booleanshouldIndex()-
Methods inherited from class org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.ProcessActivityLinkHandler
noteDiscoveredBase, noteDiscoveredLink
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.IDiscoveredLinkHandler
noteDiscoveredBase, noteDiscoveredLink
-
-
-
-
Constructor Detail
-
ProcessActivityXMLHandler
public ProcessActivityXMLHandler(java.lang.String documentIdentifier, org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities, WebcrawlerConnector.DocumentURLFilter filter)Constructor.
-
-
Method Detail
-
shouldIndex
public boolean shouldIndex()
-
noteDiscoveredTtlValue
public void noteDiscoveredTtlValue(java.lang.String rawTtlValue) throws org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionInform the world of a discovered ttl value.- Specified by:
noteDiscoveredTtlValuein interfaceIXMLHandler- Parameters:
rawTtlValue- is the raw discovered ttl value. Null indicates we should set the default.- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
-