Skip navigation links
A B E G L O R V 

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

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.

G

getBeginIndex() - Method in interface org.nibor.autolink.LinkSpan
 
getEndIndex() - Method in interface org.nibor.autolink.LinkSpan
 
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
Renderer for a link.
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 - 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
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
Render the supplied links from the supplied input text using a renderer.

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.
A B E G L O R V 
Skip navigation links

Copyright © 2016. All rights reserved.