Package com.norconex.collector.http.link
Class Link
java.lang.Object
com.norconex.collector.http.link.Link
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetUrl()inthashCode()voidsetMetadata(Properties data) voidsetReferrer(String referrer) toString()
-
Constructor Details
-
Link
-
-
Method Details