Uses of Class
org.springframework.boot.buildpack.platform.docker.ApiVersion
Packages that use ApiVersion
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of ApiVersion in org.springframework.boot.buildpack.platform.docker
Classes in org.springframework.boot.buildpack.platform.docker that implement interfaces with type arguments of type ApiVersionModifier and TypeClassDescriptionfinal classAPI Version number comprised of a major and minor value.Methods in org.springframework.boot.buildpack.platform.docker that return ApiVersionModifier and TypeMethodDescriptionstatic ApiVersionApiVersion.of(int major, int minor) static ApiVersionFactory method to parse a string into anApiVersioninstance.Methods in org.springframework.boot.buildpack.platform.docker with parameters of type ApiVersionModifier and TypeMethodDescriptionintApiVersion.compareTo(ApiVersion other) booleanApiVersion.supports(ApiVersion other) Returns if this API version supports the given version.booleanApiVersion.supportsAny(ApiVersion... others) Returns if this API version supports any of the given versions.