类 ImageArchiveManifest
java.lang.Object
cn.taketoday.buildpack.platform.json.MappedObject
cn.taketoday.buildpack.platform.docker.type.ImageArchiveManifest
Image archive manifest information.
- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 cn.taketoday.buildpack.platform.json.MappedObject
MappedObject.ContentReader<C> -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the entries contained in the manifest.static ImageArchiveManifestof(InputStream content) Create anImageArchiveManifestfrom the provided JSON input stream.
-
字段详细资料
-
entries
-
-
构造器详细资料
-
ImageArchiveManifest
-
-
方法详细资料
-
getEntries
Return the entries contained in the manifest.- 返回:
- the manifest entries
-
of
Create anImageArchiveManifestfrom the provided JSON input stream.- 参数:
content- the JSON input stream- 返回:
- a new
ImageArchiveManifestinstance - 抛出:
IOException- on IO error
-