类 BuilderBuildpack

java.lang.Object
cn.taketoday.buildpack.platform.build.BuilderBuildpack
所有已实现的接口:
Buildpack

class BuilderBuildpack extends Object implements Buildpack
A Buildpack that references a buildpack contained in the builder. The buildpack reference must contain a buildpack ID (for example, "example/buildpack") or a buildpack ID and version (for example, "example/buildpack@1.0.0"). The reference can optionally contain a prefix urn:cnb:builder: to unambiguously identify it as a builder buildpack reference. If a version is not provided, the reference will match any version of a buildpack with the same ID as the reference.
从以下版本开始:
4.0
作者:
Scott Frederick, Harry Yang