Interface IDiscoveredLinkHandler

    • Method Detail

      • noteDiscoveredBase

        void noteDiscoveredBase​(java.lang.String rawURL)
                         throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Inform the world of a new base HREF.
        Parameters:
        rawURL - is the new base HREF, in raw form. This may be relative, malformed, etc.
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteDiscoveredLink

        void noteDiscoveredLink​(java.lang.String rawURL)
                         throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Inform the world of a discovered link.
        Parameters:
        rawURL - is the raw discovered url. This may be relative, malformed, or otherwise unsuitable for use until final form is acheived.
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException