- setCompressionLevel(int) - Method in class org.springframework.integration.zip.transformer.ZipTransformer
-
Sets the compression level.
- setDeleteFiles(boolean) - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
-
If the payload is an instance of File, this property specifies
whether to delete the File after transformation.
- setExpectSingleResult(boolean) - Method in class org.springframework.integration.zip.transformer.UnZipTransformer
-
This parameter indicates that only one result object shall be returned as
a result from the executed Unzip operation.
- setUseFileAttributes(boolean) - Method in class org.springframework.integration.zip.transformer.ZipTransformer
-
Specifies whether the name of the file shall be used for the
zip entry.
- setWorkDirectory(File) - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
-
Set the work-directory.
- setZipResultType(ZipResultType) - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
-
Defines the format of the data returned after transformation.
- splitMessage(Message<?>) - Method in class org.springframework.integration.zip.splitter.UnZipResultSplitter
-
- SpringZipUtils - Class in org.springframework.integration.zip.transformer
-
Once the Spring Integration Zip support matures, we need to contribute the
methods in this utility class back to the ZT Zip project.
- SpringZipUtils() - Constructor for class org.springframework.integration.zip.transformer.SpringZipUtils
-