Uses of Interface
dev.snowdrop.buildpack.docker.ContainerEntry.DataSupplier
Packages that use ContainerEntry.DataSupplier
-
Uses of ContainerEntry.DataSupplier in dev.snowdrop.buildpack.docker
Methods in dev.snowdrop.buildpack.docker that return ContainerEntry.DataSupplierModifier and TypeMethodDescriptionContainerEntry.getDataSupplier()StreamContentFluent.getDataSupplier()StreamContentFluentImpl.getDataSupplier()Methods in dev.snowdrop.buildpack.docker with parameters of type ContainerEntry.DataSupplierModifier and TypeMethodDescriptionStreamContentFluent.withDataSupplier(ContainerEntry.DataSupplier dataSupplier) StreamContentFluentImpl.withDataSupplier(ContainerEntry.DataSupplier dataSupplier) Constructors in dev.snowdrop.buildpack.docker with parameters of type ContainerEntry.DataSupplierModifierConstructorDescriptionEditableStreamContent(String path, Long size, Integer mode, ContainerEntry.DataSupplier dataSupplier) StreamContent(String path, Long size, Integer mode, ContainerEntry.DataSupplier dataSupplier)