Uses of Class
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataStorageLocationResolver
-
Packages that use AttachmentDataStorageLocationResolver Package Description com.atlassian.confluence.impl.pages.attachments.filesystem -
-
Uses of AttachmentDataStorageLocationResolver in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentDataStorageLocationResolver Modifier and Type Method Description static ContentDirectoryStructureAttachmentDataFileSystemAdapter
ContentDirectoryStructureAttachmentDataFileSystemAdapter. create(AttachmentDataStorageLocationResolver rootDirV003, AttachmentDataStorageLocationResolver rootDirV004, DeferredFileDeletionQueue deferredFileDeletionQueue)
static ContentDirectoryStructureAttachmentDataFileSystemV003
ContentDirectoryStructureAttachmentDataFileSystemV003. create(AttachmentDataStorageLocationResolver rootDir, DeferredFileDeletionQueue deferredFileDeletionQueue)
Deprecated.static ContentDirectoryStructureAttachmentDataFileSystemV004
ContentDirectoryStructureAttachmentDataFileSystemV004. create(AttachmentDataStorageLocationResolver rootDir)
static AttachmentDataFileSystem
AttachmentFileStoreFactory. getInstance(AttachmentDataStorageLocationResolver rootDirV003, AttachmentDataStorageLocationResolver rootDirV004, DeferredFileDeletionQueue deferredFileDeletionQueue, com.atlassian.config.ApplicationConfiguration appConfig, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager)
Produces instance ofAttachmentDataFileSystem
based on the defined properties.
-