void |
IRepositoryImporter.importZip(byte[] data,
String relativeRoot) |
Imports content from zip file to the repository, based on the relative
root.
|
void |
IRepositoryImporter.importZip(byte[] data,
String relativeRoot,
boolean override) |
Imports content from zip file to the repository, based on the relative
root.
|
void |
IRepositoryImporter.importZip(byte[] data,
String relativeRoot,
boolean override,
boolean excludeRootFolderName,
Map<String,String> filter) |
Imports content from zip file to the repository, based on the relative
root.
|
void |
IRepositoryImporter.importZip(ZipInputStream zipInputStream,
String relativeRoot) |
Imports content from zip file to the repository, based on the relative
root.
|
void |
IRepositoryImporter.importZip(ZipInputStream zipInputStream,
String relativeRoot,
boolean override) |
Imports content from zip file to the repository, based on the relative
root.
|
void |
IRepositoryImporter.importZip(ZipInputStream zipInputStream,
String relativeRoot,
boolean override,
boolean excludeRootFolderName) |
Imports content from zip file to the repository, based on the relative
root.
|