|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.config.util.AbstractJiraHome
public abstract class AbstractJiraHome
Class that helps with the implementation of the JiraHome interface.
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.jira.config.util.JiraHome |
|---|
CACHES, DATA, EXPORT, IMPORT, IMPORT_ATTACHMENTS, LOG, PLUGINS, subdirs |
| Constructor Summary | |
|---|---|
AbstractJiraHome()
|
|
| Method Summary | |
|---|---|
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. |
abstract 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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractJiraHome()
| Method Detail |
|---|
@NotNull public abstract File getHome()
JiraHomeFile object representing the JIRA home directory.
getHome in interface JiraHomepublic 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 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()
JiraHome
getHomePath in interface JiraHome
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||