public class DebianPackageBuilderFactoryImpl extends Object implements DebianPackageBuilderFactory
A DebianPackageBuilderFactory implementation.
| Constructor and Description |
|---|
DebianPackageBuilderFactoryImpl()
Creates a factory.
|
| Modifier and Type | Method and Description |
|---|---|
DebianPackageBuilder |
createDebianPackageBuilder()
Creates a builder for Debian packages.
|
public DebianPackageBuilderFactoryImpl()
throws IOException,
ParseException
Creates a factory.
IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.public DebianPackageBuilder createDebianPackageBuilder()
DebianPackageBuilderFactoryCreates a builder for Debian packages.
createDebianPackageBuilder in interface DebianPackageBuilderFactoryCopyright © 2015–2019. All rights reserved.