public class

DefaultLocalHelpUrls

extends Object
implements LocalHelpUrls
java.lang.Object
   ↳ com.atlassian.jira.help.DefaultLocalHelpUrls

Summary

Public Constructors
DefaultLocalHelpUrls()
Public Methods
@Nonnull Iterable<HelpUrl> load()
Load JIRA's default local help URLs.
@Nonnull Iterable<HelpUrl> parse(Properties properties)
Load the local help URLs stored in the passed properties.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.help.LocalHelpUrls

Public Constructors

public DefaultLocalHelpUrls ()

Public Methods

@Nonnull public Iterable<HelpUrl> load ()

Load JIRA's default local help URLs.

Returns
  • the local HelpUrl objects used in JIRA by default.

@Nonnull public Iterable<HelpUrl> parse (Properties properties)

Load the local help URLs stored in the passed properties.

Parameters
properties the properties to parse.
Returns
  • the local HelpUrl objects contained in the passed properties.