Class AttachmentDataStorageLocationResolver
java.lang.Object
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataStorageLocationResolver
Resolves the location of the directory used to store attachment data.
- Since:
- 7.14
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentDataStorageLocationResolver
(String attachmentSubdirectoryName, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, HomePathPlaceholderResolver filesystemPathResolver) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.dc.filestore.api.compat.FilesystemPath
-
Constructor Details
-
AttachmentDataStorageLocationResolver
public AttachmentDataStorageLocationResolver(String attachmentSubdirectoryName, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, HomePathPlaceholderResolver filesystemPathResolver)
-
-
Method Details
-
getFileLocation
public com.atlassian.dc.filestore.api.compat.FilesystemPath getFileLocation()
-