Uses of Class
com.opentable.db.postgres.embedded.BindMount
-
Packages that use BindMount Package Description com.opentable.db.postgres.embedded -
-
Uses of BindMount in com.opentable.db.postgres.embedded
Methods in com.opentable.db.postgres.embedded that return BindMount Modifier and Type Method Description static BindMountBindMount. of(String localFile, String remoteFile, org.testcontainers.containers.BindMode bindMode)Methods in com.opentable.db.postgres.embedded with parameters of type BindMount Modifier and Type Method Description EmbeddedPostgres.BuilderEmbeddedPostgres.Builder. setBindMount(BindMount bindMount)Set up a bind mount between the local file system and the remote
-