Uses of Interface
software.xdev.testcontainers.imagebuilder.transfer.TransferFilesCreator
Packages that use TransferFilesCreator
Package
Description
-
Uses of TransferFilesCreator in software.xdev.testcontainers.imagebuilder
Fields in software.xdev.testcontainers.imagebuilder with type parameters of type TransferFilesCreatorModifier and TypeFieldDescriptionprotected BiFunction<Path, Path, TransferFilesCreator> AdvancedImageFromDockerFile.transferFilesCreatorSupplierMethod parameters in software.xdev.testcontainers.imagebuilder with type arguments of type TransferFilesCreatorModifier and TypeMethodDescriptionAdvancedImageFromDockerFile.withTransferFilesCreatorSupplier(BiFunction<Path, Path, TransferFilesCreator> transferFilesCreatorSupplier) -
Uses of TransferFilesCreator in software.xdev.testcontainers.imagebuilder.transfer
Classes in software.xdev.testcontainers.imagebuilder.transfer that implement TransferFilesCreatorModifier and TypeClassDescriptionclassHelper class for copying the docker-context inside a container, based on a (.git-)ignore file.