Uses of Class
org.vafer.jdeb.debian.BinaryPackageControlFile
Packages that use BinaryPackageControlFile
-
Uses of BinaryPackageControlFile in org.vafer.jdeb
Methods in org.vafer.jdeb that return BinaryPackageControlFileModifier and TypeMethodDescriptionDebMaker.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. -
Uses of BinaryPackageControlFile in org.vafer.jdeb.changes
Constructors in org.vafer.jdeb.changes with parameters of type BinaryPackageControlFileModifierConstructorDescriptionTextfileChangesProvider(InputStream pInput, BinaryPackageControlFile packageControlFile) -
Uses of BinaryPackageControlFile in org.vafer.jdeb.debian
Methods in org.vafer.jdeb.debian with parameters of type BinaryPackageControlFileModifier and TypeMethodDescriptionvoidChangesFile.initialize(BinaryPackageControlFile packageControlFile)Initializes the fields on the changes file with the values of the specified binary package control file.