Uses of Class
com.github.dockerjava.api.model.Device

Packages that use Device
com.github.dockerjava.api.command   
com.github.dockerjava.core.command   
 

Uses of Device in com.github.dockerjava.api.command
 

Methods in com.github.dockerjava.api.command that return Device
 Device[] StartContainerCmd.getDevices()
           
 Device[] InspectContainerResponse.HostConfig.getDevices()
           
 

Methods in com.github.dockerjava.api.command with parameters of type Device
 StartContainerCmd StartContainerCmd.withDevices(Device... devices)
          Add host devices to the container
 

Uses of Device in com.github.dockerjava.core.command
 

Methods in com.github.dockerjava.core.command that return Device
 Device[] StartContainerCmdImpl.getDevices()
           
 

Methods in com.github.dockerjava.core.command with parameters of type Device
 StartContainerCmd StartContainerCmdImpl.withDevices(Device... devices)
           
 



Copyright © 2014. All rights reserved.