类 BuildpackLayersMetadata
java.lang.Object
cn.taketoday.buildpack.platform.json.MappedObject
cn.taketoday.buildpack.platform.build.BuildpackLayersMetadata
Buildpack layers metadata information.
- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick, Harry Yang
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static final classprivate static classprivate static class从类继承的嵌套类/接口 cn.taketoday.buildpack.platform.json.MappedObject
MappedObject.ContentReader<C> -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) static BuildpackLayersMetadataCreate aBuildpackLayersMetadatafrom an image.(专用程序包) static BuildpackLayersMetadatafromImageConfig(ImageConfig imageConfig) Create aBuildpackLayersMetadatafrom image config.(专用程序包) static BuildpackLayersMetadataCreate aBuildpackLayersMetadatafrom JSON.(专用程序包) static BuildpackLayersMetadataCreate aBuildpackLayersMetadatafrom JSON.getBuildpack(String id, String version) Return the metadata details of a buildpack with the given ID and version.
-
字段详细资料
-
LABEL_NAME
- 另请参阅:
-
buildpacks
-
-
构造器详细资料
-
BuildpackLayersMetadata
-
-
方法详细资料
-
getBuildpack
Return the metadata details of a buildpack with the given ID and version.- 参数:
id- the buildpack IDversion- the buildpack version- 返回:
- the buildpack details or
nullif a buildpack with the given ID and version does not exist in the metadata
-
fromImage
Create aBuildpackLayersMetadatafrom an image.- 参数:
image- the source image- 返回:
- the buildpack layers metadata
- 抛出:
IOException- on IO error
-
fromImageConfig
Create aBuildpackLayersMetadatafrom image config.- 参数:
imageConfig- the source image config- 返回:
- the buildpack layers metadata
- 抛出:
IOException- on IO error
-
fromJson
Create aBuildpackLayersMetadatafrom JSON.- 参数:
json- the source JSON- 返回:
- the buildpack layers metadata
- 抛出:
IOException- on IO error
-
fromJson
Create aBuildpackLayersMetadatafrom JSON.- 参数:
node- the source JSON- 返回:
- the buildpack layers metadata
-