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
Return the name of the builder creator.- Returns:
- the name
-
getVersion
Return the version of the builder creator.- Returns:
- the version
-
withVersion
Create a newCreator
using the provided version.- Parameters:
version
- the creator version- Returns:
- a new creator instance
-
toString
-