com.github.dockerjava.client.command
Class InspectContainerCmd

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

public class InspectContainerCmd
extends AbstrDockerCmd<InspectContainerCmd,ContainerInspectResponse>

Inspect the details of a container.


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
InspectContainerCmd(String containerId)
           
 
Method Summary
 String getContainerId()
           
protected  ContainerInspectResponse impl()
           
 String toString()
           
 InspectContainerCmd withContainerId(String containerId)
           
 
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

InspectContainerCmd

public InspectContainerCmd(String containerId)
Method Detail

getContainerId

public String getContainerId()

withContainerId

public InspectContainerCmd withContainerId(String containerId)

toString

public String toString()
Overrides:
toString in class Object

impl

protected ContainerInspectResponse impl()
                                 throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.