| Package | Description |
|---|---|
| com.linkedin.urls.detection |
| Modifier and Type | Method and Description |
|---|---|
static UrlDetectorOptions |
UrlDetectorOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlDetectorOptions[] |
UrlDetectorOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UrlDetectorOptions.hasFlag(UrlDetectorOptions flag)
Checks if the current options have the specified flag.
|
| Constructor and Description |
|---|
DomainNameReader(InputTextReader reader,
StringBuilder buffer,
String current,
UrlDetectorOptions options,
com.linkedin.urls.detection.DomainNameReader.CharacterHandler characterHandler)
Creates a new instance of the DomainNameReader object.
|
UrlDetector(String content,
UrlDetectorOptions options)
Creates a new UrlDetector object used to find urls inside of text.
|
Copyright © 2016. All rights reserved.