Uses of Enum
ru.akman.maven.plugins.jlink.Compression
Packages that use Compression
-
Uses of Compression in ru.akman.maven.plugins.jlink
Methods in ru.akman.maven.plugins.jlink that return CompressionModifier and TypeMethodDescriptionCompress.getCompression()
Get compression level.static Compression
Returns the enum constant of this type with the specified name.static Compression[]
Compression.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.akman.maven.plugins.jlink with parameters of type CompressionModifier and TypeMethodDescriptionvoid
Compress.setCompression
(Compression compression) Set compression level.