Interface IHyperlinkDetectorExtension

All Known Implementing Classes:
AbstractHyperlinkDetector, URLHyperlinkDetector

public interface IHyperlinkDetectorExtension
Extends IHyperlinkDetector with ability to dispose a hyperlink detector.

Clients may implement this interface.

Since:
3.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disposes this hyperlink detector.
  • Method Details

    • dispose

      void dispose()
      Disposes this hyperlink detector.