类 Creator

java.lang.Object
cn.taketoday.buildpack.platform.build.Creator

public class Creator extends Object
Identifying information about the tooling that created a builder.
从以下版本开始:
4.0
作者:
Scott Frederick, Harry Yang
  • 字段详细资料

    • version

      private final String version
  • 构造器详细资料

    • Creator

      Creator(String version)
  • 方法详细资料

    • getName

      public String getName()
      Return the name of the builder creator.
      返回:
      the name
    • getVersion

      public String getVersion()
      Return the version of the builder creator.
      返回:
      the version
    • withVersion

      public static Creator withVersion(String version)
      Create a new Creator using the provided version.
      参数:
      version - the creator version
      返回:
      a new creator instance
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object