Interface HelpUrlBuilder.Factory

All Known Implementing Classes:
SimpleHelpUrlBuilder.Factory
Enclosing interface:
HelpUrlBuilder

@ThreadSafe public static interface HelpUrlBuilder.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String prefix, String suffix)
    Create a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.
  • Method Details

    • get

      HelpUrlBuilder get(String prefix, String suffix)
      Create a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.
      Parameters:
      prefix - the prefix to prepend to any generated URL.
      suffix - the suffix to append to any generated URL.
      Returns:
      a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.