Package com.atlassian.jira.startup
Interface JiraHomePathLocator
- All Known Implementing Classes:
ApplicationPropertiesJiraHomePathLocator
,CompositeJiraHomePathLocator
,JiraHomeLocator
,SystemPropertyJiraHomePathLocator
,WebContextJiraHomePathLocator
public interface JiraHomePathLocator
Implementations of this interface will be able to find a configured jira.home directory in one particular way.
- Since:
- v4.0
-
Nested Class Summary
Nested Classes -
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.
-
Method Details
-
getJiraHome
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.
-
getDisplayName
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
-