类 StackId
java.lang.Object
cn.taketoday.buildpack.platform.build.StackId
A Stack ID.
- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb, Andy Wilkinson, Harry Yang
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean(专用程序包) static StackIdprivate static StackIdfromImageConfig(ImageConfig imageConfig) Factory method to create aStackIdfrom anImageConfig.inthashCode()(专用程序包) static StackIdFactory method to create aStackIdwith a given value.toString()
-
字段详细资料
-
LABEL_NAME
- 另请参阅:
-
value
-
-
构造器详细资料
-
StackId
StackId(String value)
-
-
方法详细资料
-
equals
-
hashCode
public int hashCode() -
toString
-
fromImage
- 参数:
image- the source image- 返回:
- the extracted stack ID
-
fromImageConfig
Factory method to create aStackIdfrom anImageConfig.- 参数:
imageConfig- the source image config- 返回:
- the extracted stack ID
-
of
Factory method to create aStackIdwith a given value.- 参数:
value- the stack ID value- 返回:
- a new stack ID instance
-