com.github.dockerjava.client.command
Class PullImageCmd

java.lang.Object
  extended by com.github.dockerjava.client.command.AbstrDockerCmd<PullImageCmd,com.sun.jersey.api.client.ClientResponse>
      extended by com.github.dockerjava.client.command.PullImageCmd
All Implemented Interfaces:
DockerCmd<com.sun.jersey.api.client.ClientResponse>

public class PullImageCmd
extends AbstrDockerCmd<PullImageCmd,com.sun.jersey.api.client.ClientResponse>

Pull image from repository.


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
PullImageCmd(String repository)
           
 
Method Summary
 String getRegistry()
           
 String getRepository()
           
 String getTag()
           
protected  com.sun.jersey.api.client.ClientResponse impl()
           
 String toString()
           
 PullImageCmd withRegistry(String registry)
           
 PullImageCmd withRepository(String repository)
           
 PullImageCmd withTag(String tag)
           
 
Methods inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
exec, withBaseResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PullImageCmd

public PullImageCmd(String repository)
Method Detail

getRepository

public String getRepository()

getTag

public String getTag()

getRegistry

public String getRegistry()

withRepository

public PullImageCmd withRepository(String repository)

withTag

public PullImageCmd withTag(String tag)

withRegistry

public PullImageCmd withRegistry(String registry)

toString

public String toString()
Overrides:
toString in class Object

impl

protected com.sun.jersey.api.client.ClientResponse impl()


Copyright © 2014. All rights reserved.