public class

WebContextJiraHomePathLocator

extends Object
implements JiraHomePathLocator
java.lang.Object
   ↳ com.atlassian.jira.startup.WebContextJiraHomePathLocator

Class Overview

Attempts to find a jira-home configured within our web context.

Summary

Public Constructors
WebContextJiraHomePathLocator()
Public Methods
String getDisplayName()
Returns a user-friendly and readable name for this locator to make support's life easier.
String getJiraHome()
Returns the jira.home path configured via this locator method, or null if none is configured.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.startup.JiraHomePathLocator

Public Constructors

public WebContextJiraHomePathLocator ()

Public Methods

public String getDisplayName ()

Returns a user-friendly and readable name for this locator to make support's life easier.

Returns
  • a user-friendly and readable name for this locator to make support's life easier

public String getJiraHome ()

Returns the jira.home path configured via this locator method, or null if none is configured.

Returns
  • the jira.home path configured via this locator method, or null if none is configured.