Uses of Class
org.springframework.boot.buildpack.platform.docker.type.ApiVersion
Packages that use ApiVersion
-
Uses of ApiVersion in org.springframework.boot.buildpack.platform.docker.type
Methods in org.springframework.boot.buildpack.platform.docker.type that return ApiVersionModifier and TypeMethodDescriptionstatic ApiVersion
ApiVersion.of
(int major, int minor) static ApiVersion
Factory method to parse a string into anApiVersion
instance.Methods in org.springframework.boot.buildpack.platform.docker.type with parameters of type ApiVersionModifier and TypeMethodDescriptionboolean
ApiVersion.supports
(ApiVersion other) Returns if this API version supports the given version.boolean
ApiVersion.supportsAny
(ApiVersion... others) Returns if this API version supports any of the given versions.