java.lang.Object
org.springframework.boot.buildpack.platform.build.Creator

public class Creator extends Object
Identifying information about the tooling that created a builder.
Since:
2.3.0
Author:
Scott Frederick
  • Method Details

    • getName

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

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

      public static Creator withVersion(String version)
      Create a new Creator using the provided version.
      Parameters:
      version - the creator version
      Returns:
      a new creator instance
    • toString

      public String toString()
      Overrides:
      toString in class Object