Uses of Enum Class
org.springframework.boot.gradle.tasks.bundling.ZipCompression
Packages that use ZipCompression
Package
Description
Support for creating executable jars and wars.
-
Uses of ZipCompression in org.springframework.boot.gradle.tasks.bundling
Methods in org.springframework.boot.gradle.tasks.bundling that return ZipCompressionModifier and TypeMethodDescriptionprotected ZipCompressionBootJar.resolveZipCompression(FileCopyDetails details) Return theZipCompressionthat should be used when adding the file represented by the givendetailsto the jar.protected ZipCompressionBootWar.resolveZipCompression(FileCopyDetails details) Return theZipCompressionthat should be used when adding the file represented by the givendetailsto the jar.static ZipCompressionReturns the enum constant of this class with the specified name.static ZipCompression[]ZipCompression.values()Returns an array containing the constants of this enum class, in the order they are declared.