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.

@FunctionalInterface public interface PackageWriter
Creates native package from the given Package object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Package pkg, Path dst)
    Creates native package from the given Package object in the given directory.