@ReturnValuesAreNonnullByDefault public class JiraHomeFileStores extends Object implements FileStores
FileStores
backed by JiraHome
.Constructor and Description |
---|
JiraHomeFileStores(JiraHome jiraHome) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.dc.filestore.api.compat.FilesystemPath |
getExportPath()
Returns the path of the export directory.
|
com.atlassian.dc.filestore.api.compat.FilesystemPath |
getHomeFilesystemPath()
This should only be used if you specifically need access to the underlying
Path API
via the FilesystemAccess.asJavaPath() or FilesystemAccess.asJavaFile() methods. |
com.atlassian.dc.filestore.api.compat.FilesystemPath |
getImportAttachmentsPath()
Returns the path of the import attachments directory.
|
com.atlassian.dc.filestore.api.compat.FilesystemPath |
getImportPath()
Returns the path of the import directory.
|
com.atlassian.dc.filestore.api.compat.FilesystemPath |
getIndexSnapshotsPath() |
com.atlassian.dc.filestore.api.compat.FilesystemPath |
getLocalHomeFilesystemPath()
Returns the path of the local-home directory.
|
com.atlassian.dc.filestore.api.compat.FilesystemPath |
getLogPath()
Returns the path of the export directory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHomePath
public JiraHomeFileStores(JiraHome jiraHome)
public com.atlassian.dc.filestore.api.compat.FilesystemPath getHomeFilesystemPath()
FileStores
Path
API
via the FilesystemAccess.asJavaPath()
or FilesystemAccess.asJavaFile()
methods.getHomeFilesystemPath
in interface FileStores
FilesystemPath
representing the root of the Jira home directory.public com.atlassian.dc.filestore.api.compat.FilesystemPath getLocalHomeFilesystemPath()
FileStores
getLocalHomeFilesystemPath
in interface FileStores
public com.atlassian.dc.filestore.api.compat.FilesystemPath getLogPath()
FileStores
getLogPath
in interface FileStores
public com.atlassian.dc.filestore.api.compat.FilesystemPath getExportPath()
FileStores
getExportPath
in interface FileStores
public com.atlassian.dc.filestore.api.compat.FilesystemPath getImportPath()
FileStores
getImportPath
in interface FileStores
public com.atlassian.dc.filestore.api.compat.FilesystemPath getImportAttachmentsPath()
FileStores
getImportAttachmentsPath
in interface FileStores
public com.atlassian.dc.filestore.api.compat.FilesystemPath getIndexSnapshotsPath()
getIndexSnapshotsPath
in interface FileStores
Copyright © 2002-2024 Atlassian. All Rights Reserved.