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.


Method Summary
 DownloadResourceWriter getResourceWriter(String userName, String prefix, String suffix)
          Returns a DownloadResourceWriter 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 a DownloadResourceWriter for a downloadable resource.

Parameters:
userName - the user who is creating the resource
prefix - the prefix of the resource's name
suffix - the suffix of the resource


Copyright © 2003-2011 Atlassian. All Rights Reserved.