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 ContentDirectoryStructureAttachmentDataFileSystemContentDirectoryStructureAttachmentDataFileSystem. create(AttachmentDataStorageLocationResolver rootDir, DeferredFileDeletionQueue deferredFileDeletionQueue)static AttachmentDataFileSystemAttachmentFileStoreFactory. getInstance(AttachmentDataStorageLocationResolver rootDir, DeferredFileDeletionQueue deferredFileDeletionQueue, com.atlassian.config.ApplicationConfiguration appConfig)Produces instance ofAttachmentDataFileSystembased on the defined properties.
-