com.atlassian.confluence.importexport.resource
Interface WritableDownloadResourceManager
- All Superinterfaces:
- DownloadResourceManager
- All Known Implementing Classes:
- ExportDownloadResourceManager
public interface WritableDownloadResourceManager
- extends DownloadResourceManager
An interface for managers that support reading and writing of downloadable resources.
getResourceWriter
DownloadResourceWriter getResourceWriter(String userName,
String prefix,
String suffix)
- Returns a
DownloadResourceWriter
for a downloadable resource.
- Parameters:
userName
- the user who is creating the resourceprefix
- the prefix of the resource's namesuffix
- the suffix of the resource