com.github.dockerjava.client.model
Class Volume

java.lang.Object
  extended by com.github.dockerjava.client.model.Volume

public class Volume
extends Object


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

Volume

public Volume(String path)
Method Detail

getPath

public String getPath()

isReadWrite

public boolean isReadWrite()

parse

public static Volume parse(String serialized)

toString

public String toString()
Overrides:
toString in class Object

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.