Interface ApplicationWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates app image directory from the given
Application
object.-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(Application app, Path dst) Creates app image directory from the givenApplication
object in the given directory.
-
Method Details
-
write
Creates app image directory from the givenApplication
object in the given directory.- Parameters:
app
- the source applicationdst
- the directory where to create app image of the source application- Throws:
PackagerException
- if packaging error occursIOException
- if an I/O error occurs
-