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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DownloadResourceWriter
getResourceWriter(String userName, String prefix, String suffix)
Returns aDownloadResourceWriter
for a downloadable resource.-
Methods inherited from interface com.atlassian.confluence.importexport.resource.DownloadResourceManager
getResourceReader, matches
-
-
-
-
Method Detail
-
getResourceWriter
DownloadResourceWriter getResourceWriter(String userName, String prefix, String suffix)
Returns aDownloadResourceWriter
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
-
-