public final class LinkOptionSupport extends Object
LinkOptions.| Modifier and Type | Method and Description |
|---|---|
static boolean |
followLinks(LinkOption... options)
Returns whether or not the given link options indicate that links should be followed.
|
public static boolean followLinks(LinkOption... options)
options - The link options to check.false if one of the given link options is LinkOption.NOFOLLOW_LINKS, or true otherwise.Copyright © 2016–2020. All rights reserved.