Class Link
java.lang.Object
com.norconex.crawler.web.doc.operations.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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanintbooleangetUrl()inthashCode()voidsetMetadata(Properties data) voidsetReferrer(String referrer) toString()
-
Constructor Details
-
Link
-
-
Method Details