public class

ApplicationPropertiesJiraHomePathLocator

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

Class Overview

JIRA Home path locator that gets the value from the jira-application.properties file and not the database.

Summary

Public Constructors
ApplicationPropertiesJiraHomePathLocator()
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 ApplicationPropertiesJiraHomePathLocator ()

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.