Package com.atlassian.jira.startup
Class WebContextJiraHomePathLocator
java.lang.Object
com.atlassian.jira.startup.WebContextJiraHomePathLocator
- All Implemented Interfaces:
JiraHomePathLocator
Attempts to find a jira-home configured within our web context.
- Since:
- v4.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.startup.JiraHomePathLocator
JiraHomePathLocator.Property
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a user-friendly and readable name for this locator to make support's life easier.Returns the jira.home path configured via this locator method, or null if none is configured.
-
Constructor Details
-
WebContextJiraHomePathLocator
public WebContextJiraHomePathLocator()
-
-
Method Details
-
getJiraHome
Description copied from interface:JiraHomePathLocator
Returns the jira.home path configured via this locator method, or null if none is configured.- Specified by:
getJiraHome
in interfaceJiraHomePathLocator
- Returns:
- the jira.home path configured via this locator method, or null if none is configured.
-
getDisplayName
Description copied from interface:JiraHomePathLocator
Returns a user-friendly and readable name for this locator to make support's life easier.- Specified by:
getDisplayName
in interfaceJiraHomePathLocator
- Returns:
- a user-friendly and readable name for this locator to make support's life easier
-