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, wait
getLocalHome
@Nonnull public File getHome()
JiraHome
File
object representing the JIRA home directory.public final File getLogDirectory()
JiraHome
File
object representing the log directory in JIRA home.getLogDirectory
in interface JiraHome
public final File getCachesDirectory()
JiraHome
File
object representing the caches directory in JIRA home.getCachesDirectory
in interface JiraHome
public File getSharedCachesDirectory()
JiraHome
File
object representing the caches directory in JIRA home.getSharedCachesDirectory
in interface JiraHome
public final File getExportDirectory()
JiraHome
File
object representing the export directory in JIRA home.getExportDirectory
in interface JiraHome
public final File getImportDirectory()
JiraHome
File
object representing the import directory in JIRA home.getImportDirectory
in interface JiraHome
public final File getImportAttachmentsDirectory()
JiraHome
File
object representing the import/attachments directory in JIRA home.getImportAttachmentsDirectory
in interface JiraHome
public final File getPluginsDirectory()
JiraHome
File
object representing the plugins directory in JIRA home.getPluginsDirectory
in interface JiraHome
public final File getDataDirectory()
JiraHome
File
object representing the data directory in JIRA home.getDataDirectory
in interface JiraHome
public final String getHomePath()
JiraHome
getHomePath
in interface JiraHome
public final String getLocalHomePath()
JiraHome
getLocalHomePath
in interface JiraHome
Copyright © 2002-2015 Atlassian. All Rights Reserved.