Uses of Class
com.github.dockerjava.client.model.Volume

Packages that use Volume
com.github.dockerjava.client.command   
com.github.dockerjava.client.model   
 

Uses of Volume in com.github.dockerjava.client.command
 

Methods in com.github.dockerjava.client.command with parameters of type Volume
 CreateContainerCmd CreateContainerCmd.withVolumes(Volume... volumes)
           
 

Uses of Volume in com.github.dockerjava.client.model
 

Methods in com.github.dockerjava.client.model that return Volume
 Volume Volume.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
           
 Volume Bind.getVolume()
           
 Volume[] Volumes.getVolumes()
           
 Volume[] CreateContainerConfig.getVolumes()
           
 Volume[] ContainerInspectResponse.getVolumes()
           
 Volume[] ContainerInspectResponse.getVolumesRW()
           
static Volume Volume.parse(String serialized)
           
 

Methods in com.github.dockerjava.client.model with parameters of type Volume
 void Volume.Serializer.serialize(Volume volume, com.fasterxml.jackson.core.JsonGenerator jsonGen, com.fasterxml.jackson.databind.SerializerProvider serProvider)
           
 CreateContainerConfig CreateContainerConfig.withVolumes(Volume[] volumes)
           
 

Constructors in com.github.dockerjava.client.model with parameters of type Volume
Bind(String path, Volume volume)
           
Bind(String path, Volume volume, boolean readOnly)
           
Volumes(Volume... volumes)
           
 



Copyright © 2014. All rights reserved.