Uses of Enum
ru.akman.maven.plugins.jlink.Compression
Packages that use Compression
- 
Uses of Compression in ru.akman.maven.plugins.jlinkMethods in ru.akman.maven.plugins.jlink that return CompressionModifier and TypeMethodDescriptionCompress.getCompression()Get compression level.static CompressionReturns 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 TypeMethodDescriptionvoidCompress.setCompression(Compression compression) Set compression level.