Interface PackageWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates native package from the given
Package object.-
Method Summary
-
Method Details
-
write
Creates native package from the givenPackageobject in the given directory.- Parameters:
pkg- the source packagedst- the directory where to create a native package- Throws:
PackagerException- if packaging error occursIOException- if an I/O error occurs
-