public interface ZipAware
| Modifier and Type | Method and Description |
|---|---|
boolean |
archiveZip(String siteId)
Compress a site archive to a zip.
|
String |
mergeZip(String zipFilePath,
String siteId,
String siteCreatorId)
Read in an archived set of resources, and merge the entries into the specified site, and set site creator name
Allows a ZIP file to be used instead of the site archive directory
|
String mergeZip(String zipFilePath, String siteId, String siteCreatorId)
zipFilePath - The archived site as a zip filesiteId - The id of the site to merge the content into.siteCreatorId - the site creator Idboolean archiveZip(String siteId) throws IOException
siteId - - id of site that was archivedIOExceptionCopyright © 2003–2022 Sakai Project. All rights reserved.