| 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 |
|---|---|
PackageDescriptor |
Processor.createDeb(File[] pControlFiles,
DataProducer[] pData,
File pOutput,
Compression compression)
Create the debian archive with from the provided control files and data producers.
|
Copyright © 2013. All Rights Reserved.