| Package | Description |
|---|---|
| org.vafer.jdeb |
| Modifier and Type | Method and Description |
|---|---|
static Compression |
Compression.toEnum(String name)
Returns the compression method corresponding to the specified name.
|
static Compression |
Compression.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryPackageControlFile |
DebMaker.createDeb(Compression compression)
Create the debian archive with from the provided control files and data producers.
|
BinaryPackageControlFile |
DebMaker.createSignedDeb(Compression compression,
org.bouncycastle.openpgp.PGPSignatureGenerator signatureGenerator)
Create the debian archive with from the provided control files and data producers.
|
Copyright © 2014. All rights reserved.