Package dev.snowdrop.buildpack.docker
Interface ContainerEntry
public interface ContainerEntry
Abstraction representing an entry in a container. Allows for entries to be
added from sources other than File/Directory (eg, String as a test content,
or programmatic supply via future i/f)
-
Method Details
-
getPath
String getPath() -
getSize
long getSize() -
getMode
Integer getMode() -
getDataSupplier
ContainerEntry.DataSupplier getDataSupplier()
-