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(java.lang.String userName,
java.lang.String prefix,
java.lang.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
Copyright © 2003-2010 Atlassian. All Rights Reserved.