类 ZipFileTarArchive

java.lang.Object
org.springframework.boot.buildpack.platform.io.ZipFileTarArchive
所有已实现的接口:
TarArchive

public class ZipFileTarArchive extends Object implements TarArchive
Adapter class to convert a ZIP file to a TarArchive.
从以下版本开始:
2.3.0
作者:
Phillip Webb, Scott Frederick
  • 构造器详细资料

    • ZipFileTarArchive

      public ZipFileTarArchive(File zip, Owner owner)
      Creates an archive from the contents of the given zip. Each entry in the archive will be owned by the given owner.
      参数:
      zip - the zip to use as a source
      owner - the owner of the tar entries
  • 方法详细资料