类 ImagePackager

java.lang.Object
org.springframework.boot.loader.tools.Packager
org.springframework.boot.loader.tools.ImagePackager

public class ImagePackager extends Packager
Utility class that can be used to export a fully packaged archive to an OCI image.
从以下版本开始:
2.3.0
作者:
Phillip Webb, Scott Frederick
  • 构造器详细资料

    • ImagePackager

      public ImagePackager(File source, File backupFile)
      Create a new ImagePackager instance.
      参数:
      source - the source file to package
      backupFile - the backup of the source file to package
  • 方法详细资料