com.threerings.jpkg
Interface PackageBuilder
- All Known Implementing Classes:
- DebianPackageBuilder
public interface PackageBuilder
Engines which build various package formats, such as Debian's .deb or Redhat's .rpm.
Method Summary |
void |
write(File dest,
File destroot)
Write the package to the given path, using the files from the supplied destroot. |
write
void write(File dest,
File destroot)
throws PackageBuilderException,
IOException
- Write the package to the given path, using the files from the supplied destroot.
- Throws:
PackageBuilderException
IOException
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.