java.lang.Object
com.norconex.crawler.web.doc.operations.link.Link
All Implemented Interfaces:
Comparable<Link>

public class Link extends Object implements Comparable<Link>
Represents a link extracted from a document. A link is typically a URL, with optional metadata associated with it, such as the referrer, text and markup tag used to hold the URL.
  • Constructor Details

    • Link

      public Link(String url)
  • Method Details