Uses of Interface
org.springframework.boot.buildpack.platform.io.IOBiConsumer
Packages that use IOBiConsumer
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of IOBiConsumer in org.springframework.boot.buildpack.platform.docker
Methods in org.springframework.boot.buildpack.platform.docker with parameters of type IOBiConsumerModifier and TypeMethodDescriptionvoidDockerApi.ImageApi.exportLayerFiles(ImageReference reference, IOBiConsumer<String, Path> exports) Deprecated, for removal: This API element is subject to removal in a future version.voidDockerApi.ImageApi.exportLayers(ImageReference reference, IOBiConsumer<String, TarArchive> exports) Export the layers of an image asTarArchives.
DockerApi.ImageApi.exportLayers(ImageReference, IOBiConsumer)