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
Methods in org.nibor.autolink that return LinkType Modifier and Type Method Description LinkTypeLinkSpan. getType()static LinkTypeLinkType. valueOf(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.BuilderLinkExtractor.Builder. linkTypes(Set<LinkType> linkTypes) -
Uses of LinkType in org.nibor.autolink.internal
Methods in org.nibor.autolink.internal that return LinkType Modifier and Type Method Description LinkTypeLinkSpanImpl. getType()Constructors in org.nibor.autolink.internal with parameters of type LinkType Constructor Description LinkSpanImpl(LinkType linkType, int beginIndex, int endIndex)
-