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
Subclasses with type arguments of type ZipCompression in org.springframework.boot.gradle.tasks.bundlingModifier and TypeClassDescriptionenumAn enumeration of supported compression options for an entry in a ZIP archive.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.