public class

JiraHomeLocator

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

Summary

Nested Classes
class JiraHomeLocator.SystemJiraHome  
Public Constructors
JiraHomeLocator()
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 JiraHomeLocator ()

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.