com.atlassian.jira.help
Interface LocalHelpUrls

All Known Implementing Classes:
DefaultLocalHelpUrls, MockLocalHelpUrls

public interface LocalHelpUrls

Load JIRA's local help URLs. These are the URLs to the help pages that are built into and served directly by JIRA.

Since:
v6.2.4

Method Summary
 Iterable<HelpUrl> load()
          Load JIRA's default local help URLs.
 Iterable<HelpUrl> parse(Properties properties)
          Load the local help URLs stored in the passed properties.
 

Method Detail

parse

@Nonnull
Iterable<HelpUrl> parse(@Nonnull
                                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.

load

@Nonnull
Iterable<HelpUrl> load()
Load JIRA's default local help URLs.

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.