Class LinkOptionSupport


  • public final class LinkOptionSupport
    extends Object
    A utility class for LinkOptions.
    Author:
    Rob Spoor
    • Method Detail

      • followLinks

        public static boolean followLinks​(LinkOption... options)
        Returns whether or not the given link options indicate that links should be followed.
        Parameters:
        options - The link options to check.
        Returns:
        false if one of the given link options is LinkOption.NOFOLLOW_LINKS, or true otherwise.