com.github.dockerjava.client.command
Class InspectImageCmd

java.lang.Object
  extended by com.github.dockerjava.client.command.AbstrDockerCmd<InspectImageCmd,ImageInspectResponse>
      extended by com.github.dockerjava.client.command.InspectImageCmd
All Implemented Interfaces:
DockerCmd<ImageInspectResponse>

public class InspectImageCmd
extends AbstrDockerCmd<InspectImageCmd,ImageInspectResponse>

Inspect the details of an image.


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
InspectImageCmd(String imageId)
           
 
Method Summary
 String getImageId()
           
protected  ImageInspectResponse impl()
           
 String toString()
           
 InspectImageCmd withImageId(String imageId)
           
 
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

InspectImageCmd

public InspectImageCmd(String imageId)
Method Detail

getImageId

public String getImageId()

withImageId

public InspectImageCmd withImageId(String imageId)

toString

public String toString()
Overrides:
toString in class Object

impl

protected ImageInspectResponse impl()


Copyright © 2014. All rights reserved.