Uses of Enum Class
org.springframework.boot.loader.zip.ZipContent.Kind
Package
Description
Provides low-level support for handling zip content, including support for nested and
virtual zip files.
-
Uses of ZipContent.Kind in org.springframework.boot.loader.zip
Modifier and TypeMethodDescriptionZipContent.getKind()
Return the kind of content that was loaded.static ZipContent.Kind
Returns the enum constant of this class with the specified name.static ZipContent.Kind[]
ZipContent.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.