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 ContentDirectoryStructureAttachmentDataFileSystemAdapterContentDirectoryStructureAttachmentDataFileSystemAdapter. create(AttachmentDataStorageLocationResolver rootDirV003, AttachmentDataStorageLocationResolver rootDirV004, DeferredFileDeletionQueue deferredFileDeletionQueue)static ContentDirectoryStructureAttachmentDataFileSystemV003ContentDirectoryStructureAttachmentDataFileSystemV003. create(AttachmentDataStorageLocationResolver rootDir, DeferredFileDeletionQueue deferredFileDeletionQueue)Deprecated.static ContentDirectoryStructureAttachmentDataFileSystemV004ContentDirectoryStructureAttachmentDataFileSystemV004. create(AttachmentDataStorageLocationResolver rootDir)static AttachmentDataFileSystemAttachmentFileStoreFactory. getInstance(AttachmentDataStorageLocationResolver rootDirV003, AttachmentDataStorageLocationResolver rootDirV004, DeferredFileDeletionQueue deferredFileDeletionQueue, com.atlassian.config.ApplicationConfiguration appConfig, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager)Produces instance ofAttachmentDataFileSystembased on the defined properties.
-