A B E G L O R S U V W 
All Classes All Packages

A

Autolink - Class in org.nibor.autolink
Utility class for processing text with links.
Autolink() - Constructor for class org.nibor.autolink.Autolink
 

B

build() - Method in class org.nibor.autolink.LinkExtractor.Builder
 
builder() - Static method in class org.nibor.autolink.LinkExtractor
 

E

EMAIL - org.nibor.autolink.LinkType
Email address such as [email protected]
emailDomainMustHaveDot(boolean) - Method in class org.nibor.autolink.LinkExtractor.Builder
 
extractLinks(CharSequence) - Method in class org.nibor.autolink.LinkExtractor
Extract the links from the input text.
extractSpans(CharSequence) - Method in class org.nibor.autolink.LinkExtractor
Extract spans from the input text.

G

getBeginIndex() - Method in interface org.nibor.autolink.Span
 
getEndIndex() - Method in interface org.nibor.autolink.Span
 
getType() - Method in interface org.nibor.autolink.LinkSpan
 

L

LinkExtractor - Class in org.nibor.autolink
Extracts links from input.
LinkExtractor.Builder - Class in org.nibor.autolink
Builder for configuring link extractor.
LinkRenderer - Interface in org.nibor.autolink
LinkSpan - Interface in org.nibor.autolink
Information for an extracted link.
LinkType - Enum in org.nibor.autolink
Type of extracted link.
linkTypes(Set<LinkType>) - Method in class org.nibor.autolink.LinkExtractor.Builder
 

O

org.nibor.autolink - module org.nibor.autolink
 
org.nibor.autolink - package org.nibor.autolink
Extract links such as URLs and email addresses from plain text (see LinkExtractor) and process the text by rendering the links (see Autolink).

R

render(LinkSpan, CharSequence, StringBuilder) - Method in interface org.nibor.autolink.LinkRenderer
Deprecated.
Render the supplied link of the input text to the supplied output.
renderLinks(CharSequence, Iterable<LinkSpan>, LinkRenderer) - Static method in class org.nibor.autolink.Autolink

S

Span - Interface in org.nibor.autolink
A reference to a piece of the input text, either a link (see LinkSpan) or plain text.

U

URL - org.nibor.autolink.LinkType
URL such as http://example.com

V

valueOf(String) - Static method in enum org.nibor.autolink.LinkType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nibor.autolink.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WWW - org.nibor.autolink.LinkType
URL such as www.example.com
A B E G L O R S U V W 
All Classes All Packages