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)
LocalHelpUrlsparse in interface LocalHelpUrlsproperties - the properties to parse.HelpUrl objects contained in the passed properties.@Nonnull public Iterable<HelpUrl> load()
LocalHelpUrlsload in interface LocalHelpUrlsHelpUrl objects used in JIRA by default.Copyright © 2002-2021 Atlassian. All Rights Reserved.