Uses of Interface
com.atlassian.jira.startup.JiraHomePathLocator

Packages that use JiraHomePathLocator
com.atlassian.jira.startup   
 

Uses of JiraHomePathLocator in com.atlassian.jira.startup
 

Classes in com.atlassian.jira.startup that implement JiraHomePathLocator
 class ApplicationPropertiesJiraHomePathLocator
          JIRA Home path locator that gets the value from the jira-application.properties file and not the database.
 class CompositeJiraHomePathLocator
           
 class MultiTenantJiraHomeLocator
           
 class SystemPropertyJiraHomePathLocator
          Attempts to find a jira.home configured as a system property.
 class SystemTenantJiraHomeLocator
           
 class WebContextJiraHomePathLocator
          Attempts to find a jira-home configured within our web context.
 

Constructors in com.atlassian.jira.startup with parameters of type JiraHomePathLocator
CompositeJiraHomePathLocator(JiraHomePathLocator... locators)
           
JiraHomeStartupCheck(JiraHomePathLocator locator)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.