public class DefaultLocalHelpUrls extends Object implements LocalHelpUrls
Constructor and Description |
---|
DefaultLocalHelpUrls() |
Modifier and Type | Method and Description |
---|---|
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.
|
@Nonnull public Iterable<HelpUrl> parse(@Nonnull Properties properties)
LocalHelpUrls
parse
in interface LocalHelpUrls
properties
- the properties to parse.HelpUrl
objects contained in the passed properties.@Nonnull public Iterable<HelpUrl> load()
LocalHelpUrls
load
in interface LocalHelpUrls
HelpUrl
objects used in JIRA by default.Copyright © 2002-2018 Atlassian. All Rights Reserved.