|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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, localsubdirs, LOG, PLUGINS, sharedsubdirs, 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. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.jira.config.util.JiraHome |
---|
getLocalHome |
Constructor Detail |
---|
public AbstractJiraHome()
Method Detail |
---|
@Nonnull public File getHome()
JiraHome
File
object representing the JIRA home directory.
getHome
in interface JiraHome
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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |