public interface IRepositoryExporter
| Modifier and Type | Method and Description |
|---|---|
byte[] |
exportZip(List<String> relativeRoots)
Export all the content under the given path(s) with the target repository
instance Include the last segment of the relative roots during the
archiving.
|
byte[] |
exportZip(String relativeRoot,
boolean inclusive)
Export all the content under the given path with the target repository
instance Include or NOT the last segment of the relative root during the
archiving.
|
byte[] exportZip(List<String> relativeRoots) throws RepositoryExportException
relativeRoots - the list of relative rootsRepositoryExportException - in case the export cannot be performedbyte[] exportZip(String relativeRoot, boolean inclusive) throws RepositoryExportException
relativeRoot - single rootinclusive - whether to include the last segment of the root or to pack its
content directly in the archiveRepositoryExportException - in case the export cannot be performedCopyright © 2010–2018 Eclipse Foundation. All rights reserved.