Interface MPackageWriterType

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
MPackageWriter

public interface MPackageWriterType extends AutoCloseable
A package being written.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addFile(MFileName name, Path file)
    Add a file to the package.
    void
     
    void
    packFrom(Path inputDirectory)
    Pack all files in the given directory hierarchy.
  • Method Details