Uses of Enum
org.vafer.jdeb.Compression
Packages that use Compression
-
Uses of Compression in org.vafer.jdeb
Methods in org.vafer.jdeb that return CompressionModifier and TypeMethodDescriptionTarOptions.compression()static CompressionReturns the compression method corresponding to the specified name.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 org.vafer.jdeb with parameters of type CompressionModifier and TypeMethodDescriptionTarOptions.compression(Compression compression)DebMaker.createDeb(Compression compression)Create the debian archive with from the provided control files and data producers.DebMaker.createSignedDeb(Compression compression, org.bouncycastle.openpgp.PGPSignatureGenerator signatureGenerator, PGPSigner signer)Create the debian archive with from the provided control files and data producers.