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>


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

Constructor Detail

InspectContainerCmd

public InspectContainerCmd(String containerId)
Method Detail

withContainerId

public InspectContainerCmd withContainerId(String containerId)

impl

protected ContainerInspectResponse impl()
                                 throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.