public class

StaticHelpUrls

extends Object
java.lang.Object
   ↳ com.atlassian.jira.help.StaticHelpUrls

Class Overview

This is used in the Configurator to read the help-paths.properties file.

Note: This object should not be used in JIRA core as real HelpUrls are locale and plugin sensitive. In JIRA just simple inject an instance of HelpUrls and use that.

Summary

Public Constructors
StaticHelpUrls()
Public Methods
static HelpUrls getInstance()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StaticHelpUrls ()

Public Methods

public static HelpUrls getInstance ()