Uses of Enum Class
org.springframework.boot.gradle.tasks.bundling.ZipCompression
Package
Description
Support for creating executable jars and wars.
-
Uses of ZipCompression in org.springframework.boot.gradle.tasks.bundling
Modifier and TypeMethodDescriptionprotected ZipCompression
BootJar.resolveZipCompression
(FileCopyDetails details) Return theZipCompression
that should be used when adding the file represented by the givendetails
to the jar.protected ZipCompression
BootWar.resolveZipCompression
(FileCopyDetails details) Return theZipCompression
that should be used when adding the file represented by the givendetails
to the jar.static ZipCompression
Returns 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.