com.threerings.jpkg.debian
Class DebianPackageBuilder

java.lang.Object
  extended by com.threerings.jpkg.debian.DebianPackageBuilder
All Implemented Interfaces:
PackageBuilder

public class DebianPackageBuilder
extends Object
implements PackageBuilder

Creates Debian package files.


Constructor Summary
DebianPackageBuilder(PackageInfo info)
           
 
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
 

Constructor Detail

DebianPackageBuilder

public DebianPackageBuilder(PackageInfo info)
Method Detail

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.