Interface WritableDownloadResourceManager
- All Superinterfaces:
DownloadResourceManager
- All Known Implementing Classes:
ExportDownloadResourceManager
An interface for managers that support reading and writing of downloadable resources.
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceWriter(String userName, String prefix, String suffix) Returns aDownloadResourceWriterfor a downloadable resource.Methods inherited from interface com.atlassian.confluence.importexport.resource.DownloadResourceManager
getResourceReader, matches
-
Method Details
-
getResourceWriter
Returns aDownloadResourceWriterfor a downloadable resource.- Parameters:
userName- the user who is creating the resourceprefix- the prefix of the resource's namesuffix- the suffix of the resource
-