|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.github.dockerjava.client.model.Volume
public class Volume
Nested Class Summary | |
---|---|
static class |
Volume.Deserializer
|
static class |
Volume.Serializer
|
Constructor Summary | |
---|---|
Volume(String path)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getPath()
|
int |
hashCode()
|
boolean |
isReadWrite()
|
static Volume |
parse(String serialized)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Volume(String path)
Method Detail |
---|
public String getPath()
public boolean isReadWrite()
public static Volume parse(String serialized)
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |