com.atlassian.jira.startup
Class SystemTenantJiraHomeLocator.SystemJiraHome

java.lang.Object
  extended by com.atlassian.jira.config.util.AbstractJiraHome
      extended by com.atlassian.jira.startup.SystemTenantJiraHomeLocator.SystemJiraHome
All Implemented Interfaces:
JiraHome
Enclosing class:
SystemTenantJiraHomeLocator

public static class SystemTenantJiraHomeLocator.SystemJiraHome
extends AbstractJiraHome


Field Summary
 
Fields inherited from interface com.atlassian.jira.config.util.JiraHome
CACHES, DATA, EXPORT, IMPORT, IMPORT_ATTACHMENTS, LOG, PLUGINS, subdirs
 
Constructor Summary
SystemTenantJiraHomeLocator.SystemJiraHome()
           
 
Method Summary
 File getHome()
          Get the File object representing the JIRA home directory.
 
Methods inherited from class com.atlassian.jira.config.util.AbstractJiraHome
getCachesDirectory, getDataDirectory, getExportDirectory, getHomePath, getImportAttachmentsDirectory, getImportDirectory, getLogDirectory, getPluginsDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTenantJiraHomeLocator.SystemJiraHome

public SystemTenantJiraHomeLocator.SystemJiraHome()
Method Detail

getHome

@NotNull
public File getHome()
Description copied from interface: JiraHome
Get the File object representing the JIRA home directory.

Specified by:
getHome in interface JiraHome
Specified by:
getHome in class AbstractJiraHome
Returns:
the file path, must be a directory


Copyright © 2002-2012 Atlassian. All Rights Reserved.