Class Creator
java.lang.Object
org.springframework.boot.buildpack.platform.build.Creator
Identifying information about the tooling that created a builder.
- Since:
- 2.3.0
- Author:
- Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Return the name of the builder creator.Return the version of the builder creator.toString()
static Creator
withVersion
(String version) Create a newCreator
using the provided version.
-
Method Details
-
getName
-
getVersion
-
withVersion
-
toString
-