com.threerings.jpkg.debian
Class DebianPackageBuilder
java.lang.Object
com.threerings.jpkg.debian.DebianPackageBuilder
- All Implemented Interfaces:
- PackageBuilder
public class DebianPackageBuilder
- extends Object
- implements PackageBuilder
Creates Debian package files.
Method Summary |
void |
write(File dest,
File destroot)
Write the package to the given path, using the files from the supplied destroot. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebianPackageBuilder
public DebianPackageBuilder(PackageInfo info)
write
public void write(File dest,
File destroot)
throws PackageBuilderException,
IOException
- Description copied from interface:
PackageBuilder
- Write the package to the given path, using the files from the supplied destroot.
- Specified by:
write
in interface PackageBuilder
- Throws:
PackageBuilderException
IOException
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.