Class Link

java.lang.Object
com.norconex.collector.http.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.
Author:
Pascal Essiembre
  • Constructor Details

    • Link

      public Link(String url)
  • Method Details