Class BindMount


  • public final class BindMount
    extends Object
    • Method Detail

      • of

        public static BindMount of​(String localFile,
                                   String remoteFile,
                                   org.testcontainers.containers.BindMode bindMode)
      • getBindMode

        public org.testcontainers.containers.BindMode getBindMode()
      • getLocalFile

        public String getLocalFile()
      • getRemoteFile

        public String getRemoteFile()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object