@DisplayName(value="Zip") @Alias(value="zip-archiver") public class ZipArchiverStrategy extends Object implements ArchiverStrategy
| Constructor and Description |
|---|
ZipArchiverStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> |
archive(Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> entries)
Receives a map with all the contents that needs to be compressed, creates a new archive with
those contents and returns the created archive as an InputStream
|
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> archive(Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> entries)
archive in interface ArchiverStrategyCopyright © 2021 MuleSoft, Inc.. All rights reserved.