com.atlassian.jira.startup
Class MultiTenantJiraHomeLocator

java.lang.Object
  extended by com.atlassian.jira.startup.MultiTenantJiraHomeLocator
All Implemented Interfaces:
JiraHomePathLocator

public class MultiTenantJiraHomeLocator
extends Object
implements JiraHomePathLocator

Since:
v4.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.startup.JiraHomePathLocator
JiraHomePathLocator.Property
 
Constructor Summary
MultiTenantJiraHomeLocator()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTenantJiraHomeLocator

public MultiTenantJiraHomeLocator()
Method Detail

getJiraHome

public String 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 interface JiraHomePathLocator
Returns:
the jira.home path configured via this locator method, or null if none is configured.

getDisplayName

public String 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 interface JiraHomePathLocator
Returns:
a user-friendly and readable name for this locator to make support's life easier


Copyright © 2002-2012 Atlassian. All Rights Reserved.