public class

DefaultFileSystemAttachmentStoreFactory

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.attachment.store.DefaultFileSystemAttachmentStoreFactory

Class Overview

Factory responsible for creating instances of DefaultFileSystemAttachmentStore with provided AttachmentDirectoryAccessor.

Summary

Public Constructors
DefaultFileSystemAttachmentStoreFactory(LocalTemporaryFileStore localTemporaryFileStore, BoundedExecutorServiceWrapper managedExecutor, EventPublisher eventPublisher)
Public Methods
DefaultFileSystemAttachmentStore createFileSystemStore(AttachmentDirectoryAccessor newDirectoryAccessor)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DefaultFileSystemAttachmentStoreFactory (LocalTemporaryFileStore localTemporaryFileStore, BoundedExecutorServiceWrapper managedExecutor, EventPublisher eventPublisher)

Public Methods

public DefaultFileSystemAttachmentStore createFileSystemStore (AttachmentDirectoryAccessor newDirectoryAccessor)