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

Packages that use JiraHomePathLocator
com.atlassian.jira.config.util   
com.atlassian.jira.startup   
 

Uses of JiraHomePathLocator in com.atlassian.jira.config.util
 

Constructors in com.atlassian.jira.config.util with parameters of type JiraHomePathLocator
StartupJiraHome(JiraHomePathLocator locator)
           
 

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 JiraHomeLocator
           
 class SystemPropertyJiraHomePathLocator
          Attempts to find a jira.home configured as a system property.
 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)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.