public abstract class AbstractJiraHome extends Object implements JiraHome
JiraHome interface.CACHES, DATA, EXPORT, IMPORT, IMPORT_ATTACHMENTS, localsubdirs, LOG, PLUGINS, sharedsubdirs, subdirs| Constructor and Description |
|---|
AbstractJiraHome() |
| Modifier and Type | Method and Description |
|---|---|
File |
getCachesDirectory()
Get the
File object representing the caches directory in JIRA home. |
File |
getDataDirectory()
Get the
File object representing the data directory in JIRA home. |
File |
getExportDirectory()
Get the
File object representing the export directory in JIRA home. |
File |
getHome()
Get the
File object representing the JIRA home directory. |
String |
getHomePath()
Get the canonical path to the JIRA home directory.
|
File |
getImportAttachmentsDirectory()
Get the
File object representing the import/attachments directory in JIRA home. |
File |
getImportDirectory()
Get the
File object representing the import directory in JIRA home. |
String |
getLocalHomePath()
Get the canonical path to the JIRA local home directory.
|
File |
getLogDirectory()
Get the
File object representing the log directory in JIRA home. |
File |
getPluginsDirectory()
Get the
File object representing the plugins directory in JIRA home. |
File |
getSharedCachesDirectory()
Get the
File object representing the caches directory in JIRA home. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocalHome@Nonnull public File getHome()
JiraHomeFile object representing the JIRA home directory.public final File getLogDirectory()
JiraHomeFile object representing the log directory in JIRA home.getLogDirectory in interface JiraHomepublic final File getCachesDirectory()
JiraHomeFile object representing the caches directory in JIRA home.getCachesDirectory in interface JiraHomepublic File getSharedCachesDirectory()
JiraHomeFile object representing the caches directory in JIRA home.getSharedCachesDirectory in interface JiraHomepublic final File getExportDirectory()
JiraHomeFile object representing the export directory in JIRA home.getExportDirectory in interface JiraHomepublic final File getImportDirectory()
JiraHomeFile object representing the import directory in JIRA home.getImportDirectory in interface JiraHomepublic final File getImportAttachmentsDirectory()
JiraHomeFile object representing the import/attachments directory in JIRA home.getImportAttachmentsDirectory in interface JiraHomepublic final File getPluginsDirectory()
JiraHomeFile object representing the plugins directory in JIRA home.getPluginsDirectory in interface JiraHomepublic final File getDataDirectory()
JiraHomeFile object representing the data directory in JIRA home.getDataDirectory in interface JiraHomepublic final String getHomePath()
JiraHomegetHomePath in interface JiraHomepublic final String getLocalHomePath()
JiraHomegetLocalHomePath in interface JiraHomeCopyright © 2002-2021 Atlassian. All Rights Reserved.