public interface

JiraHomePathLocator

com.atlassian.jira.startup.JiraHomePathLocator
Known Indirect Subclasses

Class Overview

Implementations of this interface will be able to find a configured jira.home directory in one particular way.

Summary

Nested Classes
class JiraHomePathLocator.Property  
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.

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.