Uses of Class
org.nibor.autolink.LinkType
-
Packages that use LinkType Package Description org.nibor.autolink Extract links such as URLs and email addresses from plain text (seeLinkExtractor
) and process the text by rendering the links (seeAutolink
).org.nibor.autolink.internal -
-
Uses of LinkType in org.nibor.autolink
Fields in org.nibor.autolink with type parameters of type LinkType Modifier and Type Field Description private java.util.Set<LinkType>
LinkExtractor.Builder. linkTypes
Methods in org.nibor.autolink that return LinkType Modifier and Type Method Description LinkType
LinkSpan. getType()
static LinkType
LinkType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LinkType[]
LinkType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.nibor.autolink with type arguments of type LinkType Modifier and Type Method Description LinkExtractor.Builder
LinkExtractor.Builder. linkTypes(java.util.Set<LinkType> linkTypes)
-
Uses of LinkType in org.nibor.autolink.internal
Fields in org.nibor.autolink.internal declared as LinkType Modifier and Type Field Description private LinkType
LinkSpanImpl. linkType
Methods in org.nibor.autolink.internal that return LinkType Modifier and Type Method Description LinkType
LinkSpanImpl. getType()
Constructors in org.nibor.autolink.internal with parameters of type LinkType Constructor Description LinkSpanImpl(LinkType linkType, int beginIndex, int endIndex)
-