Uses of Interface
org.nibor.autolink.internal.Scanner
Packages that use Scanner
Package
Description
Extract links such as URLs and email addresses from plain text (see
LinkExtractor) and
process the text by rendering the links (see Autolink).-
Uses of Scanner in org.nibor.autolink
Fields in org.nibor.autolink declared as ScannerModifier and TypeFieldDescriptionprivate final ScannerLinkExtractor.emailScannerprivate final ScannerLinkExtractor.urlScannerprivate final ScannerLinkExtractor.wwwScannerMethods in org.nibor.autolink that return Scanner -
Uses of Scanner in org.nibor.autolink.internal
Classes in org.nibor.autolink.internal that implement ScannerModifier and TypeClassDescriptionclassScan for email address starting from the trigger character "@".classScan for URLs starting from the trigger character ":", requires "://".classScan for WWW addresses such as "www.example.org" starting from the trigger character "w".