Class WebcrawlerConnector.ProcessActivityXMLHandler

    • 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.ManifoldCFException
        Inform the world of a discovered ttl value.
        Specified by:
        noteDiscoveredTtlValue in interface IXMLHandler
        Parameters:
        rawTtlValue - is the raw discovered ttl value. Null indicates we should set the default.
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException