com.github.dockerjava.api.model
Class Bind

java.lang.Object
  extended by com.github.dockerjava.api.model.Bind

public class Bind
extends Object


Constructor Summary
Bind(String path, Volume volume)
           
Bind(String path, Volume volume, boolean readOnly)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPath()
           
 Volume getVolume()
           
 int hashCode()
           
 boolean isReadOnly()
           
static Bind parse(String serialized)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bind

public Bind(String path,
            Volume volume)

Bind

public Bind(String path,
            Volume volume,
            boolean readOnly)
Method Detail

getPath

public String getPath()

getVolume

public Volume getVolume()

isReadOnly

public boolean isReadOnly()

parse

public static Bind parse(String serialized)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014. All rights reserved.