com.atlassian.jira.startup
Interface JiraHomePathLocator

All Known Implementing Classes:
ApplicationPropertiesJiraHomePathLocator, CompositeJiraHomePathLocator, MultiTenantJiraHomeLocator, SystemPropertyJiraHomePathLocator, SystemTenantJiraHomeLocator, 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
static class JiraHomePathLocator.Property
           
 
Method Summary
 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.
 

Method Detail

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.