public class DefaultTemporaryWebAttachmentsMonitorLocator extends Object implements TemporaryWebAttachmentsMonitorLocator
Constructor and Description |
---|
DefaultTemporaryWebAttachmentsMonitorLocator(StreamAttachmentStore attachmentStore) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<TemporaryWebAttachmentsMonitor> |
get() |
TemporaryWebAttachmentsMonitor |
getOrCreate()
Retrieves TemporaryStreamAttachmentsMonitor from store or creates new one if needed.
|
public DefaultTemporaryWebAttachmentsMonitorLocator(StreamAttachmentStore attachmentStore)
public com.atlassian.fugue.Option<TemporaryWebAttachmentsMonitor> get()
get
in interface TemporaryWebAttachmentsMonitorLocator
public TemporaryWebAttachmentsMonitor getOrCreate()
TemporaryWebAttachmentsMonitorLocator
getOrCreate
in interface TemporaryWebAttachmentsMonitorLocator
Copyright © 2002-2015 Atlassian. All Rights Reserved.