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.

@FunctionalInterface public interface ApplicationWriter
Creates app image directory from the given Application object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Application app, Path dst)
    Creates app image directory from the given Application object in the given directory.