Class AttachmentDataStorageLocationResolver
- java.lang.Object
-
- com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataStorageLocationResolver
-
public class AttachmentDataStorageLocationResolver extends Object
Resolves the location of the directory used to store attachment data.- Since:
- 7.14
-
-
Constructor Summary
Constructors Constructor Description AttachmentDataStorageLocationResolver(String attachmentSubdirectoryName, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, HomePathPlaceholderResolver filesystemPathResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.dc.filestore.api.compat.FilesystemPath
getFileLocation()
-
-
-
Constructor Detail
-
AttachmentDataStorageLocationResolver
public AttachmentDataStorageLocationResolver(String attachmentSubdirectoryName, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, HomePathPlaceholderResolver filesystemPathResolver)
-
-