|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JiraHome
Get the location of JIRA's home directory.
Field Summary | |
---|---|
static String |
CACHES
Name of the "Caching" directory in JIRA home. |
static String |
DATA
Name of the "Data" directory in JIRA home. |
static String |
EXPORT
Name of the "Export" directory in JIRA home. |
static String |
IMPORT
Name of the "Import" directory in JIRA home. |
static String |
IMPORT_ATTACHMENTS
Name of the "Import/Attachments" directory in JIRA home. |
static String |
LOG
Name of the "Log" directory in JIRA home. |
static String |
PLUGINS
Name of the "Plugins" directory in JIRA home. |
static Set<String> |
subdirs
The subdirectories of jira-home. |
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. |
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. |
Field Detail |
---|
static final String CACHES
static final String DATA
static final String PLUGINS
static final String EXPORT
static final String IMPORT
static final String IMPORT_ATTACHMENTS
static final String LOG
static final Set<String> subdirs
Method Detail |
---|
String getHomePath()
IllegalStateException
- if the JIRA home is not set.File getHome()
File
object representing the JIRA home directory.
IllegalStateException
- if the JIRA home is not set.File getLogDirectory()
File
object representing the log directory in JIRA home.
IllegalStateException
- if the JIRA home is not set.File getCachesDirectory()
File
object representing the caches directory in JIRA home.
IllegalStateException
- if the JIRA home is not set.File getExportDirectory()
File
object representing the export directory in JIRA home.
IllegalStateException
- if the JIRA home is not set.File getImportDirectory()
File
object representing the import directory in JIRA home.
IllegalStateException
- if the JIRA home is not set.File getImportAttachmentsDirectory()
File
object representing the import/attachments directory in JIRA home.
IllegalStateException
- if the JIRA home is not set.File getPluginsDirectory()
File
object representing the plugins directory in JIRA home.
IllegalStateException
- if the JIRA home is not set.File getDataDirectory()
File
object representing the data directory in JIRA home.
IllegalStateException
- if the JIRA home is not set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |