Uses of Class
com.github.dockerjava.client.command.PullImageCmd

Packages that use PullImageCmd
com.github.dockerjava.client   
com.github.dockerjava.client.command   
 

Uses of PullImageCmd in com.github.dockerjava.client
 

Methods in com.github.dockerjava.client that return PullImageCmd
 PullImageCmd DockerClient.pullImageCmd(String repository)
          * IMAGE API *
 

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

Methods in com.github.dockerjava.client.command that return PullImageCmd
 PullImageCmd DefaultCommandFactory.pullImageCmd(String repository)
           
 PullImageCmd CommandFactory.pullImageCmd(String repository)
           
 PullImageCmd PullImageCmd.withRegistry(String registry)
           
 PullImageCmd PullImageCmd.withRepository(String repository)
           
 PullImageCmd PullImageCmd.withTag(String tag)
           
 



Copyright © 2014. All rights reserved.