Package com.atlassian.jira.config.util
Interface FileStores
- All Known Implementing Classes:
JiraHomeFileStores
@ReturnValuesAreNonnullByDefault
public interface FileStores
Provides access to various
FileStore-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.dc.filestore.api.compat.FilesystemPathReturns the path of the backups directory.com.atlassian.dc.filestore.api.compat.FilesystemPathReturns the path of the export directory.com.atlassian.dc.filestore.api.compat.FilesystemPathThis should only be used if you specifically need access to the underlyingPathAPI via theFilesystemAccess.asJavaPath()orFilesystemAccess.asJavaFile()methods.default com.atlassian.dc.filestore.api.FileStore.Pathcom.atlassian.dc.filestore.api.compat.FilesystemPathReturns the path of the import attachments directory.com.atlassian.dc.filestore.api.compat.FilesystemPathReturns the path of the import directory.com.atlassian.dc.filestore.api.compat.FilesystemPathcom.atlassian.dc.filestore.api.compat.FilesystemPathReturns the path of the local-home directory.com.atlassian.dc.filestore.api.compat.FilesystemPathReturns the path of the export directory.
-
Method Details
-
getHomePath
default com.atlassian.dc.filestore.api.FileStore.Path getHomePath()- Returns:
- A
FileStore.Pathrepresenting the root of the Jira home directory.
-
getHomeFilesystemPath
com.atlassian.dc.filestore.api.compat.FilesystemPath getHomeFilesystemPath()This should only be used if you specifically need access to the underlyingPathAPI via theFilesystemAccess.asJavaPath()orFilesystemAccess.asJavaFile()methods.- Returns:
- A
FilesystemPathrepresenting the root of the Jira home directory.
-
getLocalHomeFilesystemPath
com.atlassian.dc.filestore.api.compat.FilesystemPath getLocalHomeFilesystemPath()Returns the path of the local-home directory. -
getLogPath
com.atlassian.dc.filestore.api.compat.FilesystemPath getLogPath()Returns the path of the export directory. -
getExportPath
com.atlassian.dc.filestore.api.compat.FilesystemPath getExportPath()Returns the path of the export directory. -
getExportBackupsPath
com.atlassian.dc.filestore.api.compat.FilesystemPath getExportBackupsPath()Returns the path of the backups directory. -
getImportPath
com.atlassian.dc.filestore.api.compat.FilesystemPath getImportPath()Returns the path of the import directory. -
getImportAttachmentsPath
com.atlassian.dc.filestore.api.compat.FilesystemPath getImportAttachmentsPath()Returns the path of the import attachments directory. -
getIndexSnapshotsPath
com.atlassian.dc.filestore.api.compat.FilesystemPath getIndexSnapshotsPath()
-